[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] NZBS.org - Dharma and Pneumatic - Eden - kricker - 2012-03-19 @Popeye FYI, your version numbers are not being bumped up. Or is beta 4 still considered a version 0.2.0? Code: <addon id="plugin.video.newznab" RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - atmorell - 2012-03-19 (2012-03-19, 15:44)Popeye Wrote:(2012-03-19, 14:48)atmorell Wrote: Found two bugs. Running OSX Lion fully updated and XBMC Eden RC2. Reinstalled Pneumatic and Newznab this morning :/ Local NZB directory is set to a folder under my user account. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-19 (2012-03-19, 17:49)wireman99 Wrote: Hey Popeye, really enjoying your plugins but I am encountering a error that I haven't seen posted before. The files in the NZB is being renamed on the fly from SAB since they are full of crazy chars like # and ( . I have to look into what I can do to get this fixed. BTW, thanks for an excellent bug report! (2012-03-19, 18:44)kricker Wrote: @Popeye Nope, I have been lazy and not bumped the rev. Unfortunately, xbmc will NOT overwrite a old installation if the revision isn't bumped. So for anyone using the betas, you will manually have to replace all files from the beta zip with those in the xbmc addon folder... Will bump for next beta. (2012-03-19, 19:32)atmorell Wrote: Running OSX Lion fully updated and XBMC Eden RC2. Reinstalled Pneumatic and Newznab this morning :/ Local NZB directory is set to a folder under my user account. Hmm. XBMC and dialogs are driving me crazy. Found a few more bugs when investigating this.... I want to do new stuff, not fix bugs... EDIT Can you test the latest Newznab Eden commit? I forgot to set the browse local listitem as a file, this causes XBMC to behave bad sometimes.. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - atmorell - 2012-03-20 Directory browsing is now working properly Local NZB files will only play if I remove all spaces and special characters :/ I also have the "No rars" error in some NZB files. Log RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-20 (2012-03-20, 11:06)atmorell Wrote: Directory browsing is now working properly Great! The space and special chars, are they in the path or in the nzb name? Ö in the nzb name has been my test case... The "No rars" error, can you look in SAB and select the specific queue item, there you should see a list of files/subjects. If none of them ends with .rar, Pneumatic will fail. However, It seems as if SAB is renaming on the fly and I have found examples of "# [1234] - blblalaallal - the.name.rar - (1/30)" suddenly being listed as " the.name.rar". So, Pneumatic will fail on first try. Wait a few seconds, try again and it will download and then fail when trying to play,since it doesn't know what fake rars to create... My work with better progress indication gets stalled by all bugs you find so please stop finding more RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - atmorell - 2012-03-20 (2012-03-20, 12:05)Popeye Wrote:(2012-03-20, 11:06)atmorell Wrote: Directory browsing is now working properly The spaces are in the filename itself. This is a screenshot of one of the files complaining about "No rars" RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-20 Great info, and just as I suspected. Do you see the last line in your picture "(xxxxxx xxxxx.rar)" compared to the former "xxxxxx xxxxx.rar"? The first is not a good file name. Before SAB has fetched the article, the name given to Pneumatic is (xxxxxx xxxxx.rar) , once the article is fetched, the attachment, decides the name. This name is usually the subject or as in this case the subject. The solution is somewhat complicated but I think I know what to do.... RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - badwornthing - 2012-03-20 Hi Popeye, I was looking at making a program that would watch the Sickbeard black hole for new nzb files and then automatically create strm files that link to them, so they can be added into the native library. The plugin function used by the strm files created by Pneumatic ( plugin://plugin.program.pneumatic/?mode=strm&nzb=http://... ) doesn't work if pointed to local .nzbs, however, as it gets stuck trying to download the nzb. Is there a similar function that can be used for local nzb streaming? Thanks! RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-20 (2012-03-20, 20:28)badwornthing Wrote: Hi Popeye, I was looking at making a program that would watch the Sickbeard black hole for new nzb files and then automatically create strm files that link to them, so they can be added into the native library. The plugin function used by the strm files created by Pneumatic ( plugin://plugin.program.pneumatic/?mode=strm&nzb=http://... ) doesn't work if pointed to local .nzbs, however, as it gets stuck trying to download the nzb. Is there a similar function that can be used for local nzb streaming? Thanks! Looking forward to your program, will you have the option to move the files from the black hole to somewhere else? Regarding the local nzbs, try adding type=add_local if SAB also can access the path, else use type=add_file e.g. ( plugin://plugin.program.pneumatic/?mode=strm&type=add_local&nzb=http://... ) RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - badwornthing - 2012-03-21 (2012-03-20, 23:15)Popeye Wrote: Looking forward to your program, will you have the option to move the files from the black hole to somewhere else? Cool, that works, thanks . It definitely could have the option of moving the nzbs, will try and keep a neat folder hierarchy and keep the nzbs with the strm files. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-21 RELEASE Pneumatic beta4 1: ETA and speed calculations in progress dialog 2: bumped revision to 0.2.2 # TODO before RC Fix the crazy file name bug Option to backup NZB when saving for library API for general NZB backup Nzb browsing with .nfo Enable/disable automatic library scraping RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-22 Atmorell and wireman99, I have a fix for your bug with file names. It's quite nasty and will require re-write of a big chunk of code... RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - wireman99 - 2012-03-22 Popeye, Thanks for taking a look at "no rar" problem. Did a limited amount of testing yesterday morning. Been away from the computer since. Unfortunately the results are not similar to the screenshot above and much stranger. It involved both naming and sorting issues. Will be back to the computer tomorrow evening to test further. Want to test on a couple other machines to confirm it's not just my HTPC. Will post the results if the problem is repeatable. Wireman RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - simon_rb - 2012-03-22 (2012-03-22, 05:03)wireman99 Wrote: Popeye, I have also had this problem. It appears to happen if I have already attempted to download it before however cancelled the download before it finishes. I fixed the issue by deleting the folder then it worked. Hope this helps Regards RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-22 (2012-03-22, 10:53)simon_rb Wrote: I have also had this problem. It appears to happen if I have already attempted to download it before however cancelled the download before it finishes. I fixed the issue by deleting the folder then it worked. Your problem is slightly different. SAB quite often fails deleting the working folder and when you try again it appends a ".1" to the new folder name. Pneumatic, so far, has been looking in the original folder and then of course fails... |