(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
. 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 
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

. 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.