[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
|
Sv: RE: [RELEASE] Pneumatic - Popeye - 2012-04-15 (2012-04-15, 16:01)ferry Wrote: A few questions Glad you like it. As you have seen, sab must fail the downloads in order to keep the files in incomplete. Under post processing in settings you can set the default behavior after watching (delete, repair, ask and nothing). In incomplete you can choose to delete a single or all finished downloads through the context menu... There is no unraring happening, xbmc just reads inside each rar. There is no manual yet :-D Mounting from xbmc or fstab doesnt matter except in this case. RE: [RELEASE] Pneumatic - ferry - 2012-04-15 Thanks again What happens in the case of a compressed rar ? Sv: RE: [RELEASE] Pneumatic - Popeye - 2012-04-15 (2012-04-15, 19:43)ferry Wrote: Thanks again You get a warning from pneumatic but it will let xbmc try playing it. It will most probably fail... RE: [RELEASE] Pneumatic - tpunder - 2012-04-16 My sickbeard mod is pretty much done. I need to add some logging, but I spent the majority of the weekend converting my library over to .strm files. 99% of the time I was able to split full season nzbs. Occasionally there would be one where whoever made it didn't name the individual files inside the nzb. That situation causes my code to break and there isn't much to be done about it. I'll be putting in a pull request to hopefully get this into the main sickbeard line very soon. When it's going after individual episodes or double or triple episodes glued together it works great. I found not using nzbmatrix greatly cuts down on the number of full season nzbs that it tries to use. So I just cut my TV library from about 13TB to less than 1GB. Time to sell off some hard drives! RE: [RELEASE] Pneumatic - Popeye - 2012-04-17 (2012-04-16, 16:39)tpunder Wrote: My sickbeard mod is pretty much done. I need to add some logging, but I spent the majority of the weekend converting my library over to .strm files. 99% of the time I was able to split full season nzbs. Occasionally there would be one where whoever made it didn't name the individual files inside the nzb. That situation causes my code to break and there isn't much to be done about it. I'll be putting in a pull request to hopefully get this into the main sickbeard line very soon. Excellent, looking forward to try it out... RE: [RELEASE] Pneumatic - mattisi - 2012-04-17 i have 2 questions about this great plug! 1) Why is for mkv the last rar needed? for what info exactly..length of movie..?.. 2) I have a nzb - stream fail. when i download it works. inside rar (16.avi, blabla.nfo), no missing parts. what can be the reason for? Sv: RE: [RELEASE] Pneumatic - Popeye - 2012-04-17 (2012-04-17, 23:34)mattisi Wrote: i have 2 questions about this great plug! 1. Its not for fun. I have discovered XBMC needs it in order to trick it to play without all rars. 2. No idea. Missing articles, strange names.. Logs? RE: [RELEASE] Pneumatic - mattisi - 2012-04-18 hi popeye thanks for answers. 1) sure its not for fun:-) i'm just thinking that maybe it would be possible to provide the needed data/info by other way. (file analyis by newznab) 2) i was looking for logs..but no log files found (openelec)..where to find? no missing parts/articles. Seriesname.-.S14E16.nzb Seriesname.-.S14E16_bla-bla-bla.info.part1.rar Seriesname.-.S14E16_bla-bla-bla.info.part2.rar .. inside archiv: 16.avi Seriesname.-.S14E16_bla-bla-bla.info.nfo i have a lot of them which not working.. first i see: downloading Seriesname.-.S14E16_bla-bla-bla.info.part1.rar when part finished..no movie playing, instead i get directly the menu "DELETE","JUST DOWNLOAD" Sv: RE: [RELEASE] Pneumatic - Popeye - 2012-04-18 (2012-04-18, 00:27)mattisi Wrote: hi popeye 1 It is probably some binary end of file data xbmc needs. Newznab, on the server end? 2 the standard is part01.rar etc, so there is currently no Support for partX.rar... Pm me exact details and I look into it. :-D RE: [RELEASE] Pneumatic - mattisi - 2012-04-18 1) yes newznab on server end. but somebody would have to know what data where needed from the last part. i know darkly from the emuIe times ago. that you have to check the option "try download first and last chunk first" to get a preview. 2) so we have the problem surounded! il try to pm you. it would be still intresting where to find the logs for your plugin(s) in openelec. (will not last problem i do report:-) ) RE: [RELEASE] Pneumatic - simon_rb - 2012-04-18 (2012-04-18, 00:49)mattisi Wrote: 1) yes newznab on server end. but somebody would have to know what data where needed from the last part. Mattisi, SSH into your openelec PC and type this paste /storage/.xbmc/temp/xbmc.log That will give you a pastebin web address containing you log Hope this helps. RE: [RELEASE] Pneumatic - Popeye - 2012-04-18 (2012-04-18, 00:49)mattisi Wrote: 1) yes newznab on server end. but somebody would have to know what data where needed from the last part. 1. I don't see the point in solving it on the server end. Back in the early days of XBMC it didn't care about full archives. There is a track ticket for fixing this. I dont know C/C++ good enough to solve it. Also, relying on newznab is bad design. Pneumatic should be site independent. Upgrade you connection if you don't have the time to wait... 2. I'll look into your pm later. RE: [RELEASE] Pneumatic - mattisi - 2012-04-18 @Simon thank for the tip. but i'm to paranoid to use it :-) so newznab plugin write to xbmc log, good to know @Popeye 1) if its just a "bug/missing feature" of xbmc not could playing without last rar/lastpartofmkv, then it's definitly wrong to go other ways. I was just thinking it is a problem with some video files/types, that some info/data absolutely essential for playing is at the EndOfFile. RE: [RELEASE] Pneumatic - Popeye - 2012-04-18 look at ticket 6888 RE: [RELEASE] Pneumatic - mattisi - 2012-04-18 @Popeye just doing a flyover, my skills are very limited:-) i asume you already thinked about just look for name of last rar-file and create a 0byte dummy file, when movie started, delete the dummy? |