[RELEASE] Pneumatic

  Thread Rating:
  • 7 Votes - 4.71 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ursli Offline
Senior Member
Posts: 146
Joined: Nov 2011
Reputation: 4
Post: #1141
(2012-08-20 14:50)Popeye Wrote:  Ah, missed that one.. great it worked. Will you submit a pull request on it?

You did the hard part, I just exchanged one simple line, so if you feel like it go ahead and do it, if you don't I'll be happy to look into opening a pull request myself.
(This post was last modified: 2012-08-20 15:19 by ursli.)
find quote
Popeye Offline
Posting Freak
Posts: 879
Joined: Aug 2009
Reputation: 25
Location: Sweden
Post: #1142
(2012-08-20 15:18)ursli Wrote:  
(2012-08-20 14:50)Popeye Wrote:  Ah, missed that one.. great it worked. Will you submit a pull request on it?

You did the hard part, I just exchanged one simple line, so if you feel like it go ahead and do it, if you don't I'll be happy to look into opening a pull request myself.

Please go ahead, to much things going on for me right now. You could consider including a advanced setting for including the folder name or not. Btw, why wasnt the .strm files scanned properly before? Isn't it just a xbmc setting to use folder names or not? Also, is there any way to output a .nfo? then the xbmc scraping is even quicker..

sverigesradio | Pneumatic | SABnzbd | XBMC that just works - openelec
find quote
bwqbbq Offline
Junior Member
Posts: 7
Joined: Aug 2010
Reputation: 0
Post: #1143
(2012-08-20 23:05)Popeye Wrote:  
(2012-08-20 15:18)ursli Wrote:  
(2012-08-20 14:50)Popeye Wrote:  Ah, missed that one.. great it worked. Will you submit a pull request on it?

You did the hard part, I just exchanged one simple line, so if you feel like it go ahead and do it, if you don't I'll be happy to look into opening a pull request myself.

Please go ahead, to much things going on for me right now. You could consider including a advanced setting for including the folder name or not. Btw, why wasnt the .strm files scanned properly before? Isn't it just a xbmc setting to use folder names or not? Also, is there any way to output a .nfo? then the xbmc scraping is even quicker..

I added the Pneumatic plugin to CouchPotatoServer. It's already working fine and it's indeed just a case of properly adding the source. The way it's currently implemented it creates the .strm files in a user defined dir which you would then add as a source. I took this approach since .strm movies only consist of a single file (the .strm) so putting each .strm in its own directory would offer no benefits.
find quote
Popeye Offline
Posting Freak
Posts: 879
Joined: Aug 2009
Reputation: 25
Location: Sweden
Post: #1144
(2012-08-21 03:18)bwqbbq Wrote:  I added the Pneumatic plugin to CouchPotatoServer. It's already working fine and it's indeed just a case of properly adding the source. The way it's currently implemented it creates the .strm files in a user defined dir which you would then add as a source. I took this approach since .strm movies only consist of a single file (the .strm) so putting each .strm in its own directory would offer no benefits.

Excellent you showed up Big Grin . CouchPotatoServer seems to have the ability to add meta data https://github.com/RuudBurger/CouchPotat.../metadata. Have you had any thoughts about adding xbmc .nfo information together with the .strm files? Then I guess the need to use individual folders are "real". The .strm file bowsing from within pneumatic will also look better Big Grin

sverigesradio | Pneumatic | SABnzbd | XBMC that just works - openelec
find quote
ursli Offline
Senior Member
Posts: 146
Joined: Nov 2011
Reputation: 4
Post: #1145
(2012-08-21 03:18)bwqbbq Wrote:  I added the Pneumatic plugin to CouchPotatoServer. It's already working fine and it's indeed just a case of properly adding the source. The way it's currently implemented it creates the .strm files in a user defined dir which you would then add as a source. I took this approach since .strm movies only consist of a single file (the .strm) so putting each .strm in its own directory would offer no benefits.

That is not entirely true, if you scrap extrathumbs and logos with the artworkdownloader for example movies need to be in their own folder, unless I missed an option somewhere, otherwise xbmc will show the same extrathumb/logo for every movie in the directory.
(This post was last modified: 2012-08-21 13:17 by ursli.)
find quote
Popeye Offline
Posting Freak
Posts: 879
Joined: Aug 2009
Reputation: 25
Location: Sweden
Post: #1146
(2012-08-21 13:15)ursli Wrote:  
(2012-08-21 03:18)bwqbbq Wrote:  I added the Pneumatic plugin to CouchPotatoServer. It's already working fine and it's indeed just a case of properly adding the source. The way it's currently implemented it creates the .strm files in a user defined dir which you would then add as a source. I took this approach since .strm movies only consist of a single file (the .strm) so putting each .strm in its own directory would offer no benefits.

That is not entirely true, if you scrap extrathumbs and logos with the artworkdownloader for example movies need to be in their own folder, unless I missed an option somewhere, otherwise xbmc will show the same extrathumb/logo for every movie in the directory.

Then a advanced setting to switch this on or of could be nice?

sverigesradio | Pneumatic | SABnzbd | XBMC that just works - openelec
find quote
bwqbbq Offline
Junior Member
Posts: 7
Joined: Aug 2010
Reputation: 0
Post: #1147
(2012-08-21 08:18)Popeye Wrote:  
(2012-08-21 03:18)bwqbbq Wrote:  I added the Pneumatic plugin to CouchPotatoServer. It's already working fine and it's indeed just a case of properly adding the source. The way it's currently implemented it creates the .strm files in a user defined dir which you would then add as a source. I took this approach since .strm movies only consist of a single file (the .strm) so putting each .strm in its own directory would offer no benefits.

Excellent you showed up Big Grin . CouchPotatoServer seems to have the ability to add meta data https://github.com/RuudBurger/CouchPotat.../metadata. Have you had any thoughts about adding xbmc .nfo information together with the .strm files? Then I guess the need to use individual folders are "real". The .strm file bowsing from within pneumatic will also look better Big Grin

Sure, it should be trivial to add since each release already has all imdb/tmdb info that's necessary to add an nfo. Don't have the time for this right now though, but I might have a look at it in the week-end or so.

(2012-08-21 13:15)ursli Wrote:  
(2012-08-21 03:18)bwqbbq Wrote:  I added the Pneumatic plugin to CouchPotatoServer. It's already working fine and it's indeed just a case of properly adding the source. The way it's currently implemented it creates the .strm files in a user defined dir which you would then add as a source. I took this approach since .strm movies only consist of a single file (the .strm) so putting each .strm in its own directory would offer no benefits.

That is not entirely true, if you scrap extrathumbs and logos with the artworkdownloader for example movies need to be in their own folder, unless I missed an option somewhere, otherwise xbmc will show the same extrathumb/logo for every movie in the directory.

I've never heard of that add-on so I wouldn't know Tongue. If people want to add meta-data, that does warrant saving the .strm files to their own folders, so I'll add that too while I'm at it.
find quote
Popeye Offline
Posting Freak
Posts: 879
Joined: Aug 2009
Reputation: 25
Location: Sweden
Post: #1148
(2012-08-22 09:40)bwqbbq Wrote:  Sure, it should be trivial to add since each release already has all imdb/tmdb info that's necessary to add an nfo. Don't have the time for this right now though, but I might have a look at it in the week-end or so.

I've never heard of that add-on so I wouldn't know Tongue. If people want to add meta-data, that does warrant saving the .strm files to their own folders, so I'll add that too while I'm at it.

No rush, and thanks for your work!

sverigesradio | Pneumatic | SABnzbd | XBMC that just works - openelec
find quote
ursli Offline
Senior Member
Posts: 146
Joined: Nov 2011
Reputation: 4
Post: #1149
Plenty of community made skins use the artworkdownloader to get metadata, so I would imagine I'm not the only one with the problem. Thanks for the work you guys put in, all this automation really makes me lazy but I like it! Big Grin


(I guess the pull request isn't necessary now since you got it on your own list already?)
find quote
sarakha63 Offline
Member
Posts: 69
Joined: Feb 2011
Reputation: 0
Post: #1150
is it possible to have an option to pause sabnzbd downloads from xbmc
find quote
Post Reply