CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Got a program that plays well with SABnzbd? Share it here!
JoeyJoeJo
Newbie
Newbie
Posts: 20
Joined: August 11th, 2009, 9:37 am

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

Post by JoeyJoeJo »

Being loving for months but since r29, not getting anything moved, anyone else seeing this before I log a github issue?

Logs show something amiss but not smart enough to know what!!

Code: Select all

KeyError: 'path'
    path = file['path'].split(os.sep)
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 317, in renameFiles
    finalDestination = self.renameFiles(movie)
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 90, in doRename
    self.doRename()
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 45, in run
20:16:43 ERROR [     app.lib.cron.renamer] Traceback (most recent call last):
20:16:43 ERROR [     app.lib.cron.renamer] !!Uncought exception in renamer thread.
Any clues??
metalmini
Newbie
Newbie
Posts: 3
Joined: February 22nd, 2011, 3:50 pm

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

Post by metalmini »

I dont understand why all the indexers are asking for money... And why do you add indexers that ask for money in this amazing app?

So this might be redundant for me to say but how do i add for example, http://www.nzbindex.nl/ to the mix? This is a great source for nzb files.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

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

Post by rascalli »

Since when does nzb.su ask for money ?

Unfortunately you can only use the providers that are given.
Or you can start your own newznab provider & use that one
metalmini
Newbie
Newbie
Posts: 3
Joined: February 22nd, 2011, 3:50 pm

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

Post by metalmini »

I have nzb.su as a provider, but i want to increase the chances of finding stuff :-).
The more the better right? Any other tips regarding more providers (that are free)?
BlackBurn
Newbie
Newbie
Posts: 8
Joined: October 6th, 2010, 3:10 am

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

Post by BlackBurn »

metalmini wrote: I have nzb.su as a provider, but i want to increase the chances of finding stuff :-).
The more the better right? Any other tips regarding more providers (that are free)?
Well it is open source, so you can add your own providers and even submit your code to Git :)

The reason why indexers ask for money, is because there is a lot of traffic generated on these servers, so the costs to keep these servers online is significant. I think they have every right to ask money for this and it is your own choice if you find such a service good/important enough to pay for.

It is definitely not the fault of the programmer to add these.
metalmini
Newbie
Newbie
Posts: 3
Joined: February 22nd, 2011, 3:50 pm

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

Post by metalmini »

I never said it was anybodys fault. Im just asking... Maybe somebody did this allready.

So in this case im going to dive into the sourcecode and see if i can help out :-)
mizled
Newbie
Newbie
Posts: 1
Joined: February 23rd, 2011, 4:54 pm

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

Post by mizled »

JoeyJoeJo wrote: Being loving for months but since r29, not getting anything moved, anyone else seeing this before I log a github issue?

Logs show something amiss but not smart enough to know what!!

Code: Select all

KeyError: 'path'
    path = file['path'].split(os.sep)
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 317, in renameFiles
    finalDestination = self.renameFiles(movie)
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 90, in doRename
    self.doRename()
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 45, in run
20:16:43 ERROR [     app.lib.cron.renamer] Traceback (most recent call last):
20:16:43 ERROR [     app.lib.cron.renamer] !!Uncought exception in renamer thread.
Any clues??
It wasn't working for me either. I had to downgrade to a different version. See this post on the XBMC forums: http://forum.xbmc.org/showpost.php?p=72 ... count=1479
lightsout
Newbie
Newbie
Posts: 13
Joined: February 16th, 2011, 8:11 pm

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

Post by lightsout »

Renaming has stopped working for me also.  I'm on windows.  Tries to roll back to r28.  Even tried to start over with it but I kept getting a 500 internal server error.

mizled wrote:
JoeyJoeJo wrote: Being loving for months but since r29, not getting anything moved, anyone else seeing this before I log a github issue?

Logs show something amiss but not smart enough to know what!!

Code: Select all

KeyError: 'path'
    path = file['path'].split(os.sep)
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 317, in renameFiles
    finalDestination = self.renameFiles(movie)
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 90, in doRename
    self.doRename()
  File "C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/1/_MEI73122\app\lib\cron\renamer.py", line 45, in run
20:16:43 ERROR [     app.lib.cron.renamer] Traceback (most recent call last):
20:16:43 ERROR [     app.lib.cron.renamer] !!Uncought exception in renamer thread.
Any clues??
It wasn't working for me either. I had to downgrade to a different version. See this post on the XBMC forums: http://forum.xbmc.org/showpost.php?p=72 ... count=1479
Vanillaxa
Newbie
Newbie
Posts: 1
Joined: February 24th, 2011, 11:08 pm

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

Post by Vanillaxa »

Thank you very much! I'll give it a try.
vince805
Newbie
Newbie
Posts: 5
Joined: February 25th, 2011, 12:41 pm

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

Post by vince805 »

Just got Couchpotato running, and it is awesome! I have just one question, is there a script I can assign to my Movies group in sabnzbd to automatically let couch potato know that the "movie downloaded correctly" when the download in sabnzbd isnt marked as complete? Or is going back to couch potato and clicking the checkmark the only way to get the file renaming process completed? Thank you.

edit: nevermind, i just realized that it does do it on its own. thank you for making this wonderful program!
Last edited by vince805 on February 25th, 2011, 5:47 pm, edited 1 time in total.
mtehonica
Release Testers
Release Testers
Posts: 24
Joined: February 19th, 2009, 4:35 pm

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

Post by mtehonica »

Maybe a stupid question, but what is the proper way to shutdown CouchPotato?  I assume there are some important things it must do when shutting down but there isn't any shutdown button in CP itself.  If I just shutdown my server, is CP going to do what it needs to do?
craigdabbs
Newbie
Newbie
Posts: 4
Joined: February 27th, 2011, 7:49 am

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

Post by craigdabbs »

HI im using nzbmatrix as my search provider, is there a limit on the amount of result it can get on a search through the rss feed?  Im doing manual searches on the website and coming up with better results.

Example:  Black Knight (2008) - 720p quality

with just nzbmatrix enable it will not find a copy to download, find all the 1080p ones but no 720p so is it limited on the numbers of results and just so happens the 1080p ones come up first.

Switching to newzbin brings lots more results in but would prefer to use nzbmatrix atm
User avatar
clambert
Newbie
Newbie
Posts: 26
Joined: November 23rd, 2009, 9:47 pm
Location: East Coast USA
Contact:

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

Post by clambert »

craigdabbs wrote: HI im using nzbmatrix as my search provider, is there a limit on the amount of result it can get on a search through the rss feed?  Im doing manual searches on the website and coming up with better results.
Can we confirm that your retention is setup properly in Change Settings | NZBs / Torrents.  Obviously, you'll want that to match your usenet provider.

This might not be your issue but I happened to think it *might* be causing you problems.
vince805
Newbie
Newbie
Posts: 5
Joined: February 25th, 2011, 12:41 pm

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

Post by vince805 »

After updating a bit ago, I can no longer access the config page. I get this:

Code: Select all

Error 500 Internal Server Error
Something unexpected has happened. 
I can go to movies/manage/logs but not config.

Is this just me?
generator
Newbie
Newbie
Posts: 12
Joined: December 10th, 2009, 7:01 am

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

Post by generator »

I'm getting the same error when entering the config page. And the most recent version doesn't fix the renaming bug either (renaming isn't working for me at all right now).

Ironically I'm just re downloading my entire movie collection after losing them all.
Post Reply