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)



CouchPotato Downloaded Wrong Quality - Pr.Sinister - 2010-07-23

I had Kick-Ass in my list of movies to get in 1080p.

It downloaded the 720p version.

It may be NZBMatrix's fault but CouchPotato should parse the results to make
sure it is downloading the right thing...

Log :

Quote:18:24:19,986 INFO [app.lib.provider.yarr.sources.nzbmatrix] Searching: http://services.nzbmatrix.com/rss.php?username=[REMOVED]&term=Kick-Ass+1080p&apikey=[REMOVED]&subcat=42
18:24:21,638 INFO [app.lib.provider.yarr.sources.nzbmatrix] Found: Kick Ass 2010 720p BluRay X264 AMIABLE
18:24:26,655 INFO [app.lib.sabNzbd] Sending 'Kick Ass 2010 720p BluRay X264 AMIABLE' to SABnzbd.
18:24:26,655 INFO [app.lib.sabNzbd] URL: http://localhost:8080/sabnzbd/api?ma_password=[REMOVED]&apikey=[REMOVED]&name=http%3A%2F%2Fnzbmatrix.com%2Fapi-nzb-download.php%3Fid%3D696251%26username%3D[REMOVED]%26apikey%3D[REMOVED]&cat=movies&mode=addurl&ma_username=[REMOVED]
18:24:27,663 INFO [app.lib.sabNzbd] Result text from SAB: ok
18:24:27,663 INFO [app.lib.sabNzbd] NZB sent to SAB successfully.



- jbrillo1126 - 2010-07-23

I don’t know if this is impossible or not but what would be the possibility of couch potato updating my current library to a better quality video that I set much like sick beard does for TV shows. For example if I had Toy Story in SD it could be automagicly added to the list as Toy Story 720P. Also is there a feature in the works that would limit the size of the videos that get added to sabnzbd? So I could set a maximum size and it would only download videos smaller than or equal to that size.


- supertom44 - 2010-07-23

As nzbmatrix doesn't have a separate 720p and 1080p section, in the small app I made I had it search the hd x264 cat and then check the results to see if they were 720 or 1080 and only display the desired ones.

Apart from that I love nzbmatrix, oh that and the time limit on the api.


- Zodiak - 2010-07-23

rflores2323 Wrote:can you help me to get this running. I have python 2.6 installed as i get this output
lrwxrwxrwx 1 root root 9 2010-02-04 17:03 /usr/bin/python -> python2.6

I have downloaded the files (RuudBurger-CouchPotato-193ccef) in "documents" however when I try to run the program it gives me the below.


Code:
xbmc@xbmc-desktop:~$ python CouchPotato.py -d
python: can't open file 'CouchPotato.py': [Errno 2] No such file or directory
so I cant get the program to start

You have downloaded it to your documents folder, however it seems you are trying to launch it while in your home folder. The system will not find the file since it is actually in a subdirectory of the folder it is currently looking in.

Try running the command with a fully qualified path to CouchPotato.py. Something that'd look like this:

Code:
python /home/xbmc/Documents/CouchPotato.py -d

Adjust as necessary to the correct path. If that doesn't work, something else is going wrong Smile


- RuudBurger - 2010-07-23

@Pr.Sinister:
Yeah NZBMatrix bugs out because of the "-". Will do fix for that.


- RuudBurger - 2010-07-23

New build with poster + summary + rating in the movie view.
Image


- compcentral - 2010-07-23

When I try to add the movie to CP using the IMDB user script, I just get "This webpage is not available." Any thoughts? Using r14 windows binary.

Image


- RuudBurger - 2010-07-23

New Windos build, with posters in movie list

@compcentral
Could you check out the latest Build and update your userscript. Hope it fixes it.


- rflores2323 - 2010-07-23

can anyone with any linux knowledge help me out please. I cant get this working. can anyone chat online? skype ricardoflores23


- darkscout - 2010-07-23

rflores2323 Wrote:can anyone with any linux knowledge help me out please. I cant get this working. can anyone chat online? skype ricardoflores23

Sure, what's the problem?

If it works all I ask is a $5 donation to your favorite automate movie grabber of choice Smile


- nmayling - 2010-07-23

compcentral Wrote:When I try to add the movie to CP using the IMDB user script, I just get "This webpage is not available." Any thoughts? Using r14 windows binary.

Did you remove the old userscript for r13 ?

When upgrading for the first time I had some issues until I removed the older ones.


- chalk4 - 2010-07-23

RuudBurger Wrote:New build with poster + summary + rating in the movie view.
Image

RuudBurger... this app is turning into one of my favorites. Thank you for all the hard work on this great app!


- RuudBurger - 2010-07-23

Regarding the userscript, it should upgrade. But the last build I changed the name. So make sure you delete the old one.
The new userscript is in the bottom right on IMDB.

@rflores2323:
As Zodiak pointed out, you are working from the wrong directory.
When you use the init.d either change the path (inside the initd) to your CP directory or make sure CP is installed in /usr/local/sbin/couchpotato.
When you manually want to run the script, you have to be inside the CP directory to run "python CouchPotato.py -d"


- darkscout - 2010-07-23

I'm getting some weird behavior with the new user script in Chrome.

When the box isn't moused over, it shows a second "Add".

I'm guessing given the big box at the top that's supposed to be a tab that pops up on mouse over, so it's most likely a Chrome Renering issue.

Non Mouse Over
Image

Mouse Over
Image

Non Mouse Over after adding a movie.
Image


- RuudBurger - 2010-07-23

You have to remove the old script, the new name is "CouchPotato Userscript".
From now on it should overwrite, as the name won't change (I hope Wink )