[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
|
- Popeye - 2012-03-11 simon_rb Wrote:Glad you like te idea. This was I think it would be really tidy. You browse for a film and once selected a list of versions avaliable appear. I'm assumin also you could "watch trailer" also this way. Start out by reading http://code.google.com/p/xbmc-gpodder-integration/downloads/detail?name=XBMC%20Addon%20Developers%20Guide%20-R7.pdf and you have a good base of information. - ldh830114 - 2012-03-11 simon_rb Wrote:Hi Popeye, which plugins u talking about? - simon_rb - 2012-03-11 ldh830114 Wrote:which plugins u talking about? Can't say on here.. Google is your friend. - simon_rb - 2012-03-11 Popeye Wrote:Start out by reading http://code.google.com/p/xbmc-gpodder-integration/downloads/detail?name=XBMC%20Addon%20Developers%20Guide%20-R7.pdf and you have a good base of information. Read that and I am completely overwhelmed Maybe a python for dummies book first.... - Jfunker82 - 2012-03-11 Popeye Wrote:You just gives me tiny bits of information. I gave you a whole bunch of questions and you answer a few. If you want help you have to cooperate It only stops when i am using Pneumatic and Newsnab. When i earlier used only the newsnab, it worked fine. I have been looking in the thread to see if i did anything wrong, but i followed every instruction there is. It is very strange that my problems happens on all my xbmc installation. The scraping of the nfo works like i said correctly but the streaming doesnt correctly. Yes i have allow__streaming=1. I have been using your nzbs.org addon from your first release. Edit: when i press play again after it stops , it works. But it very frustrating that i have to start over the videos, because sometimes it takes a couple of minutes before it stops. - Popeye - 2012-03-11 Jfunker82 Wrote:It only stops when i am using Pneumatic and Newsnab. When i earlier used only the newsnab, it worked fine. I have been looking in the thread to see if i did anything wrong, but i followed every instruction there is. It is very strange that my problems happens on all my xbmc installation. The scraping of the nfo works like i said correctly but the streaming doesnt correctly. Yes i have allow__streaming=1. I have been using your nzbs.org addon from your first release. Three strikes and your out - Jfunker82 - 2012-03-11 Popeye Wrote:Three strikes and your out Okey , i thought this was a forum which help people. I can give the log soon. RE: - Popeye - 2012-03-12 (2012-03-11, 11:44)Jfunker82 Wrote:Popeye Wrote:Three strikes and your out I try and I try. Can you start helping me helping you by answering all my questions? Go back in the thread and collect all my questions to you and put them in a post together with a log. Remember to clean out any user keys from sites etc. RE: - Jfunker82 - 2012-03-12 (2012-03-12, 08:44)Popeye Wrote:(2012-03-11, 11:44)Jfunker82 Wrote:Popeye Wrote:Three strikes and your out I fixed the problem myself, i had two catalogs of Pneumatic and the same of newsnab, maybe they intefered with each other. Thanx anyway. RE: - Popeye - 2012-03-12 (2012-03-12, 09:48)Jfunker82 Wrote:(2012-03-12, 08:44)Popeye Wrote:(2012-03-11, 11:44)Jfunker82 Wrote:Popeye Wrote:Three strikes and your out Excellent! RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Jfunker82 - 2012-03-12 Hi popeye When i search for a tv show and want to add a episode it scrapes it like a movie. It doesnt know that is a tv show. It works just fine when a browse the latest releases. Have you the same problem. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-12 (2012-03-12, 13:46)Jfunker82 Wrote: Hi popeye Can you look in your strm folders, it is placed in your movies strm path or tv strm path? Is the nfo movie.nfo? If not, what is the tags in the nfo? RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - ckergald - 2012-03-12 I created a new tool to quickly create .strm files called hydraulic. there's both a gui and command line versions. use the gui the first time to create your show list, then after that you can continue using the gui or the comman line version to update your .strm files for new releases. tried to create a new thread in the suplimental tools for xbmc forum but it the forum software seems to think it's spam. I've also attached my shows.csv file (removed my api key information though), This file has 635 shows pre populated. Keep in mind I have my own newznab site to run this against. If you try to scrub all 635 shows it will create quite a few api hits. about 950 against my site and I would guess probably double that against a site linke nzb.su. You can reduce this count by removing shows your not interested in. Hydraulic will search for each show listed in your shows.csv file by tvrage ID, most newznab sites will only return 100 results so each search is limited to 100 results. if it recieves all 100 items it increments it's offset by 100 and scrapes the show for another 100 items. until it recieves a returned value of less than 100. Updated to version 1.1, now will use a regex to match season and episode information. this should cut down on creation of duplicate strm files. First searches for a HighDef source, then searches for a SD source. if HD source is found it will overwrite a SD .strm file, however a SD strm file will only be written if no HD source is found. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - simon_rb - 2012-03-12 Jfunker82;1042966 Wrote:It only stops when i am using Pneumatic and Newsnab. When i earlier used only the newsnab, it worked fine. I have been looking in the thread to see if i did anything wrong, but i followed every instruction there is. It is very strange that my problems happens on all my xbmc installation. The scraping of the nfo works like i said correctly but the streaming doesnt correctly. Yes i have allow__streaming=1. I have been using your nzbs.org addon from your first release. That does sound like its stopping the video once the download is complete pointing to the allow_streaming=1. If SabNZB suite gets updated does it get reset back to 0? Also remember the post processing is best at +Delete. I have had this happen to me a few times, normally I let it repair the file as that's usually the cause. However if it plays straight through a second time it's not that. Popeye does help people - checking back through the forum he has fulfilled many feature requests including some of mine. Without a log it's difficult to find a cause as the only way to fix the problem is to replicate it. Hope this helps. Edit:- ignore all the above.. I had this written out before the forums went down however it never posted. Notice you have fixed the problem so ignore me RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - dr99 - 2012-03-12 (2012-03-12, 13:46)Jfunker82 Wrote: Hi popeye Are you using beta.nzbs.org by any chance? I was having similar problems with beta.nzbs because their metadata is poor compared to nzb.su |