XBMC Community Forum
CouchPotato - Automatic Movie Downloader via NZB & Torrents - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: CouchPotato - Automatic Movie Downloader via NZB & Torrents (/showthread.php?tid=75960)



- russg - 2011-01-05 03:04

Mike8913 Wrote:SAB Log

Thats my log. It shows that sabnzbd is up and running on 9090 but I still can't access any webgui

This is the end of my CP log

Code:
17:41:58 INFO  [        app.lib.cron.yarr] Finished search.
17:41:58 ERROR [          app.lib.sabNzbd] Unable to connect to SAB.
17:41:58 INFO  [          app.lib.sabNzbd] URL: http://localhost:9090/sabnzbd/api?

how do I uninstall SAB from terminal? I am a noob so you know.

This is the sabnzbd.ini. Maybe I have something screwed up here?

mike, you haven't read the output log. It says there are errors and it is shutting down and saving. Please look for a tutorial on setting up SAB and follow that. Once you get a working SAB everything else is likely to fall into place.


- Therms - 2011-01-05 07:41

compcentral Wrote:Create a custom .cmd script and link it to the download using Sab's API and let Sab do the rename/move upon completion using the script.

CP already does something like this. I implemented a couple weeks ago.

No one has implemented a UI for it yet, but all you have to do is set the "ppDir" setting in config.ini to SAB's post-processing directory.

After that you'll never have a mis-identified movie again (unless the movie is identified wrong on usenet or at the nzb provider...in which case there's not much to do about it).


- bmcclure937 - 2011-01-05 08:27

I am curious to know if CP can analyze your current XBMC library and automatically begin finding and downloading higher quality versions of your media collection. I was not sure if this was an option or if the original SD file had to be downloaded by CP...


- alshain - 2011-01-05 12:53

No it cannot. The latter is the case.


- castortray - 2011-01-05 14:43

smithr99 Wrote:ok, I set my folder up in the Renaming settings, and clicked the "Download Trailers" button on the "Manage" page.

Here is my log ...

15:56:58 INFO [ app.lib.cron.trailer] Done adding movies to trailer search.
15:56:58 INFO [ app.lib.cron.trailer] Adding movies to trailer search.


Still no trailers downloaded though. Where is it supposed to download trailers from btw ?

thanks

the same for me,
Any help is appreciated.


- msderganc - 2011-01-05 16:54

bmcclure937 Wrote:I am curious to know if CP can analyze your current XBMC library and automatically begin finding and downloading higher quality versions of your media collection. I was not sure if this was an option or if the original SD file had to be downloaded by CP...

This would be a great addition!


Renamer is now copying instead of moving. - fade23 - 2011-01-06 00:46

At some point after a recent update (I'm currently on the latest version), the renamer script started copying movies from the directory they ended up in from SAB to the final movie directory, instead of just moving them (both locations exist on the same disk). So now I end up with two copies of the movie. Was this an intentional change? Is there any way to revert back to the old way, or am I missing some new configuration option?


- compcentral - 2011-01-06 01:43

Therms Wrote:CP already does something like this. I implemented a couple weeks ago.

No one has implemented a UI for it yet, but all you have to do is set the "ppDir" setting in config.ini to SAB's post-processing directory.

After that you'll never have a mis-identified movie again (unless the movie is identified wrong on usenet or at the nzb provider...in which case there's not much to do about it).

Excellent. I was hoping this would be implemented. I'm currently working on something similar in my "AudioMatic" project (automated music downloader). I'll have to take a look at your Sab scripts and compare them to mine. For music it gets a little more complicated though since I need to rename tracks and set ID3 tags. I handle that with a separate post-processing process.


- compcentral - 2011-01-06 01:45

bmcclure937 Wrote:I am curious to know if CP can analyze your current XBMC library and automatically begin finding and downloading higher quality versions of your media collection. I was not sure if this was an option or if the original SD file had to be downloaded by CP...

msderganc Wrote:This would be a great addition!

Agreed


- bmcclure937 - 2011-01-06 08:17

compcentral Wrote:Agreed

I also agree... but the method to implement this functionality would need to be carefully planned.

You obviously do not want Couch Potato just automatically downloading 1080p rips of every single SD movie in you library. If you have 400 Standard Definition movies and CP finds that half of them have 1080p rips available... then your connection would be getting slammed for a looong time as they queue up and download.

There would need to be some method to specify or mark items you would like updated. Oo