2012-12-14, 11:47
(2012-12-13, 20:43)hanskenpensken Wrote: I tried opening 3 streams. XBMC could not find 2 streams. But he found the third one, and then he got into a lock.
Before this, i doublechecked with newznab, and i was able to stream a serie..
I use version 0,2,12
any ideas?
LOG SENT TO POPEYE
The issue is that the .strm file uri contains "&type=add_local" while the link is not to a local file. This tells pneumatic the that the nzb is stored localy and sends this information further to SAB. SAB will fail and thus everything else...
In the latest commits to pneumatic I have added a automatic lookup of local nzb's in the path of the .strm file. The .nzb/.gz/.zip has to be named as the "&nzbname=" parameter in the .strm file (not url encoded). The prio will be, look in path of .strm file, look in cache folder and last, use the uri ("&nzb=").