diff --git a/BuildData.groovy b/BuildData.groovy index 9eb13687..2d56a637 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -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) } diff --git a/website/data/series-mappings.txt b/website/data/series-mappings.txt index 45a85b8e..73254ebc 100644 --- a/website/data/series-mappings.txt +++ b/website/data/series-mappings.txt @@ -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 \ No newline at end of file