mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
* manually fix missing alias
This commit is contained in:
parent
4cca332ffc
commit
72f4d87ade
@ -303,6 +303,7 @@ addSeriesAlias('Resurrection', 'Resurrection (US)')
|
|||||||
addSeriesAlias('Revolution', 'Revolution (2012)')
|
addSeriesAlias('Revolution', 'Revolution (2012)')
|
||||||
addSeriesAlias('Cosmos: A Spacetime Odyssey', 'Cosmos A Space Time Odyssey')
|
addSeriesAlias('Cosmos: A Spacetime Odyssey', 'Cosmos A Space Time Odyssey')
|
||||||
addSeriesAlias('The Bridge (2013)', 'The Bridge (US)')
|
addSeriesAlias('The Bridge (2013)', 'The Bridge (US)')
|
||||||
|
addSeriesAlias('Forever (2014)', 'Forever (US)')
|
||||||
|
|
||||||
|
|
||||||
thetvdb_index = thetvdb_index.findResults{ [it[0] as Integer, it[1].replaceAll(/\s+/, ' ').trim()] }.findAll{ !(it[1] =~ /(?i:duplicate)/ || it[1] =~ /\d{6,}/ || it[1].startsWith('*') || it[1].endsWith('*') || it[1].length() < 2) }
|
thetvdb_index = thetvdb_index.findResults{ [it[0] as Integer, it[1].replaceAll(/\s+/, ' ').trim()] }.findAll{ !(it[1] =~ /(?i:duplicate)/ || it[1] =~ /\d{6,}/ || it[1].startsWith('*') || it[1].endsWith('*') || it[1].length() < 2) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user