• 1
  • 97
  • 98
  • 99(current)
  • 100
  • 101
  • 120
[RELEASE] Pneumatic
Cheers!
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
Pneumatic 0.3.1
- Fix for remote fake rar writing in Frodo
- Better "Find incomplete" dialog
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
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.
Reply
(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.

Can you try using the "ask..." setting and see if that helps? A log with the setting on and off would also help Big Grin
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
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.
Reply
(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...

Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
Hello,

I just installed Aeon Nox skin and was wondering if it would be possible to get the "Search Trailer on Youtube" button to work when you view the (I) the information for a Movie. Problem right now is that the menu picks up the scene name and therefore finds nothing on youtube. Can we use imdbtitle instead?

60746368 ERROR: GetDirectory - Error getting plugin://plugin.video.youtube/?path=/root/search&feed=search&search=Foo.bar.2.2012.1080p.BluRay.x264 Trailer
14:01:24 T:140735160746368 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/?path=/root/search&feed=search&search=Foo.bar.2.2012.1080p.BluRay Trailer) failed
Reply
It depends on what listitem info is used by the skin, most probably ListItem.Title . I guess this could be changed but it will affect the way all listitems are displayed and generic names are not saying much...
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
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.
Reply
(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:
Code:
<onclick>ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$INFO[ListItem.Label] Trailer,return)</onclick>
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) ...
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
(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.
Reply
(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.
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
Sweet! That would be a huge improvement! Would be cool if you could try imdbtitle first and then tvtitle. That way trailers would work for movies and tvshows.



(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:
Code:
<onclick>ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$INFO[ListItem.Label] Trailer,return)</onclick>
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) ...

Reply
(2013-02-08, 11:14)Popeye Wrote:
(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.
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.
Reply
(2013-02-10, 04:03)dr99 Wrote:
(2013-02-08, 11:14)Popeye Wrote:
(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.
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.

Just spent a few hours trying to replicate your issues without success. The "always ask for category" is un-checked and the name of the "Always use defined category" is exactly as in your SABnzbd settings . No non ascii characters and spaces (to be on the safe side).
Is you defined category set when the streaming starts or is it missing?
If it's set from the start, when is it removed, at repair or earlier?
If repairing, from where is this done? Pneumatic/SAB etc?
PM me logs so we can get this fixed! Big Grin
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
  • 1
  • 97
  • 98
  • 99(current)
  • 100
  • 101
  • 120

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Pneumatic11