# 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
|
# look for fpcalc here
|
||||||
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
||||||
|
|
||||||
|
# use Java implementation for extracting archives
|
||||||
|
-Dnet.filebot.Archive.extractor="ApacheVFS"
|
||||||
|
|
||||||
# force english locale
|
# force english locale
|
||||||
-Dfile.encoding=UTF-8
|
-Dfile.encoding=UTF-8
|
||||||
-Duser.country=US
|
-Duser.country=US
|
||||||
|
@ -41,3 +44,6 @@
|
||||||
|
|
||||||
# force platform L&F
|
# force platform L&F
|
||||||
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|
-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