2014-08-16, 13:12
If you're fixing things, I still got this problem:
The sab category doesn't get set properly when using strm files with local nzb's. XBMC tends to crash if I then change my mind and want to delete the file mid download. Example of strm with local nzb:
If you use the newznab plugin or use remote nzb url with strm files it works as supposed to. Example of strm with remote nzb url:
It is quite easy for me to reproduce, force a category in settings, start a stream, press cancel, tell it to "Just download" -> local nzb, category does not get set. -> remote nzb url, category gets set.
The sab category doesn't get set properly when using strm files with local nzb's. XBMC tends to crash if I then change my mind and want to delete the file mid download. Example of strm with local nzb:
Code:
plugin://plugin.program.pneumatic/?mode=strm&type=add_file&nzb=/media/Archiv/nzb/testfile.nzb&nzbname=testfile
If you use the newznab plugin or use remote nzb url with strm files it works as supposed to. Example of strm with remote nzb url:
Code:
plugin://plugin.program.pneumatic/?mode=strm&nzb=https%3A%2F%2Furl%2Fgetnzb%2Ftestfile.nzb%26i%3Did%26r%3Dkey&nzbname=testfile
It is quite easy for me to reproduce, force a category in settings, start a stream, press cancel, tell it to "Just download" -> local nzb, category does not get set. -> remote nzb url, category gets set.