1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

* added custom alias

This commit is contained in:
Reinhard Pointner 2015-03-06 17:14:32 +00:00
parent 488e3efd56
commit 4c5886c248

View File

@ -305,6 +305,7 @@ addSeriesAlias('Revolution', 'Revolution (2012)')
addSeriesAlias('Cosmos: A Spacetime Odyssey', 'Cosmos A Space Time Odyssey')
addSeriesAlias('The Bridge (2013)', 'The Bridge (US)')
addSeriesAlias('Forever (2014)', 'Forever (US)')
addSeriesAlias('The Code (2014)', 'The Code (AU)')
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) }