Posts: 964
Joined: Aug 2009
Reputation:
27
Popeye
Posting Freak
Posts: 964
And 0.0.14 is released with a bunch of bugfixes..
Posts: 90
Joined: May 2011
Reputation:
0
2011-11-24, 06:37
(This post was last modified: 2011-11-24, 06:57 by dr99.)
The mkv files work great. Time for some 1080p streaming thanks to Popeye.
Posts: 23
Joined: Feb 2007
Reputation:
0
If anyone is experiencing playback stopping when a download is complete even though they have enabled allowed streaming in the ini file please check the sabnzbd.ini file again as it seems if you edit the web ui config it seems to revert the allow streaming line back to 0 in the config file
Hope this helps someone
Posts: 964
Joined: Aug 2009
Reputation:
27
Popeye
Posting Freak
Posts: 964
Ip, port or the api key is what I suspect... open the web interface in a browser and you should have all you need there.
Posts: 22
Joined: Nov 2011
Reputation:
0
The ip of my mac is static at 192.168.1.74 which is what appears in the log. I tried the default 127.0.0.1 which is the setting of sabnzbd on the mac but still get the same error.
The port sabnzbd uses on the mac is the default 8080 and the api key is exactly as it appears in the log as i copied and pasted directly to the settings xml file.
Posts: 3,925
Joined: Apr 2004
Reputation:
33
kricker
Team-XBMC QA Specialist
Posts: 3,925
2011-11-27, 20:51
(This post was last modified: 2011-11-27, 20:59 by kricker.)
On the ATV2 you do not want to use 127.0.0.1 as the IP. That is a loopback IP meaning the computer looks to itself.
Make sure in SABnzbd+ Config/General the IP is set to the static IP of the Mac (192.168.1.74). Double check for sure that is the IP of the Mac. Also turn off HTTPS (I don't know if HTTPS works with this add-on or not). Double check you got the API Key and not the NZB Key. The see if it pasted in a space before or after the key.
Then as Popeye suggested connect to SABnzbd+ using a web browser from another computer or a mobile app.
As far as I can tell from he code (which is not much because I suck at Python), browsing the incomplete folder is actually using the file path and not getting the information from SABnzbd+. Until you know that you can communicate with SABnzbd+ trying to stream is moot. It also might just be my setup, but I have found that streaming from SABnzbd+ from a remote PC doesn't always work. Streaming on the same PC where SABnzbd+ is running works great.
Posts: 22
Joined: Nov 2011
Reputation:
0
Thanks kricker...it was that i had the IP in sabnzbd still set as 127.0.0.1 and not the IP of the mac. I have changed this and now the nzb file starts to download.
I think what you said about problems streaming from a remote PC may be true as it just downloads and doesn't start playing lol.