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)



- compcentral - 2011-02-11

maui917 Wrote:20:43:02 INFO [pp.lib.provider.yarr.base] Wrong: The Kings Speech 2010 HD SCR 720p x264, looking for 720P
20:43:02 INFO [pp.lib.provider.yarr.base] Wrong: The Kings Speech 2010 720p WEB SCR x264 herpaderp, looking for 720P
20:42:51 INFO [er.yarr.sources.nzbmatrix] Searching: http://rss.nzbmatrix.com/rss.php?username=########&term=tt1504320&apikey=####################=42&searchin=weblink&ssl=0&english=0
20:42:51 INFO [er.yarr.sources.nzbmatrix] Getting RSS from cache: tt1578275-42.
20:42:41 INFO [er.yarr.sources.nzbmatrix] Searching: http://rss.nzbmatrix.com/rss.php?username=########&term=tt1578275&apikey=####################=42&searchin=weblink&ssl=0&english=0
20:42:41 INFO [pp.lib.provider.yarr.base] Wrong: The Green Hornet TELESYNC German 720p x264 PFD, looking for 1080P
20:42:41 INFO [er.yarr.sources.nzbmatrix] Getting RSS from cache: tt0990407-42.
20:42:41 INFO [pp.lib.provider.yarr.base] Wrong: The Green Hornet TELESYNC German 720p x264 PFD, looking for 720P
20:42:30 INFO [er.yarr.sources.nzbmatrix] Searching: http://rss.nzbmatrix.com/rss.php?username=########&term=tt0990407&apikey=####################=42&searchin=weblink&ssl=0&english=0
20:42:30 INFO [pp.lib.provider.yarr.base] Wrong: 127 Hours 2010 HD 720p x264 SAG SCR P2PP, looking for 1080P
20:42:30 INFO [er.yarr.sources.nzbmatrix] Getting RSS from cache: tt1542344-42.
20:42:30 INFO [pp.lib.provider.yarr.base] Wrong: 127 Hours 2010 HD 720p x264 SAG SCR P2PP, looking for 720P

What I've highlighted in bold are the problems. A screener (scr) or a Telesync (ts), no matter what the resolution (720 or 1080) is not as good of quality as a 720p or 1080p BluRay rip so they are avoided.


CouchPotato stops with checking NZBMatrix for valid link - SirPsycho8 - 2011-02-12

I have just installed CouchPotato and seem to have all of the settings correct - I also have SickBeard installed and have had it running smoothly with SABnzbd+ and XBMC for several months.

For some reason, when performing a search, CouchPotato will just "stall out" when checking if the link for the NZB is valid or not. Here is the log when it is searching for a movie:

Quote:22:13:35 INFO [.lib.provider.yarr.search] Checking if http://nzbmatrix.com/api-nzb-download.php?id=842134&username=madeupusername&apikey=00000000 is valid.
22:13:25 INFO [er.yarr.sources.nzbmatrix] Found: Faster 2010 720p BluRay x264 Felony
22:13:25 INFO [er.yarr.sources.nzbmatrix] Searching: http://rss.nzbmatrix.com/rss.php?username=madeupusername&term=tt1433108&apikey=00000000&subcat=42&searchin=weblink&ssl=0&english=0
22:13:25 INFO [ app.lib.cron.yarr] Searching for new downloads, for all movies.
** Of course, I have the correct username and api key - I have checked this several times.

That last log entry - "Checking if . . . . is valid" - is always the last entry. I refresh the log several times just to check.

If I copy and paste that URL in the last log entry the browser will download the NZB file.


I have tested this with several movies that are in NZBMatrix.


What is odd is that there was ONE movie that actually worked (NZB downloaded and sent to SABnzbd+)! No others are working.


Thanks for any help!


- owen-b - 2011-02-12

owen-b Wrote:Very weird problem with my OSX install. Hit the update button a few minutes ago and it started the process of updating, then it opened a new window for it to load in, and asked me to login:

Domain: (local network ip address):5000
Realm: Awesomeness

User:
Password:

Here's the thing, I've never ever a password set on CouchPotato, and I've never named any part of my network 'Awesomeness' so I don't know where this has come from and don't know how to log in.

Any ideas?


alshain Wrote:I remember we had this bug ages ago. Check your config file and make sure the corresponding settings are empty.


I posted the contents of the config.ini file on previous page, I'm afraid I'm no wiser. Anyone point me in the right direction as CP still unuseable.

Thanks!


- alshain - 2011-02-12

comcentral: I cannot see a problem. Haven't you given yourself the answer? In my opinion, the behavior is correct.

own-b: On line 126 in CouchPotato.py, add this:
Code:
print "Username", repr(ca.get('global', 'username'))
print "password", repr(ca.get('global', 'password'))



- mwkurt - 2011-02-12

Hello,

There is currently a discussion going on regarding the duration of videos and the tags in the nfo files that XBMC recognizes in relation to the PseudoTV script. It is believed that the tag <durationinseconds> is the one that XBMC uses to get the length of the files. Would it be possible to include this tag in the nfo files that Couch Potato creates?

Thanks,
Mark


- owen-b - 2011-02-12

alshain Wrote:comcentral: I cannot see a problem. Haven't you given yourself the answer? In my opinion, the behavior is correct.

own-b: On line 126 in CouchPotato.py, add this:
Code:
print "Username", repr(ca.get('global', 'username'))
print "password", repr(ca.get('global', 'password'))


Thanks again, alshain, this did the trick. Smile


- jompan87 - 2011-02-12

really need help with this error,

Code:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcf in position 43: ordinal not in range(128)
    path += '/' + b
  File "/usr/lib/python2.6/posixpath.py", line 70, in join
    if isdir(join(top, name)):
  File "/usr/lib/python2.6/os.py", line 284, in walk
    for x in walk(path, topdown, onerror, followlinks):
  File "/usr/lib/python2.6/os.py", line 294, in walk
    for root, subfiles, filenames in os.walk(movieFolder):
  File "/usr/local/sbin/couchpotato/app/lib/library.py", line 68, in getMovies
    allMovies = self.getMovies(self.conf('download'))
  File "/usr/local/sbin/couchpotato/app/lib/cron/renamer.py", line 80, in doRename
    self.doRename()
  File "/usr/local/sbin/couchpotato/app/lib/cron/renamer.py", line 45, in run
15:19:52 ERROR [     app.lib.cron.renamer] Traceback (most recent call last):
15:19:52 ERROR [     app.lib.cron.renamer] !!Uncought exception in renamer thread.

for a full log see http://pastebin.com/HT6J8N2k

this would help me alot! thanks

edit: as mizled pointed out, this goes for the lastest version (and a few back?)


- mizled - 2011-02-12

jompan87 Wrote:since last or a few updates ago (??) moving and renaming movies aint working for me anymore.. used to work just fine, was so happy untill i updated Sad


im on linux (minimal ubuntu install)

This is the case for me as well. The renamer has stopped functioning all together when it was working perfectly before.

However, I am using OSX 10.6.6 with the latest version from GitHub.

Any update to fix this?

Edit: Here's a pastebin: http://pastebin.com/0Ar0Ztxp


- jompan87 - 2011-02-13

mizled Wrote:This is the case for me as well. The renamer has stopped functioning all together when it was working perfectly before.

However, I am using OSX 10.6.6 with the latest version from GitHub.

Any update to fix this?

Edit: Here's a pastebin: http://pastebin.com/0Ar0Ztxp

while i wait for an fix, ive done a rollback to 01/02 - 2011

download link https://github.com/RuudBurger/CouchPotato/tarball/81a0e1686e8babaa5974884bf30a0b1cf65aaf2c

works like a charm again!


- VegasTrey - 2011-02-13

How would I do a rollback on Ubuntu 10.10?


- mizled - 2011-02-13

jompan87 Wrote:while i wait for an fix, ive done a rollback to 01/02 - 2011

download link https://github.com/RuudBurger/CouchPotato/tarball/81a0e1686e8babaa5974884bf30a0b1cf65aaf2c

works like a charm again!

I tried using this version but my settings don't seem right (all settings are not there at all). I deleted the old config.ini and let CP create a new one but it still isn't working right.

Is it possible to do a git pull for this version? I just downloaded that version and copied over mine. Is that right?

I guess I'll just wait for a new update and a fix for the renamer.


- jompan87 - 2011-02-13

mizled Wrote:I tried using this version but my settings don't seem right (all settings are not there at all). I deleted the old config.ini and let CP create a new one but it still isn't working right.

Is it possible to do a git pull for this version? I just downloaded that version and copied over mine. Is that right?

I guess I'll just wait for a new update and a fix for the renamer.

the config part i didnt do (tho i doubt it does much of a difference)

just stop CP (with sudo /etc/init.d/couchpotato stop), write over the "new" files with the old ones, and start it again (sudo /etc/init.d/couchpotato start)

thats what i did

gl!

----------------

REQUEST: as i see sickbeards postprocessing script works flawless and seems very efficent id like to see something like that for CP. id hope someone qualified could take on the task. would be much appreciated


- mizled - 2011-02-14

jompan87 Wrote:the config part i didnt do (tho i doubt it does much of a difference)

just stop CP (with sudo /etc/init.d/couchpotato stop), write over the "new" files with the old ones, and start it again (sudo /etc/init.d/couchpotato start)

thats what i did

gl!

----------------

REQUEST: as i see sickbeards postprocessing script works flawless and seems very efficent id like to see something like that for CP. id hope someone qualified could take on the task. would be much appreciated


This worked! Thanks! Let's hope the renamer gets fixed in a newer version!


- rozuchu - 2011-02-14

rozuchu Wrote:Hi, I'm having a lot of problems with my CP install. I've seen one other post on this forum (actually in this topic) with the same error in the logfile, but I couldnt find an answer.

The problem I'm having is that CP doesnt find any movies, it doesnt load movie information, no coming soon data etc. I got this error in the logs after forcing a new check:

Code:
23:18:30 ERROR [     app.lib.provider.rss] Error parsing RSS. not well-formed (invalid token): line 1, column 0

The link to the rss that's in the log (i wont post it due to login informatoin)works fine and gives some results (from nzbs.org). I tried turning off firewall / antivirus programs etc. but nothing helps.

Any tips? Thanks in advance Smile

Anyone? I tried installing it onto my computer after a fresh windows install but alas, I still got this RSS parsing error. I tried disabling firewall & antivirus, installed CP on another harddisk etc.


- jaaahaaa - 2011-02-14

My couch potato is a bit lazy. Snagged 6 out of 14 movies I added (all released) after 24h. I have set it up with nzbmatrix and nzb.su.

I added No country for old men (720p), still hasn't snatched even though I can find the movie on nzbmatrix. This can't be normal?

One more question, how do I add a movie like: download dvdrip if you dont find 720 and if you later find 720 upgrade, is that possible?