mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
* reduce unnecessary redirects
This commit is contained in:
parent
6e8f5a1445
commit
6bd298d478
@ -4,7 +4,7 @@ application.version: 4.0
|
||||
application.revision: @{svn.revision}
|
||||
|
||||
# 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
|
||||
|
||||
# base URL for resolving script resources
|
||||
|
@ -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
|
||||
|
||||
# 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
|
||||
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
|
||||
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
|
||||
number.clutter.maxfilesize: 262144000
|
||||
|
||||
# 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)
|
||||
url.movie-list: http://filebot.net/data/moviedb.txt.xz
|
||||
url.movie-list: http://app.filebot.net/data/moviedb.txt.xz
|
||||
|
||||
# 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
|
||||
url.anidb-index: http://filebot.net/data/anidb.txt.xz
|
||||
url.anidb-index: http://app.filebot.net/data/anidb.txt.xz
|
||||
|
||||
# disk folder matcher
|
||||
pattern.diskfolder.entry: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|movie.nfo
|
||||
|
Loading…
Reference in New Issue
Block a user