Page 16 of 88

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

Posted: July 25th, 2010, 11:52 am
by Sunii
2 feature requests:

1) Can you make a favicon so my bookmarks looks prettier?  ;D

2) Cay you make a "Best available" quality setting? example: if there is no 1080p version available the program will then search for a 720p version.

Thanks!

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

Posted: July 25th, 2010, 11:56 am
by RuudBurger
1) Done :D
2) You can make your own "Best available" in Settings->quality

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

Posted: July 25th, 2010, 1:25 pm
by rascalli
RuudBurger wrote: Ok I found the problem, sqlite wouldn't notice the changes till after a restart.
I is fixed now, please try it out ;)
That did the trick .. tx man .. great app !!!!

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

Posted: July 25th, 2010, 1:55 pm
by Sunii
RuudBurger wrote: 1) Done :D
2) You can make your own "Best available" in Settings->quality
Thanks!

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

Posted: July 25th, 2010, 5:17 pm
by Sunii
Another feature request, can you add a confirmation before a title is deleted from the list?

Edit: Also can there be a display at the top or bottom with a total number of movies in the list?

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

Posted: July 25th, 2010, 6:44 pm
by RuudBurger
Confirmation on deletion, no
Sexy counter for movie and soon page, yes!

BTW:
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.

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

Posted: July 25th, 2010, 7:23 pm
by rascalli
RuudBurger wrote: BTW:
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.
This works perfect ... very easy .. another thing that makes us lazy ;-)

** Update ...

And again new things added ;-)
This app is getting better & fancier by the day

[me=rascalli]thinks of features he would like    ::)[/me]

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

Posted: July 25th, 2010, 10:48 pm
by Duffman
Feature Request

1 Is it possible to have CP update XBMC.
Here is code for SickBeard that does the same: http://github.com/midgetspy/Sick-Beard/ ... rs/xbmc.py

2 If possible can we build in a Database of current movies so that CP will either look for better quality or so in reality my parents can see what movies i already have so they dont download the same movies again.

Thanks again great program

Also in my logs
22:44:36,137 ERROR [app.lib.provider.yarr.base] NZBMatrix unavailable, trying again in an 15 minutes.

Does anyone have NZBMatrix working? I know my Username and API are correct.

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

Posted: July 25th, 2010, 11:18 pm
by dimzen
Duffman wrote: Also in my logs
22:44:36,137 ERROR [app.lib.provider.yarr.base] NZBMatrix unavailable, trying again in an 15 minutes.

Does anyone have NZBMatrix working? I know my Username and API are correct.
It's down atm:
http://nzbmatrix.info/

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

Posted: July 25th, 2010, 11:49 pm
by rascalli
Duffman wrote: If possible can we build in a Database of current movies so that CP will either look for better quality or so in reality my parents can see what movies i already have so they dont download the same movies again.
+1 for that , makes it easy so I don't download movies i alreday have on my external HDD  ;-)

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

Posted: July 26th, 2010, 3:02 am
by jjabs
Hi guys, i'm running the widows version can anyone provide a step by step guide how to run the github version? Have tried before but failed.

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

Posted: July 26th, 2010, 3:47 am
by JayBird
CouchPotato has suddenly stopped working for me

When i try and log in to the web interface all i get is this message

RTSP/1.0 404 Not Found
Content-Length: 0



Running the OSX version. Haven't changed anything, was just like that this morning

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

Posted: July 26th, 2010, 4:03 am
by JayBird
JayBird wrote: CouchPotato has suddenly stopped working for me

When i try and log in to the web interface all i get is this message

RTSP/1.0 404 Not Found
Content-Length: 0



Running the OSX version. Haven't changed anything, was just like that this morning
Sorted it. i installed AirFoil at the weekend and it just so happens that it also runs on port 5000, same port i had CP running on!

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

Posted: July 26th, 2010, 4:19 am
by RuudBurger
@jjabs
For Windows, the GitHub version isn't the best option. This is because you can't run in daemon mode and thus have to a CMD window open all the time.
So unless you know how to make a Windows Service out of a Python script, I think you would be better of using Windows Build, who does that for you :D

@JayBird
Could you check and see if it did say that in the CP log too?

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

Posted: July 26th, 2010, 6:22 am
by HungryBUTTON
Got CP installed in OpenSolaris 2009.06 with Python 2.6 installed.
CP starts, can add movies but they dont send to Sab.

Extract from the log

Code: Select all

ValueError: invalid literal for int() with base 10: ''
    id = int(self.gettextelement(nzb, "link").split('&')[0].partition('id=')[2])
  File "/etc/CouchPotato/app/lib/provider/yarr/sources/nzbmatrix.py", line 72, in find
    results.extend(source.find(movie, type, type))
  File "/etc/CouchPotato/app/lib/provider/yarr/search.py", line 46, in find
    results = self.provider.find(movie, queue)
  File "/etc/CouchPotato/app/lib/cron/cronYarr.py", line 134, in _search
    self._search(movie)
  File "/etc/CouchPotato/app/lib/cron/cronYarr.py", line 74, in searchAll
    self.searchAll()
  File "/etc/CouchPotato/app/lib/cron/cronYarr.py", line 47, in run
    self.run()
  File "/usr/lib/python2.6/threading.py", line 522, in __bootstrap_inner
Traceback (most recent call last):
21:09:10,983 CRITI [stderr] Exception in thread Thread-5:
21:09:10,348 INFO  [app.lib.provider.yarr.sources.nzbmatrix] Searching: http://services.nzbmatrix.com/rss.php?username=xxxx&term=Valkyrie+720p&apikey=xxxx&subcat=42
21:09:09,674 INFO  [app.lib.cron.cronYarr] Searching for new download for all movies.