1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
This commit is contained in:
Reinhard Pointner 2012-07-28 11:01:29 +00:00
parent d9d8e5ab75
commit fa28b23a56
2 changed files with 6 additions and 6 deletions

View File

@ -322,7 +322,7 @@ public class Main {
/**
* Shutdown ehcache properly, so that disk-persistent stores can actually be saved to disk
*/
private static void initializeCache() throws Exception {
private static void initializeCache() {
// prepare cache folder for this application instance
File cacheRoot = new File(getApplicationFolder(), ".cache");

View File

@ -5,19 +5,19 @@ pattern.video.source: CAMRip|CAM|PDVD|TS|TELESYNC|PDVD|PPV|PPVRip|Screener|SCR|S
pattern.video.format: DivX|Xvid|AVC|x264|h264|3ivx|mpeg|mpeg4|mp3|aac|ac3|2ch|6ch|WS|HR|720p|1080p|NTSC
# known release group names
url.release-groups: file:///d:/Development/eclipse/filebot/website/data/release-groups.txt
url.release-groups: http://filebot.sourceforge.net/data/release-groups.txt
# blacklisted terms that will be ignored
url.query-blacklist: file:///d:/Development/eclipse/filebot/website/data/query-blacklist.txt
url.query-blacklist: http://filebot.sourceforge.net/data/query-blacklist.txt
# clutter files that will be ignored
url.exclude-blacklist: file:///d:/Development/eclipse/filebot/website/data/exclude-blacklist.txt
url.exclude-blacklist: http://filebot.sourceforge.net/data/exclude-blacklist.txt
# list of all movies (id, name, year)
url.movie-list: file:///d:/Development/eclipse/filebot/website/data/movies.txt.gz
url.movie-list: http://filebot.sourceforge.net/data/movies.txt.gz
# list of tv show and anime names
url.series-list: file:///d:/Development/eclipse/filebot/website/data/series.list.gz
url.series-list: http://filebot.sourceforge.net/data/series.list.gz
# disk folder matcher
pattern.diskfolder.entry: ^BDMV$|^HVDVD_TS$|^VIDEO_TS$|^AUDIO_TS$|^VCD$|^movie.nfo$