# force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler)

This commit is contained in:
Reinhard Pointner 2015-09-20 19:34:15 +00:00
parent f7deb45994
commit 65df381014
1 changed files with 6 additions and 0 deletions

View File

@ -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"