Kodi Community Forum
[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)



- versus - 2011-10-28

Popeye Wrote:It's free Big Grin Learn how to code, thats the way I did to get the functions I want

Go and fix that movies error and make my day Smile


- ckergald - 2011-10-28

Popeye Wrote:I understand your point. But sharing on github doesnt include any obligations. I code for fun when I find the time and when things doesnt work (for me mostly). If people are not satisfied they can easily just fork and fix. just my 2 cents..

Good point I'll consider it, but very little free time for the forseable future.


- versus - 2011-10-28

Popeye Wrote:It's free Big Grin Learn how to code, thats the way I did to get the functions I want

one character change and it's fixed

RE_RATING = ">Rating: (.*?)</"

to

RE_RATING = ">Ratinl: (.*?)</" ----> never finds it


- Popeye - 2011-10-29

versus Wrote:one character change and it's fixed

RE_RATING = ">Rating: (.*?#</"

to

RE_RATING = ">Ratinl: #.*?)</" ----> never finds it

Check the git for a change that works. Haven uploaded the zip yet..


- versus - 2011-10-29

Popeye Wrote:Check the git for a change that works. Haven uploaded the zip yet..

Was able to make it work with my lame fix too but I mis-pasted the regex part in the post.

Thank you for fixing it properly.


- Popeye - 2011-10-30

Uploaded 0.0.5 for nzb.su


- Dixon Butz - 2011-10-31

Popeye Wrote:Uploaded 0.0.5 for nzb.su

Work well, thx! Nod


- perro6969 - 2011-11-04

it's working for me also. Thanks, this is a great addon.
I still have a problem:
I set "allow_streaming = 1" in sabnzbd.ini and set default post processing to +delete, but after the download is finished, files are moved to the "complete" folder and the stream in xbmc stops. I always have to go to the complete folder to finish watching the video. I noticed also that all files from the incomplete folder are deleted except for one.

I set the post-processing to +delete on "Config" -> "Categories". Is that right? or am I missing something?
I'm using SABnzbd 0.6.10

Thanks for the help!


- Zeee1 - 2011-11-04

I just wanted to say thank you to everyone for all the hard work. Without this forum I would have been lost.


- Zure - 2011-11-04

perro6969 Wrote:it's working for me also. Thanks, this is a great addon.
I still have a problem:
I set "allow_streaming = 1" in sabnzbd.ini and set default post processing to +delete, but after the download is finished, files are moved to the "complete" folder and the stream in xbmc stops. I always have to go to the complete folder to finish watching the video. I noticed also that all files from the incomplete folder are deleted except for one.

I set the post-processing to +delete on "Config" -> "Categories". Is that right? or am I missing something?
I'm using SABnzbd 0.6.10

Thanks for the help!

If you set the default categorie to +delete, you did it right.


- perro6969 - 2011-11-04

Zure Wrote:If you set the default categorie to +delete, you did it right.

Hi, thanks for answering!
yes, I did. Don't you have the same problem as me? or can you watch the whole video till the end without errors?
What I noticed is that when the download starts it is set to +delete, but somehow it changes to "download" just like that. I change it back to +delete, but it doesn't help. Somehow it's doing the right thing, which is to try to delete the files. The problems is that it works instead of leaving the files on the incomplete folder.


- Dixon Butz - 2011-11-04

I had the same probelm when I started using this plugin. I am not sure if I did anything to fix it. But it started working.
Nothing is deleted from my incomplete folder now. And a movie will play to the end. Everything is still there after the movie is finished.

One thing I just noticed. When I click on a movie and it is downloading the first rar, I see in the queue tab, processing dropdown, a D. Then when the movie starts playing, it changes to blank.

You may want to check to see what yours is doing. Maybe yours is staying on D?


- perro6969 - 2011-11-05

Dixon Butz Wrote:One thing I just noticed. When I click on a movie and it is downloading the first rar, I see in the queue tab, processing dropdown, a D. Then when the movie starts playing, it changes to blank.

You may want to check to see what yours is doing. Maybe yours is staying on D?

Hi,
I'll give it a try tomorrow and see what happens on the queue. Thanks!
I hope it works for me also someday just like that :-)


- j1nx - 2011-11-05

UPDATE:

The people that using/used/want to use my newznab indexer, need to change there URL.

I moved to server and rearranged the website under a subdomain. It is now available under;

http://newznab.j1nx.nl

Once again, 10000 as limits, so happy testing!


- perro6969 - 2011-11-06

j1nx Wrote:UPDATE:

The people that using/used/want to use my newznab indexer, need to change there URL.

I moved to server and rearranged the website under a subdomain. It is now available under;

http://newznab.j1nx.nl

Once again, 10000 as limits, so happy testing!

I've registered and the site is great. Is there any way to add this site into the addon without programing?