From 32d4e4911eb3facc01e18621dae72c75cdd3b5c7 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 29 Dec 2013 08:06:22 +0000 Subject: [PATCH] * update blacklist --- BuildData.groovy | 4 ++-- reviews.csv | 3 ++- website/data/query-blacklist.txt | 1 + website/reviews.json | 5 +++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/BuildData.groovy b/BuildData.groovy index 04ff6ee4..9eb13687 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -192,7 +192,7 @@ tvdb.values().each{ } def addSeriesAlias = { from, to -> - def se = thetvdb_index.find{ from == it[1] } + def se = thetvdb_index.find{ from == it[1] && !it.contains(to) } if (se == null) throw new Exception("Unabled to find series '${from}'") thetvdb_index << [se[0], to] } @@ -233,7 +233,7 @@ def anidb = new net.sourceforge.filebot.web.AnidbClient('filebot', 4).getAnimeTi def anidb_index = anidb.findResults{ def row = [] row += it.getAnimeId().pad(5) - row += it.effectiveNames*.replaceAll(/\s+/, ' ')*.replaceAll(/['`´‘’ʻ]+/, /'/)*.trim().unique() + row += it.effectiveNames*.replaceAll(/\s+/, ' ')*.replaceAll(/['`´‘’ʻ]+/, /'/)*.trim().unique{ it.toLowerCase() } return row } diff --git a/reviews.csv b/reviews.csv index d2337977..41a2067c 100644 --- a/reviews.csv +++ b/reviews.csv @@ -16,4 +16,5 @@ haywardb;2013-08-08;Wow, thank you so much for this program. I had a large colle Raydan;2013-09-08;I can really recommend using filebot for sorting, moving, deleting, subtitle searching... I just started the script once... and it was quite mindblowing to be honest. Nitish Kumar;2013-09-21;FileBot is such an amazing piece of work. Been using it for TV Shows renaming but today tried over movies as well. Big time success! mitchfranklin;2013-11-17;Absolutely brilliant application. Does everything so smoothly! -Alexander Walter;2013-12-12;Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time. \ No newline at end of file +Alexander Walter;2013-12-12;Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time. +Saul Chernick;2013-12-25;This is an amazing, amazing open-source project and deserves much success. diff --git a/website/data/query-blacklist.txt b/website/data/query-blacklist.txt index ba797e02..56f43619 100644 --- a/website/data/query-blacklist.txt +++ b/website/data/query-blacklist.txt @@ -52,6 +52,7 @@ ^files$ ^Film$ ^Filme$ +^Filme.neu$ ^Films$ ^Finished$ ^folder$ diff --git a/website/reviews.json b/website/reviews.json index 1123cc58..e25fe603 100644 --- a/website/reviews.json +++ b/website/reviews.json @@ -93,5 +93,10 @@ "user": "Alexander Walter", "date": "2013-12-12", "text": "Loving FileBot. I only wish I had discovered it sooner. Thank you for saving me so much time." + }, + { + "user": "Saul Chernick", + "date": "2013-12-25", + "text": "This is an amazing, amazing open-source project and deserves much success." } ] \ No newline at end of file