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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: CouchPotato - Automatic Movie Downloader via NZB & Torrents (/showthread.php?tid=75960)



- Dilligaf - 2011-10-08

azgul Wrote:Currently if I enable renaming and tell Couch Potato to do as following,
Folder: <original>
Filename: <original>.<ext>

What happens if you change the above to


Folder: <original>
Filename: <original>

It looks to me that you're telling it to double up the extension.

Mike


- azgul - 2011-10-08

Dilligaf Wrote:What happens if you change the above to


Folder: <original>
Filename: <original>

It looks to me that you're telling it to double up the extension.

Mike
Yes, I realize that. But that doesn't change the fact that it will retain the original file name, and rename the folder to whatever the file name is.


- azgul - 2011-10-08

As suspected..

Code:
19:23:55 INFO  [     app.lib.cron.renamer] Moving file "/volume2/downloads/complete/movies/Revolver.2005.1080p.BluRay.x264-LCHD/revolver-lchd.mkv" to /volume1/files/Movies/revolver-lchd.mkv/revolver-lchd.mkv.
19:23:55 INFO  [     app.lib.cron.renamer] Quality Old: 0, New 8140.
19:23:55 INFO  [     app.lib.cron.renamer] Creating directory /volume1/files/Movies/revolver-lchd.mkv
19:23:55 INFO  [     app.lib.cron.renamer] Trying to find a home for: revolver-lchd.mkv
19:23:55 INFO  [          app.lib.library] Unable to fetch audio/video details for /volume2/downloads/complete/movies/Revolver.2005.1080p.BluRay.x264-LCHD/revolver-lchd.mkv



- akhlaq768 - 2011-10-09

pleasse can someone show me (step by step) on how to use couchpotato? im guessing i need to use other software programs with it... but i dont know what...

thanks


- nmayling - 2011-10-09

Has there been much changed in the source since the windows exe was released ( 13 Aug )

Wondering if I should look at running from source ?


[REQUEST] Apple Trailers Lite integration - michaeldecharon - 2011-10-09

Dear Ruud,

What about the integration of Apple trailers lite?

After watching a trailer in XBMC Apple Trailer Lite, the possibility to add the title to couchpotato.


- vzey - 2011-10-11

akhlaq768 Wrote:pleasse can someone show me (step by step) on how to use couchpotato? im guessing i need to use other software programs with it... but i dont know what...

thanks

read this
http://www.lifehacker.com.au/2010/08/how-to-get-started-with-usenet-in-three-simple-steps/

get a usenet account (i chose Usenet server from here, gets you a discount and the author of the app a little cash)
http://couchpotatoapp.com/

follow instructions from here, long read but worth it!
http://www.tekforums.net/guides-projects/(wip)-automated-media-server-xbmc-setup-(long-image-heavy)/?PHPSESSID=ngv0mh7guph43qhhvmrdj3jvj0

goodluck!


- Aenima99x - 2011-10-11

michaeldecharon Wrote:Dear Ruud,

What about the integration of Apple trailers lite?

After watching a trailer in XBMC Apple Trailer Lite, the possibility to add the title to couchpotato.

That's a great idea. +1 on that request!


- clubwerks - 2011-10-11

Before we get Apple Trailers working, could we fix Rotten Tomatoes? The extra script doesn't work on that site like it's advertised to do. Maybe I'm doing something wrong. Works fine on imbd. Maybe blu-ray.com too.


- azgul - 2011-10-11

http://pastebin.com/X6qjpNJY

anyone know why CouchPotato wont start? I'm running it on my Synology NAS server. Every "Initializing Database." entry in the log apart from the first one is another attempt of starting it.

edit: Nevermind, it was due to my editing of the file nzbmatrix.py. Got it working again.


- darkscout - 2011-10-11

http://www.fatwallet.com/forums/hot-deals/1130832/

1TB for $50. One of the cheapest block accounts you can get.


- azgul - 2011-10-12

00:05:38 INFO [pp.lib.provider.yarr.base] Wrong: X.2011.1080p.BluRay.x264-MELiTE, undetermined naming. Looking for 'X (2011)'

Hm?


- Finknz - 2011-10-12

Any help on this issue will be great. Despite adding words to ignore in the general setting such as DUBBED, HEBREW I am still getting files sent to sabnzdb that are named these. Is there anything I am doing wrong, I have added a comma between words. Not sure what else I could do? Thanks


- MrHaugen - 2011-10-12

Is there ANY way to modify the source code of the windows version? Specifically the way the XML files is written. I need a few tags to be modiefied to fix an JRiver MC16 integration.

Perhaps it would be possible to compile this my self, if I somehow knew where to find the original code...?


- darkscout - 2011-10-12

https://github.com/RuudBurger/CouchPotato/

You can just install python on windows and do it that way.

Or get py2exe: http://www.py2exe.org/