mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
* added TBBT acronym
This commit is contained in:
parent
4f3c709d17
commit
8e8f7b83de
@ -209,6 +209,7 @@ addSeriesAlias('Battlestar Galactica (2003)', 'BSG')
|
||||
addSeriesAlias('World Series of Poker', 'WSOP')
|
||||
addSeriesAlias('English Premier League', 'EPL')
|
||||
addSeriesAlias('House of Cards', 'HOC')
|
||||
addSeriesAlias('The Big Bang Theory', 'TBBT')
|
||||
|
||||
|
||||
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) }
|
||||
|
@ -9,6 +9,7 @@ M.A.S.H M*A*S*H
|
||||
MASH M*A*S*H
|
||||
NCIS.LA NCIS: Los Angeles
|
||||
SuiG7p Suits
|
||||
TBBT The Big Bang Theory
|
||||
tvs.got Game of Thrones
|
||||
UndG7p Underemployed
|
||||
wsop World Series of Poker
|
Loading…
Reference in New Issue
Block a user