[RELEASE] Pneumatic - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Pneumatic (/showthread.php?tid=97657) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
RE: [RELEASE] Pneumatic - Popeye - 2013-01-29 Cheers! RE: [RELEASE] Pneumatic - Popeye - 2013-01-30 Pneumatic 0.3.1 - Fix for remote fake rar writing in Frodo - Better "Find incomplete" dialog RE: [RELEASE] Pneumatic - dr99 - 2013-02-03 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. RE: [RELEASE] Pneumatic - Popeye - 2013-02-03 (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 RE: [RELEASE] Pneumatic - dr99 - 2013-02-04 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. RE: [RELEASE] Pneumatic - Popeye - 2013-02-04 (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... RE: [RELEASE] Pneumatic - atmorell - 2013-02-07 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 RE: [RELEASE] Pneumatic - Popeye - 2013-02-07 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... RE: [RELEASE] Pneumatic - atmorell - 2013-02-07 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. RE: [RELEASE] Pneumatic - Popeye - 2013-02-07 (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&feed=search&search=$INFO[ListItem.Label] Trailer,return)</onclick> RE: [RELEASE] Pneumatic - ursli - 2013-02-07 (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. RE: [RELEASE] Pneumatic - Popeye - 2013-02-08 (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. I have found the logic mistake I have done in https://github.com/TsUPeR/xbmc-pneumatic/blob/master/default.py#L133, https://github.com/TsUPeR/xbmc-pneumatic/blob/master/default.py#L703 and https://github.com/TsUPeR/xbmc-pneumatic/blob/master/sabnzbd.py#L25 . I'll look into this during the weekend. RE: [RELEASE] Pneumatic - atmorell - 2013-02-08 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. RE: [RELEASE] Pneumatic - dr99 - 2013-02-10 (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. RE: [RELEASE] Pneumatic - Popeye - 2013-02-10 (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. 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! |