NZB Video Streamer script in development, help wanted...
#31
You don't get "Plugin settings" by right clicking on the "NZB Streamer" entry under either Video Plugins or as a video source?
Reply
#32
LtChambers Wrote:You don't get "Plugin settings" by right clicking on the "NZB Streamer" entry under either Video Plugins or as a video source?
Yep thats correct.

I've posted some screen shots so you can see what I'm talking about.

Image

Image

Image
Reply
#33
It must be a skin thing. I don't know much about the front-end stuff yet unfortunately. :/ You can configure the plugin in PM3 and then you can switch back to your preferred skin.

On a happier note, I committed changes today that should fix the problem I've been whinging about for the last few weeks. The streamer should now be quite usable, although only with 9.11 because 9.04 seems to have other issues. Note that the Newzbin sources do not work yet, only the other sources.

It turns out that XBMC will look like it's starting to play a video from a RAR set (show the first frame of video even) as long as all the RAR files exist and the first RAR is complete. However, at the time that it tries to start playback, if any of the RAR files are open for exclusive (write) access, it will show that first frame and then stop playback (without any helpful error message). So I just make sure I close the file before playing and open it before writing a decoded section. The race condition I was worried about was actually in my own code, although a better error from XBMC's playback about I/O permissions would have made that much clearer from the start. Sad
Reply
#34
congrats on getting over that hump -- I just tested v.02 on my linux box and the script never actually tries to play the video after the 1st RAR is downloaded -- it just continues downloading.... It may start to play after the entire set is finished but I didn't let it get that far. I'll take a look at the log and see if I can figure out why its not even attempting to play.
Reply
#35
updated to latest SVN and now it behaves like expected, and tries playing after 1st RAR, it just fails 100% of the time when it tries to play the file within the RAR. I tested 4 or 5 different files from tvnzb -- here's an example log. I don't expect you to spend much time on this failure as it may be platform dependent, but providing here in case its helpful:

Code:
10:44:22 T:2858560400 M:137605120  NOTICE: kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.rar:34 (1) - kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.rar - 1/28 - 1
9800000/20000000
10:44:22 T:2858560400 M:137601024  NOTICE: File kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.rar is finished.
10:44:22 T:2858560400 M:137601024  NOTICE: kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.rar:34 (2) - /home/nick/.xbmc/userdata/plugin_data
/Video/NZB Streamer/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.rar - 2/28 - 20000000/20000000
10:44:22 T:2858560400 M:137601024  NOTICE: Status changed from downloading to ready (kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.rar:34)
10:44:22 T:3040671632 M:137109504   DEBUG: ------ Window Deinit (DialogProgress.xml) ------
10:44:23 T:2858560400 M:135331840  NOTICE: kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.avi
10:44:23 T:2858560400 M:135331840  NOTICE: /home/nick/.xbmc/userdata/plugin_data/Video/NZB Streamer/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.rar
10:44:23 T:2858560400 M:135331840  NOTICE: ['kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.avi']
10:44:23 T:2858560400 M:135331840  NOTICE: rar:///home/nick/%2exbmc/userdata/plugin_data/Video/NZB%20Streamer/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd%2erar/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.avi
10:44:23 T:3040671632 M:135331840 WARNING: CreateFile, successfuly opened </home> instead of <home>
10:44:23 T:3040671632 M:135331840 WARNING: CreateFile, successfuly opened </home> instead of <home>
10:44:23 T:3040671632 M:135331840   DEBUG: new file set audiostream:0
10:44:23 T:3040671632 M:134078464  NOTICE: DVDPlayer: Opening: rar:///home/nick/%2exbmc/userdata/plugin_data/Video/NZB%20Streamer/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd%2erar/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.avi
10:44:23 T:3040671632 M:134078464 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
10:44:23 T:2711616400 M:134078464   DEBUG: thread start, auto delete: 1
10:44:23 T:2703223696 M:134078464   DEBUG: thread start, auto delete: 0
10:44:23 T:2703223696 M:134078464  NOTICE: Creating InputStream
10:44:23 T:2703223696 M:134078464   ERROR: CDVDPlayer::OpenInputStream - error opening [rar:///home/nick/%2exbmc/userdata/plugin_data/Video/NZB%20Streamer/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd%2erar/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.avi]
10:44:23 T:2703223696 M:134078464  NOTICE: CDVDPlayer::OnExit()
10:44:23 T:2703223696 M:134078464  NOTICE: CDVDPlayer::OnExit() deleting input stream
10:44:23 T:2703223696 M:134078464   DEBUG: Thread 2703223696 terminating
10:44:23 T:3040671632 M:134078464   DEBUG: OnPlayBackStopped - Playback was stopped
10:44:23 T:3040671632 M:133939200  NOTICE: CDVDPlayer::CloseFile()
10:44:23 T:3040671632 M:133939200 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
10:44:23 T:3040671632 M:133939200  NOTICE: DVDPlayer: waiting for threads to exit
10:44:23 T:2711616400 M:133939200   DEBUG: Thread 2711616400 terminating (autodelete)
10:44:23 T:3040671632 M:133939200  NOTICE: DVDPlayer: finished waiting
10:44:26 T:2858560400 M:127193088    INFO: Loading skin file: DialogYesNo.xml
10:44:26 T:2858560400 M:127193088   DEBUG: Load DialogYesNo.xml: 18.32ms
10:44:26 T:3040671632 M:127172608   DEBUG: ------ Window Init (DialogYesNo.xml) ------
10:44:26 T:3040671632 M:127172608   DEBUG: Alloc resources: 0.06ms (0.01 ms skin load)
10:44:32 T:3040671632 M:129277952   DEBUG: ------ Window Deinit (DialogYesNo.xml) ------
10:44:32 T:2858560400 M:129269760  NOTICE: Cancelled thread 0
10:44:33 T:2858560400 M:130580480    INFO: Scriptresult: Success
10:44:34 T:3040671632 M:130478080  NOTICE: Storing total System Uptime
10:44:34 T:3040671632 M:130322432  NOTICE: Saving settings
10:44:34 T:3040671632 M:130531328  NOTICE: stop all
10:44:34 T:2858560400 M:130637824    INFO: Python script stopped
Reply
#36
I haven't tested on Linux yet but it looks like you can help me there. The cause of the failure is it doesn't like the RAR URL. And it didn't escape the slashes like it does on Windows:
rar:///home/nick/%2exbmc/userdata/plugin_data/Video/NZB%20Streamer/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd/kitchen%2enightmares%2eus%2es03e02%2ews%2epdtv%2exvid%2d2hd%2erar/kitchen.nightmares.us.s03e02.ws.pdtv.xvid-2hd.avi

On Windows, it replaces the backslashes with %5C. Can you try that URL with escaped forward slashes for everything except the last slash? The forward slash is %2C. The first part is tricky, it should look like rar://%2Chome%2Cnick...

Have you been able to play a video from within a RAR on Linux? If the above escaping doesn't work, I'd like to see what Player().getPlayingFile() returns in a Python script while playing a video from a RAR.
Reply
#37
I'm running Linux, and I think I've found the error. I get a window with the Unable to find MKV/MPG/AVI error, and my log says this
Code:
18:06:58 T:139825063500048 M:1070080000  NOTICE: File the.daily.show.2010.02.02.hdtv.xvid-fqm.rar is finished.
18:06:58 T:139825063500048 M:1070080000  NOTICE: the.daily.show.2010.02.02.hdtv.xvid-fqm.rar:32 (2) - /home/xbmc/.xbmc/userdata/plugin_data/Video/NZB Streamer/the.daily.show.2010.02.02.hdtv.xvid-fqm/the.daily.show.2010.02.02.hdtv.xvid-fqm.rar - 2/18 - 20000000/20000000
18:06:58 T:139825063500048 M:1070080000  NOTICE: Status changed from downloading to ready (the.daily.show.2010.02.02.hdtv.xvid-fqm.rar:32)
18:06:58 T:139825549322288 M:1070084096   DEBUG: ------ Window Deinit (DialogProgress.xml) ------
18:06:59 T:139825063500048 M:1069887488  NOTICE: the.daily.show.2010.02.02.hdtv.xvid-fqm.avi
18:06:59 T:139825063500048 M:1069887488  NOTICE: /home/xbmc/.xbmc/userdata/plugin_data/Video/NZB Streamer/the.daily.show.2010.02.02.hdtv.xvid-fqm/the.daily.show.2010.02.02.hdtv.xvid-fqm.rar
18:06:59 T:139825063500048 M:1069887488  NOTICE: ['the.daily.show.2010.02.02.hdtv.xvid-fqm.avi']
18:06:59 T:139825063500048 M:1069887488  NOTICE: rar:///home/xbmc/%2exbmc/userdata/plugin_data/Video/NZB%20Streamer/the%2edaily%2eshow%2e2010%2e02%2e02%2ehdtv%2exvid%2dfqm/the%2edaily%2eshow%2e2010%2e02%2e02%2ehdtv%2exvid%2dfqm%2erar/the.daily.show.2010.02.02.hdtv.xvid-fqm.avi
18:06:59 T:139825549322288 M:1069887488 WARNING: CreateFile, successfuly opened </home> instead of <home>
18:06:59 T:139825549322288 M:1069887488 WARNING: CreateFile, successfuly opened </home> instead of <home>
18:06:59 T:139825549322288 M:1069887488   DEBUG: new file set audiostream:0
18:06:59 T:139825549322288 M:1069887488  NOTICE: DVDPlayer: Opening: rar:///home/xbmc/%2exbmc/userdata/plugin_data/Video/NZB%20Streamer/the%2edaily%2eshow%2e2010%2e02%2e02%2ehdtv%2exvid%2dfqm/the%2edaily%2eshow%2e2010%2e02%2e02%2ehdtv%2exvid%2dfqm%2erar/the.daily.show.2010.02.02.hdtv.xvid-fqm.avi
18:06:59 T:139825549322288 M:1069887488 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:06:59 T:139824874879248 M:1069887488   DEBUG: thread start, auto delete: 0
18:06:59 T:139824874879248 M:1069887488  NOTICE: Creating InputStream
18:06:59 T:139824874879248 M:1069760512   ERROR: CDVDPlayer::OpenInputStream - error opening [rar:///home/xbmc/%2exbmc/userdata/plugin_data/Video/NZB%20Streamer/the%2edaily%2eshow%2e2010%2e02%2e02%2ehdtv%2exvid%2dfqm/the%2edaily%2eshow%2e2010%2e02%2e02%2ehdtv%2exvid%2dfqm%2erar/the.daily.show.2010.02.02.hdtv.xvid-fqm.avi]

That was with tvnzb, but newzbin gives me this log error and nothing pops up.
Code:
DEBUG: RunScriptWithParams - calling plugin special://home/plugins/video/NZB Streamer/default.py('plugin://video/NZB Streamer/','-1','?download_nzb="""http%3A%2F%2Fwww.newzbin.com%2Fbrowse%2Fpost%2F5476948%2F!?!Larry the Cable Guy: Tailgate Party (2010) (826MB)!?!!?!default""",cookie="""""",old_handle="0"')
18:11:12 T:139825549322288 M:1069322240    INFO: initializing python engine.
18:11:12 T:139825549322288 M:1069322240   DEBUG: Loading: /usr/local/share/xbmc/system/python/python24-x86_64-linux.so
18:11:12 T:139825549322288 M:1069195264   DEBUG: Python wrapper library linked with internal Python library
18:11:12 T:139825549322288 M:1069129728   DEBUG: new python thread created. id=40
18:11:12 T:139825063500048 M:1069129728   DEBUG: thread start, auto delete: 0
18:11:12 T:139825063500048 M:1069129728   DEBUG: Python thread: start processing
18:11:12 T:139825063500048 M:1068843008  NOTICE: -->Python Interpreter Initialized<--
18:11:12 T:139825063500048 M:1068843008   DEBUG: Process - The source file to load is special://home/plugins/video/NZB Streamer/default.py
18:11:12 T:139825063500048 M:1068843008   DEBUG: Process - Setting the Python path to /home/xbmc/.xbmc/plugins/video/NZB Streamer:/usr/local/share/xbmc/system/python/python24.zip:/usr/local/share/xbmc/system/python/lib/python24.zip:/usr/local/share/xbmc/system/python/lib/python2.4/:/usr/local/share/xbmc/system/python/lib/python2.4/plat-linux2:/usr/local/share/xbmc/system/python/lib/python2.4/lib-tk:/usr/local/share/xbmc/system/python/lib/python2.4/lib-dynload
18:11:12 T:139825063500048 M:1068843008   DEBUG: Process - Entering source directory /home/xbmc/.xbmc/plugins/video/NZB Streamer
18:11:12 T:139825063500048 M:1068843008  NOTICE: arguments:['-1', '?download_nzb="""http%3A%2F%2Fwww.newzbin.com%2Fbrowse%2Fpost%2F5476948%2F!?!Larry the Cable Guy: Tailgate Party (2010) (826MB)!?!!?!default""",cookie="""""",old_handle="0"']
18:11:12 T:139825063500048 M:1068843008   DEBUG: xbp_dlopen loading python lib /usr/local/share/xbmc/system/python/python24.zip/strop.so. flags: 2

Yes, I realize I was using a godawful movie to test this, and I am sorry.
Reply
#38
DDM123, same issue. Newzbin is currently disconnected in the interface so "nothing pops up" is expected. Smile

The error CDVDPlayer::OpenInputStream is the same error that mr.b got. Have you ever been able to play a video from a RAR? If so, what does Player().getPlayingFile() return?
Reply
#39
Thanks for your suggestions, I did try the PM3 Skin before posting.

The problem was that I was using svn 27265. After installing Camelot the settings menu came up like it was supposed to.

This will be a really great feature of xbmc in the future, thanks for all your effort.
Reply
#40
Fixed Newzbin support.
Added support for .TS and .WMV video extensions.
Reply
#41
Heres a Linux path of a playable rar file!

rar://%2fhome%2fmediacenter%2fDaten%2fMovies%2fa%2dr%2de%2erar/Avatar .2009.D.ELEKTRI4KA.avi

I'm running NZB Stream v0.3 under XBMC on a Debian Lenny platform and it stated the error that it couldn't find playable content in the 1. rar file!

My XBMC Version is PRE 10.5 or so and the "Plugin Settings" field wont come up in PM3!

And sometimes it freezes my machine 3 seconds after entering the plugin folder during fetching something! Will post a complete log later!

Pls fix the Linux Path to the rar files!

Great job keep on :-)
Reply
#42
Thanks for the report eldi0s! I gave the other two reports the wrong escape code for forward slash. It is indeed %2f and not %2c. I have committed a fix for it in 0.3.1, try it out!

I really don't know what the deal is with the plugin settings not showing up. Is that some by-design change for plugins in the next release?
Reply
#43
Ok I tried out a few more, and I'm getting that Unable to find MKV/MPG/AVI error. Newzbin seems to be working, though. Here's a bit of my log.
Code:
15:22:47 T:139765684893968 M:1105317888  NOTICE: ctu-x264-modern.family.114.rar:84 (1) - ctu-x264-modern.family.114.rar - 1/15 - 48000000/50000000
15:22:47 T:139765684893968 M:1105272832  NOTICE: ctu-x264-modern.family.114.r00:2 (1) - ctu-x264-modern.family.114.r00 - 1/15 - 0/50000000
15:22:48 T:139765684893968 M:1104154624  NOTICE: ctu-x264-modern.family.114.rar:82 (1) - ctu-x264-modern.family.114.rar - 1/15 - 48200000/50000000
15:22:48 T:139765684893968 M:1103560704  NOTICE: ctu-x264-modern.family.114.rar:83 (1) - ctu-x264-modern.family.114.rar - 1/15 - 48800000/50000000
15:22:48 T:139765684893968 M:1103982592  NOTICE: ctu-x264-modern.family.114.r00:3 (1) - ctu-x264-modern.family.114.r00 - 1/15 - 600000/50000000
15:22:49 T:139765684893968 M:1104044032  NOTICE: ctu-x264-modern.family.114.r00:1 (1) - ctu-x264-modern.family.114.r00 - 1/15 - 1200000/50000000
15:22:49 T:139765684893968 M:1103511552  NOTICE: ctu-x264-modern.family.114.rar:74 (1) - ctu-x264-modern.family.114.rar - 1/15 - 49400000/50000000
15:23:05 T:139765684893968 M:1095802880  NOTICE: File ctu-x264-modern.family.114.rar is finished.
15:23:05 T:139765684893968 M:1095802880  NOTICE: ctu-x264-modern.family.114.rar:74 (2) - /home/xbmc/.xbmc/userdata/plugin_data/Video/NZB Streamer/ctu-x264-modern.family.114/ctu-x264-modern.family.114.rar - 2/15 - 50000000/50000000
15:23:05 T:139765684893968 M:1095802880  NOTICE: Status changed from downloading to ready (ctu-x264-modern.family.114.rar:74)
15:23:06 T:139766295255088 M:1101271040   DEBUG: ------ Window Deinit (DialogProgress.xml) ------
15:23:06 T:139765684893968 M:1101316096  NOTICE: modern.family.s01e14.720p.hdtv.x264-ctu.mkv
15:23:06 T:139765684893968 M:1101316096  NOTICE: /home/xbmc/.xbmc/userdata/plugin_data/Video/NZB Streamer/ctu-x264-modern.family.114/ctu-x264-modern.family.114.rar
15:23:06 T:139765684893968 M:1101316096  NOTICE: ['modern.family.s01e14.720p.hdtv.x264-ctu.mkv']
15:23:06 T:139765684893968 M:1101316096  NOTICE: rar://%2fhome%2fxbmc%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fctu%2dx264%2dmodern%2efamily%2e114%2fctu%2dx264%2dmodern%2efamily%2e114%2erar/modern.family.s01e14.720p.hdtv.x264-ctu.mkv
15:23:06 T:139766295255088 M:1101189120   ERROR: Exists - Unhandled exception
15:23:06 T:139766295255088 M:1101189120   ERROR: Exists - Error checking for rar://%2fhome%2fxbmc%2f%2exbmc%2fuserdata%2fplugin%5fdata%2fVideo%2fNZB%20Streamer%2fctu%2dx264%2dmodern%2efamily%2e114%2fctu%2dx264%2dmodern%2efamily%2e114%2erar/movie.tbn
15:23:06 T:139766295255088 M:1101189120   DEBUG: new file set audiostream:0
15:23:06 T:139766295255088 M:1098903552  NOTICE: DVDPlayer: Opening: rar://%2fhome%2fxbmc%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fctu%2dx264%2dmodern%2efamily%2e114%2fctu%2dx264%2dmodern%2efamily%2e114%2erar/modern.family.s01e14.720p.hdtv.x264-ctu.mkv
15:23:06 T:139766295255088 M:1098903552 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
15:23:06 T:139765638465808 M:1098903552   DEBUG: thread start, auto delete: 0
15:23:06 T:139765638465808 M:1098903552  NOTICE: Creating InputStream
15:23:06 T:139765638465808 M:1098903552   DEBUG: File::Open - unknown exception when opening rar://%2fhome%2fxbmc%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fctu%2dx264%2dmodern%2efamily%2e114%2fctu%2dx264%2dmodern%2efamily%2e114%2erar/modern.family.s01e14.720p.hdtv.x264-ctu.mkv
15:23:06 T:139765638465808 M:1098903552   ERROR: CDVDPlayer::OpenInputStream - error opening [rar://%2fhome%2fxbmc%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fctu%2dx264%2dmodern%2efamily%2e114%2fctu%2dx264%2dmodern%2efamily%2e114%2erar/modern.family.s01e14.720p.hdtv.x264-ctu.mkv]
15:23:06 T:139765638465808 M:1098903552  NOTICE: CDVDPlayer::OnExit()
15:23:06 T:139765638465808 M:1098903552  NOTICE: CDVDPlayer::OnExit() deleting input stream
15:23:06 T:139765638465808 M:1098903552   DEBUG: Thread 139765638465808 terminating
15:23:06 T:139766295255088 M:1098903552   DEBUG: OnPlayBackStopped - Playback was stopped
15:23:06 T:139766295255088 M:1098903552  NOTICE: CDVDPlayer::CloseFile()
15:23:06 T:139766295255088 M:1098903552 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
15:23:06 T:139766295255088 M:1098903552  NOTICE: DVDPlayer: waiting for threads to exit
15:23:06 T:139766295255088 M:1098903552  NOTICE: DVDPlayer: finished waiting
15:23:09 T:139765684893968 M:1092517888    INFO: Loading skin file: DialogYesNo.xml
15:23:09 T:139765684893968 M:1092419584   DEBUG: Load DialogYesNo.xml: 17.46ms
15:23:09 T:139766295255088 M:1092222976   DEBUG: ------ Window Init (DialogYesNo.xml) ------
15:23:09 T:139766295255088 M:1092222976   DEBUG: Alloc resources: 0.03ms (0.00 ms skin load)
Reply
#44
LtChambers Wrote:Thanks for the report eldi0s! I gave the other two reports the wrong escape code for forward slash. It is indeed %2f and not %2c. I have committed a fix for it in 0.3.1, try it out!

I really don't know what the deal is with the plugin settings not showing up. Is that some by-design change for plugins in the next release?

I think the "freezes" come from trying to parse too many rss feeds during entering the plugin folder for the first time, because there are many Moviez mentioned in my log file i never knew they exist!
If i hit the Newzbin button fast enough after entering the plugin folder
---> no freeze :-)
----> Newzbin works like a charm

I too don't know about the plugin settings not showing up but maybe you can have a look at the code from another plugin whose settings show up fine, i don't know of design changes in further releases, mine looks the same as 9.11, maybe they changed the location of the settings.xml file, cause in other plugins (VideoMonkey) it won't show up too.
I entered my settings right in the settings.xml file and it worked.

I tried your v 0.3.1 and same error appeared. (Linux)
Maybe it's because the file is in use by Sabnzb.....!
Under Windows 7 it runs fine and starts playing the video!

Heres the log from Linux!

Code:
18:37:23 T:2875517808 M:1458413568  NOTICE: File house.s06e12.hdtv.xvid-p0w4.rar is finished.
18:37:23 T:2875517808 M:1458413568  NOTICE: house.s06e12.hdtv.xvid-p0w4.rar:19 (2) - /home/mediacenter/.xbmc/userdata/plugin_data/Video/NZB Streamer/house.s06e12.hdtv.xvid-p0w4/house.s06e12.hdtv.xvid-p0w4.rar - 2/36 - 15000000/15000000
18:37:23 T:2875517808 M:1458413568  NOTICE: Status changed from downloading to ready (house.s06e12.hdtv.xvid-p0w4.rar:19)
18:37:23 T:3047430000 M:1458286592   DEBUG: ------ Window Deinit (DialogProgress.xml) ------
18:37:24 T:2875517808 M:1458384896  NOTICE: House.S06E12.HDTV.XviD-P0W4.avi
18:37:24 T:2875517808 M:1458384896  NOTICE: /home/mediacenter/.xbmc/userdata/plugin_data/Video/NZB Streamer/house.s06e12.hdtv.xvid-p0w4/house.s06e12.hdtv.xvid-p0w4.rar
18:37:24 T:2875517808 M:1458384896  NOTICE: ['House.S06E12.HDTV.XviD-P0W4.avi']
18:37:24 T:2875517808 M:1458384896  NOTICE: rar://%2fhome%2fmediacenter%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2erar/House.S06E12.HDTV.XviD-P0W4.avi
18:37:24 T:3047430000 M:1458262016   ERROR: Exists - Unhandled exception
18:37:24 T:3047430000 M:1458262016   ERROR: Exists - Error checking for rar://%2fhome%2fmediacenter%2f%2exbmc%2fuserdata%2fplugin%5fdata%2fVideo%2fNZB%20Streamer%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2erar/movie.tbn
18:37:24 T:3047430000 M:1458262016   DEBUG: new file set audiostream:0
18:37:24 T:3047430000 M:1457119232  NOTICE: DVDPlayer: Opening: rar://%2fhome%2fmediacenter%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2erar/House.S06E12.HDTV.XviD-P0W4.avi
18:37:24 T:3047430000 M:1457119232 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:37:24 T:2716056432 M:1457119232   DEBUG: thread start, auto delete: 1
18:37:24 T:2897570672 M:1457119232   DEBUG: thread start, auto delete: 0
18:37:24 T:2897570672 M:1457119232  NOTICE: Creating InputStream
18:37:24 T:2897570672 M:1456975872   DEBUG: File::Open - unknown exception when opening rar://%2fhome%2fmediacenter%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2erar/House.S06E12.HDTV.XviD-P0W4.avi
18:37:24 T:2897570672 M:1456975872   ERROR: CDVDPlayer::OpenInputStream - error opening [rar://%2fhome%2fmediacenter%2f%2exbmc%2fuserdata%2fplugin_data%2fVideo%2fNZB%20Streamer%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2fhouse%2es06e12%2ehdtv%2exvid%2dp0w4%2erar/House.S06E12.HDTV.XviD-P0W4.avi]
18:37:24 T:2897570672 M:1456975872  NOTICE: CDVDPlayer::OnExit()
18:37:24 T:2897570672 M:1456975872  NOTICE: CDVDPlayer::OnExit() deleting input stream
18:37:24 T:3047430000 M:1456975872   DEBUG: OnPlayBackStopped - Playback was stopped
18:37:24 T:3047430000 M:1456975872  NOTICE: CDVDPlayer::CloseFile()
18:37:24 T:3047430000 M:1456975872 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:37:24 T:3047430000 M:1456975872  NOTICE: DVDPlayer: waiting for threads to exit
18:37:24 T:2897570672 M:1456975872   DEBUG: Thread 2897570672 terminating
18:37:24 T:3047430000 M:1456975872  NOTICE: DVDPlayer: finished waiting
18:37:24 T:2716056432 M:1456975872   DEBUG: Thread 2716056432 terminating (autodelete)
18:37:27 T:2875517808 M:1457582080    INFO: Loading skin file: DialogYesNo.xml
18:37:27 T:2875517808 M:1457709056   DEBUG: Load DialogYesNo.xml: 21.17ms
18:37:27 T:3047430000 M:1457709056   DEBUG: ------ Window Init (DialogYesNo.xml) ------
18:37:27 T:3047430000 M:1457709056   DEBUG: Alloc resources: 0.16ms (0.00 ms skin load)

Ah and i use XBMC in German and he complains about a missing "/resources/language/German/strings.xml" i just created a folder called "German" and copied the english one into it, fixed the issue. I'll translate it and upload the file here!

Great job will continue helping just tell me what to do!
Reply
#45
Here's the download link to the german "strings.xml"
Just create a folder called German in your Resources directory of your NZBStream plugin and copy the file comprised in the 7z archive into it!
Klick me
Reply

Logout Mark Read Team Forum Stats Members Help
NZB Video Streamer script in development, help wanted...0