diff --git a/reviews.csv b/reviews.csv index 354c2b67..22b3c3ed 100644 --- a/reviews.csv +++ b/reviews.csv @@ -19,4 +19,4 @@ mitchfranklin;2013-11-17;Absolutely brilliant application. Does everything so sm 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. shareiscare;2014-03-07;I am a heavy XBMC user and I have tested many renaming programs and I have to admit your one just rocks. I virtually have 100% success rate in scraping. -chuckl;2014-04-08; It will rip through movies and tv series files like a knife through butter. \ No newline at end of file +chuckl;2014-04-08;It will rip through movies and tv series files like a knife through butter. \ No newline at end of file diff --git a/source/net/sourceforge/filebot/cli/CmdlineOperations.java b/source/net/sourceforge/filebot/cli/CmdlineOperations.java index 1ffa6992..71dd07cc 100644 --- a/source/net/sourceforge/filebot/cli/CmdlineOperations.java +++ b/source/net/sourceforge/filebot/cli/CmdlineOperations.java @@ -142,7 +142,7 @@ public class CmdlineOperations implements CmdlineInterface { CLILogger.config(format("Rename episodes using [%s]", db.getName())); // ignore sample files - List fileset = sortByUniquePath((filter(files, not(getClutterFileFilter())))); + List fileset = sortByUniquePath(filter(files, not(getClutterFileFilter()))); List mediaFiles = filter(fileset, VIDEO_FILES, SUBTITLE_FILES); if (mediaFiles.isEmpty()) { @@ -649,8 +649,8 @@ public class CmdlineOperations implements CmdlineInterface { // ignore anything that is not a video files = filter(files, VIDEO_FILES); - // ignore clutter files from processing - files = filter(files, not(getClutterFileFilter())); + // ignore sample files + files = sortByUniquePath(filter(files, not(getClutterFileFilter()))); // try to find subtitles for each video file List remainingVideos = new ArrayList(files); diff --git a/website/data/release-groups.txt b/website/data/release-groups.txt index 1e43400e..6a4aa05b 100644 --- a/website/data/release-groups.txt +++ b/website/data/release-groups.txt @@ -1537,6 +1537,7 @@ MiGHTY Mikoto MiLLENiUM MiND +MiNDTHEGAP MiNT MiRAGETV MiRAMAX @@ -1600,6 +1601,7 @@ N!K N-F N-Subs N0L +N0TSC3N3 n3xT NAFSG Naisu @@ -1712,6 +1714,7 @@ O.K-Subs O2 O4L OAS +OBjECT OBLiGATED Occor OCTi diff --git a/website/reviews.json b/website/reviews.json index 9c6e84d0..d123fccf 100644 --- a/website/reviews.json +++ b/website/reviews.json @@ -103,5 +103,10 @@ "user": "shareiscare", "date": "2014-03-07", "text": "I am a heavy XBMC user and I have tested many renaming programs and I have to admit your one just rocks. I virtually have 100% success rate in scraping." + }, + { + "user": "chuckl", + "date": "2014-04-08", + "text": "It will rip through movies and tv series files like a knife through butter." } ] \ No newline at end of file diff --git a/website/script.html b/website/script.html index 7d4a3817..42bc75a6 100644 --- a/website/script.html +++ b/website/script.html @@ -288,7 +288,7 @@

Extras

ScriptShell.lib.groovy also defines lots extra useful functions - and there is example code in the script repository. + and there is example code in the script repository.