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)



- RuudBurger - 2010-07-25 15:06

Nope, not yet.
You can do a request on github Wink


- RuudBurger - 2010-07-26 01:40

For all the users who are running from GIT, how is the updater working for you?
I want to make an auto updater, but want to know if the updates are running correct.


- HarryRosen - 2010-07-26 01:42

I was running the git but never got a version number so wasn't sure if it updated. I have since moved the the windows build.


- rob151515 - 2010-07-26 02:52

Just wondering if there are any future plans on implementing some kind of min/max filesize (ie. Min of 2GB, Max of 5GB) for NZB's?


- compcentral - 2010-07-26 04:16

The donate link from http://www.couchpotatoapp.com is still in Dutch.... actually, I tried it from within the app and from the github site as well and sure enough... still all in dutch. Not a huge deal (since google chrome can translate it fairly well), but a bit confusing for some I'm sure.


- compcentral - 2010-07-26 04:23

One quick question... where might one find release notes?

oh and the updater is working great for me so far using the windows builds... went from r14 to r15 and r15 to r16 that way.


- RuudBurger - 2010-07-26 10:57

@rob151515
There are minimum sizes set for the qualities. What do you need min/max filesize for?

@compcentral
Could you see and try another time? I hate it when such a simple thing doesn't do what I want Wink
Also, there will be a click-and-update for Windows eventually, but I have to figure out some problems with the compiler.


- lslow00 - 2010-07-26 12:31

hey ruudburger,

i'm getting errors on searching now:

it appears

ValueError: invalid literal for int() with base 10: ''
id = int(self.gettextelement(nzb, "link").split('&')[0].partition('id=')[2])
File "/home/mediabox/.couchpotato/app/lib/provider/yarr/sources/nzbmatrix.py", line 72, in find
results.extend(source.find(movie, type, type))
File "/home/mediabox/.couchpotato/app/lib/provider/yarr/search.py", line 46, in find
results = self.provider.find(movie, queue)
File "/home/mediabox/.couchpotato/app/lib/cron/cronYarr.py", line 134, in _search
self._search(movie)
File "/home/mediabox/.couchpotato/app/lib/cron/cronYarr.py", line 74, in searchAll
self.searchAll()
File "/home/mediabox/.couchpotato/app/lib/cron/cronYarr.py", line 47, in run
self.run()
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
Traceback (most recent call last):
06:28:09,962 CRITI [stderr] Exception in thread Thread-4:
06:28:09,838 INFO [app.lib.provider.yarr.sources.nzbmatrix] Searching: http://services.nzbmatrix.com/rss.php?username=xxxxxx&term=A+Team+720p&apikey=xxxxxx&subcat=42

removed username and apikey just fyi

it appears to stop the entire search process when it hits this error.

edit: oh yeah, i just updated the app through the update now link in the application. this is from git, but i just update through your app now.


- lslow00 - 2010-07-26 12:33

going to services.nzbmatrix.com it tells to use rss.nzbmatrix.com instead, maybe the nzbmatrix api on your end needs to be updated?


- rob151515 - 2010-07-26 12:43

RuudBurger Wrote:@rob151515
There are minimum sizes set for the qualities. What do you need min/max filesize for?

Is this something we can set?

I asked Couchpotato to find me a BDRip of a movie. It worked great and added an NZB to SABnzb however it's only 1.5GB. It's supposed to be the extended edition which is 2.5 hours long - so I suspect the resolution or bitrate are quite low which is not what I want. I would expect that a BDRip of this particular movie at 720p with a half decent bitrate would be in the 3gb+ range.

If I was able, I would set a minimum size of about 2.5gb with a maxium of about 5gb.

Once again, loving this app - Thanks for all your hard work!!