Page 53 of 88

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 13th, 2010, 11:57 am
by RuudBurger
I fixed the "not marked as downloaded" bug.
And I think I found why the renamer seemed to hang after 1 run, but I'm not sure, so for the people having that problem, please update to the latest version (git) and let me know :D

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 13th, 2010, 3:14 pm
by h2guy
mrwolf, to get UserScript working, edit the java script (Greasemonkey -> Manage User Scripts -> 'Edit' (at bottom left)). Line 11 in the script needs to point to your CP ip:port

var cpLocation = 'http://192.168.1.1:5000'; (default in the script)

mine now reads (for my particular install)

var cpLocation = 'http://192.168.1.13:5002';

Also, ensure that 'Included Pages' in the 'Manage User Scripts' window also includes the ip:port/*.
mrwolf wrote: I can't get the userscript to work with Firefox, I'm probably missing out on something very obvious...

In CP, I click the userscript button, it then shows up with 'http://192.168.1.110:5002/CouchPotato.u ... .110:5002/', with the script code on the page. I remove the last part of the url, so it becomes 'http://192.168.1.110:5002/CouchPotato.user.js', and GreaseMonkey recognizes it as a script and installs it.

I then go to IMDB and find a movie. The 'add to CP' box appears, and I click it. But then there's an error saying 'page doesn't exist', and the movie is not added to CP. What am I doing wrong here?

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 13th, 2010, 4:31 pm
by RuudBurger
You shouldn't have to do that manually. I'll check out why that happens. In chrome it works fine, but in FF it isn't registering as a Userscript.

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 13th, 2010, 4:51 pm
by RuudBurger
And fixed. Userscript should install properly now, without manual editing.

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 13th, 2010, 6:18 pm
by theagent
Hi again.  I just switched to using git, and I'm getting the "Version UNKNOWN Build," that I read about a few pages back.  I tried restarting CP and my PC... was there something else I should do?  Oh, and I also tried doing a git pull... seems up to date.

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 13th, 2010, 7:50 pm
by FatGiant
Ok, I just installed and started using CP, all is great and working, but...

Is there any way to see the Downloaded movies details like on the Wanted list?

Yeah, I want to admire my collection... :)

Thanks.

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 13th, 2010, 11:52 pm
by sacretagent
@fatgiant....

install xbmc  you can admire all what you want there :P

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 4:07 am
by RuudBurger
@theagent: when there is an .git folder. CP won't use the buildin updater. See settings >> general

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 6:46 am
by bakman
Ruud - I have some issues understanding the renaming & subtitle part.

My downloads from sabnzbd end up (extracted and all) in my /complete folder.

CP starts the renaming cron job and starts removing the files it finds in the directory ?
Thus I am left without files - what is wrong here ?

Where in the process does it actually download subs and trailers ?

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 6:51 am
by RuudBurger
It removes your movie files?
After renaming, it starts to search for subtitles.

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 6:54 am
by bakman
Yes it removes them, not renaming and/or moving them to destination folder:
http://pastebin.ca/1991020

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 6:55 am
by Jim
RuudBurger wrote: After renaming, it starts to search for subtitles.
does it keep searching until it finds subtitles or is it a one time search?

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 6:56 am
by RuudBurger
@bakman: Ill check it out, never downloaded a non-iso dvd ;)

One time search, use the Manage page for later searching.

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 7:46 am
by bakman
Thanks. I see it works with single files indeed :)

Little hickup here though ;)

Code: Select all

13:28:39 INFO  [     app.lib.cron.renamer] Creating directory /Volumes/MINI-VIDEO/MOVIES/re Will Be Blood, The (2007)
13:28:35 INFO  [     app.lib.cron.renamer] Trying to find a home for: There.Will.Be.Blood.2007.720p.BluRay.x264-SiNNERS.mkv
seems like if "the" is found as first 3 letters, it will be renamed. maybe it should be checked if "the" is followed by a space ?

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Posted: November 14th, 2010, 8:26 am
by bakman
I think I am getting annoying  ::)

Code: Select all

14:05:34 INFO  [    app.lib.cron.subtitle] Searching for subtitles: Alice in Wonderland (2010).
14:05:34 INFO  [    app.lib.cron.subtitle] Done adding movies to subtitle search.
it never finds it and/or states that it can/cannot find it ?