mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
# force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler)
This commit is contained in:
parent
f7deb45994
commit
65df381014
@ -29,6 +29,9 @@
|
||||
# look for fpcalc here
|
||||
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
||||
|
||||
# use Java implementation for extracting archives
|
||||
-Dnet.filebot.Archive.extractor="ApacheVFS"
|
||||
|
||||
# force english locale
|
||||
-Dfile.encoding=UTF-8
|
||||
-Duser.country=US
|
||||
@ -41,3 +44,6 @@
|
||||
|
||||
# force platform L&F
|
||||
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|
||||
|
||||
# force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler)
|
||||
-Dnet.filebot.OpenSubtitlesXmlRpc.url="http://api.opensubtitles.org/xml-rpc"
|
||||
|
Loading…
Reference in New Issue
Block a user