Page 1 of 1

[Solved] Making serviio aware of proxy settings

PostPosted: Wed Mar 30, 2016 5:20 pm
by Luckyfriend222
Hey Guys

I have just installed serviio 1.6 on Ubuntu 14.04 (it was not easy, ffmpeg etc), but in anycase. For some reason I cannot get serviio to update my files in such a way that it displays Series under the series folder, it only shows up under Folder > Series. I have tried renaming my files from

  Code:
American Odyssey 101.mkv
  Code:
American Odyssey S01E01 - Gone Elvis.mkv
and that didn't help. So I went further and tried to download a Series .nfo file (not episode .nfo) from thetvdb as prescribed by filebot, but still, nothing shows up.

So I reckoned the easiest way is for Serviio to fetch it online, but the problem is I am behind a corporate proxy. I added proxy settings to my java environment so that filebot can use it, and it does so successfully, but was wondering if there is a way to force serviio to use it as well? I do not see it added as a java property to be started with.

Any ideas will be much appreciated. If I have to use filebot, doesn't matter, but none of the tutorials or the forum posts on here has been any help.

Regards

Re: Making serviio aware of proxy settings

PostPosted: Wed Mar 30, 2016 8:10 pm
by zip
You can add them as a system properties. http://serviio.org/index.php?option=com ... e&id=21#q3

Re: Making serviio aware of proxy settings

PostPosted: Thu Mar 31, 2016 9:04 am
by Luckyfriend222
Thanks zip

For any future reference to anyone, the settings to add to Java OPTS in serviio.sh is

  Code:
-Dhttp.proxyHost=your.proxy.host
-Dhttp.proxyPort=port


Hope this helps someone else!