• 1
  • 83
  • 84
  • 85(current)
  • 86
  • 87
  • 120
[RELEASE] Pneumatic
(2012-11-05, 20:02)Popeye Wrote: I use 7byte rar header. Check the utils.py file. For linux I had to add the header, win didn't care.
Couldn't you try pneumatic and see if things work as they should :-D ?

Thing is, this is a test/dev environment without the NFS mounts.

How hard would it be to add support for SMB/NFS shares as incomplete location?
This would save me alot of trouble, and require one less kernel module to run on my RPi.

I will install the NFS mount now, and give Pneumatic a whirl Wink


Edit: Mounted NFS and installed Pneumatic with the NZBMatrix Video Addon
All still works as it should.
Reply
(2012-11-05, 21:09)Skindred Wrote:
(2012-11-05, 20:02)Popeye Wrote: I use 7byte rar header. Check the utils.py file. For linux I had to add the header, win didn't care.
Couldn't you try pneumatic and see if things work as they should :-D ?

Thing is, this is a test/dev environment without the NFS mounts.

How hard would it be to add support for SMB/NFS shares as incomplete location?
This would save me alot of trouble, and require one less kernel module to run on my RPi.

I will install the NFS mount now, and give Pneumatic a whirl Wink


Edit: Mounted NFS and installed Pneumatic with the NZBMatrix Video Addon
All still works as it should.

Yes! Great info and I really appreciate your work.
Regarding using the built in SMB/NFS support. It's not possible to access files for rar inspection using python...unfortunately.
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
(2012-11-05, 20:17)lockdown571 Wrote:
(2012-11-05, 18:29)Popeye Wrote:
(2012-11-05, 17:43)lockdown571 Wrote: Hey Popeye, love the add-in. Question though. I noticed that Pneumatic sometimes tells Sabnzbd to pause (I think this happens after I cancel a download). Then when I try to download something else, nothing happens because Sabnzbd is paused. Is there anyway to avoid this?

Well, it should only pause individual items to get them deleted properly. However, I noticed a logic error in the code where the whole queue would get paused if pneumatic fails to identify the nzb item in SAB's queue. Will fix this, thanks for the bug hunt Big Grin

Awesome! Keep up the good work Smile

The fix is in the repo now. Will be included in next release Big Grin
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
(2012-11-06, 01:02)Popeye Wrote:
(2012-11-05, 21:09)Skindred Wrote:
(2012-11-05, 20:02)Popeye Wrote:

Yes! Great info and I really appreciate your work.
Regarding using the built in SMB/NFS support. It's not possible to access files for rar inspection using python...unfortunately.

Have you looked into https://github.com/plajjan/pyarrfs and http://pypi.python.org/pypi/rarfile/ yet?

Edit:
Also found http://freecode.com/projects/pynfs
but I guess this is going to make things bloated, and slow my RPi down more than just using NFS mounts.
Reply
(2012-11-06, 02:11)Skindred Wrote: Have you looked into https://github.com/plajjan/pyarrfs and http://pypi.python.org/pypi/rarfile/ yet?

Edit:
Also found http://freecode.com/projects/pynfs
but I guess this is going to make things bloated, and slow my RPi down more than just using NFS mounts.


A modified rarfile.py is what I have been using all the time. The problem is that the nfs/smb files are not exposed as ordinary files to python but rather as xbmc specific uri (smb://some.file).
EDIT: in Frodo there is a new api allowing pneumatic to read files over smb/nfs. I'll see what I can do about adding it already now.
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
(2012-11-06, 11:00)Popeye Wrote:
(2012-11-06, 02:11)Skindred Wrote: Have you looked into https://github.com/plajjan/pyarrfs and http://pypi.python.org/pypi/rarfile/ yet?

Edit:
Also found http://freecode.com/projects/pynfs
but I guess this is going to make things bloated, and slow my RPi down more than just using NFS mounts.


A modified rarfile.py is what I have been using all the time. The problem is that the nfs/smb files are not exposed as ordinary files to python but rather as xbmc specific uri (smb://some.file).
EDIT: in Frodo there is a new api allowing pneumatic to read files over smb/nfs. I'll see what I can do about adding it already now.


Hi Popeye,

any luck with that new FS API?
Reply
Sorry, haven't had the time to code. however the api covers all that is needed. I'll see what I can do during the week...
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
Done some initial testing. Looking good. Writing fake files over smb:// paths now.... but there are lots of code to be changed. This will work but take some time to fix.
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
That's good news Popeye Smile Is the API for SMB/NFS only or is it for any type of "share"? For example, FTP, WebDAV, etc etc...
Reply
(2012-11-12, 13:00)samukas Wrote: That's good news Popeye Smile Is the API for SMB/NFS only or is it for any type of "share"? For example, FTP, WebDAV, etc etc...

I guess anything XBMC handles.... http://mirrors.xbmc.org/docs/python-docs/xbmcvfs.html

Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
Yes! It works now, though the code looks like a complete mess...
Pneumatic | SABnzbd | XBMC that just works - openelec
Reply
That's really nice to hear Smile Well, the part the it works of course!

I guess I speak for anyone here who has an ATV2 or Android device that I'm eager to try it out!
However, of course, feel free to clean up the code until you feel like it's polished enough... we will wait Smile

Thank you so much for this developments on Pneumatic.
Reply
Popeye,

does Pneumatic works if SABnzbd is using https?

(Sorry if it was answered before, I've tried to search this thread but with so many links to github the results were not very useful.)

Thanks for your work.

Reply
(2012-11-14, 02:50)for4saken Wrote: Popeye,

does Pneumatic works if SABnzbd is using https?

(Sorry if it was answered before, I've tried to search this thread but with so many links to github the results were not very useful.)

Thanks for your work.

Yes, it works with https.
Reply
(2012-11-14, 03:15)Dixon Butz Wrote:
(2012-11-14, 02:50)for4saken Wrote: does Pneumatic works if SABnzbd is using https?
Yes, it works with https.

sighs I was hoping that was the simple reason for the error (wrong IP/port) I'm getting.
Reply
  • 1
  • 83
  • 84
  • 85(current)
  • 86
  • 87
  • 120

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Pneumatic11