1
0
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:
Reinhard Pointner 2015-09-20 19:34:15 +00:00
parent f7deb45994
commit 65df381014

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"