2013-01-29, 14:49
Cheers!
(2013-02-03, 01:07)dr99 Wrote: Popeye, even though I have a category defined for the sabnzbd category setting in pneumatic, it puts the download in the "Default" category every time. This stopped working for me after one of the last few pneumatic updates. Let me know if you need my logs. Thanks.
(2013-02-04, 06:17)dr99 Wrote: I tried using the "ask" setting and it does the same thing. If I repair a complete download it stays in the "default" category and If I select "just download" on an active download it gets put into the correct category.Ok, good information. I'll take a look at what the code is doing...
(2013-02-07, 17:12)atmorell Wrote: Would it be possible to include the context menu "Search for Trailer" in the Newznab plugin? If so you could change the RSS to extended=1 and take the title from imdbtitle etc. Searching for a trailer would be so nice.
<onclick>ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&feed=search&search=$INFO[ListItem.Label] Trailer,return)</onclick>
(2013-02-04, 06:17)dr99 Wrote: I tried using the "ask" setting and it does the same thing. If I repair a complete download it stays in the "default" category and If I select "just download" on an active download it gets put into the correct category.
(2013-02-07, 21:06)ursli Wrote:(2013-02-04, 06:17)dr99 Wrote: I tried using the "ask" setting and it does the same thing. If I repair a complete download it stays in the "default" category and If I select "just download" on an active download it gets put into the correct category.
Nice to hear I'm not the only one with that problem, I tried all kinds of things and couldn't get pneumatic to put nzb's in my user defined category.
(2013-02-07, 19:31)Popeye Wrote:(2013-02-07, 17:12)atmorell Wrote: Would it be possible to include the context menu "Search for Trailer" in the Newznab plugin? If so you could change the RSS to extended=1 and take the title from imdbtitle etc. Searching for a trailer would be so nice.
That is probably the easiest way, thanks! I also have an idea about using different view modes for newsnab so you can sort on size etc. Then the title could be imdbtitle and filename be the "real" name...
EDIT:
The aon-nox has the follwing in the skin code:
What I can do in newznab is to add the youtube search url to the ListItem.Trailer attribute with the imdbtitle. Then trailer will work on all skins (if you have youtube installed) ...Code:<onclick>ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&feed=search&search=$INFO[ListItem.Label] Trailer,return)</onclick>
(2013-02-08, 11:14)Popeye Wrote:I don't know if this will help any, but I figured it this only happens on local nzbs and not ones streamed through the newznab plugin.(2013-02-07, 21:06)ursli Wrote:(2013-02-04, 06:17)dr99 Wrote: I tried using the "ask" setting and it does the same thing. If I repair a complete download it stays in the "default" category and If I select "just download" on an active download it gets put into the correct category.
Nice to hear I'm not the only one with that problem, I tried all kinds of things and couldn't get pneumatic to put nzb's in my user defined category.
I have found the logic mistake I have done in https://github.com/TsUPeR/xbmc-pneumatic...lt.py#L133, https://github.com/TsUPeR/xbmc-pneumatic...lt.py#L703 and https://github.com/TsUPeR/xbmc-pneumatic...zbd.py#L25 . I'll look into this during the weekend.
(2013-02-10, 04:03)dr99 Wrote:(2013-02-08, 11:14)Popeye Wrote:I don't know if this will help any, but I figured it this only happens on local nzbs and not ones streamed through the newznab plugin.(2013-02-07, 21:06)ursli Wrote: Nice to hear I'm not the only one with that problem, I tried all kinds of things and couldn't get pneumatic to put nzb's in my user defined category.
I have found the logic mistake I have done in https://github.com/TsUPeR/xbmc-pneumatic...lt.py#L133, https://github.com/TsUPeR/xbmc-pneumatic...lt.py#L703 and https://github.com/TsUPeR/xbmc-pneumatic...zbd.py#L25 . I'll look into this during the weekend.