* reduce unnecessary redirects

This commit is contained in:
Reinhard Pointner 2014-04-13 19:37:59 +00:00
parent 6e8f5a1445
commit 6bd298d478
2 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@ application.version: 4.0
application.revision: @{svn.revision} application.revision: @{svn.revision}
# application updates # application updates
update.url: http://filebot.net/update.xml update.url: http://app.filebot.net/update.xml
donate.url: http://www.filebot.net/donate.html donate.url: http://www.filebot.net/donate.html
# base URL for resolving script resources # base URL for resolving script resources

View File

@ -5,28 +5,28 @@ pattern.video.source: CAMRip|CAM|PDVD|TS|TELESYNC|PDVD|PPV|PPVRip|Screener|SCR|S
pattern.video.format: DivX|Xvid|AVC|x264|h264|h.264|3ivx|mpg|mpeg|mpeg4|mp3|AAC|AAC2.0|AAC5.1|AAC.2.0|AAC.5.1|AC3|dd20|dd51|2ch|6ch|DTS|DTS.HD|DTS.HD.MA|TrueHD|720p|1080p|10bit pattern.video.format: DivX|Xvid|AVC|x264|h264|h.264|3ivx|mpg|mpeg|mpeg4|mp3|AAC|AAC2.0|AAC5.1|AAC.2.0|AAC.5.1|AC3|dd20|dd51|2ch|6ch|DTS|DTS.HD|DTS.HD.MA|TrueHD|720p|1080p|10bit
# known release group names # known release group names
url.release-groups: http://filebot.net/data/release-groups.txt url.release-groups: http://app.filebot.net/data/release-groups.txt
# blacklisted terms that will be ignored # blacklisted terms that will be ignored
url.query-blacklist: http://filebot.net/data/query-blacklist.txt url.query-blacklist: http://app.filebot.net/data/query-blacklist.txt
# clutter files that will be ignored # clutter files that will be ignored
url.exclude-blacklist: http://filebot.net/data/exclude-blacklist.txt url.exclude-blacklist: http://app.filebot.net/data/exclude-blacklist.txt
# only files smaller than 250 MB may be considered clutter # only files smaller than 250 MB may be considered clutter
number.clutter.maxfilesize: 262144000 number.clutter.maxfilesize: 262144000
# list of patterns directly matching files to series names # list of patterns directly matching files to series names
url.series-mappings: http://filebot.net/data/series-mappings.txt url.series-mappings: http://app.filebot.net/data/series-mappings.txt
# list of all movies (id, name, year) # list of all movies (id, name, year)
url.movie-list: http://filebot.net/data/moviedb.txt.xz url.movie-list: http://app.filebot.net/data/moviedb.txt.xz
# TheTVDB index # TheTVDB index
url.thetvdb-index: http://filebot.net/data/thetvdb.txt.xz url.thetvdb-index: http://app.filebot.net/data/thetvdb.txt.xz
# AniDB index # AniDB index
url.anidb-index: http://filebot.net/data/anidb.txt.xz url.anidb-index: http://app.filebot.net/data/anidb.txt.xz
# disk folder matcher # disk folder matcher
pattern.diskfolder.entry: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|movie.nfo pattern.diskfolder.entry: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|movie.nfo