CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Got a program that plays well with SABnzbd? Share it here!
Post Reply
jonaskp
Newbie
Newbie
Posts: 37
Joined: July 5th, 2010, 6:07 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by jonaskp »

RuudBurger wrote: @wilsoncheng:
Maybe look into something like http://code.google.com/p/moving-pictures/ then.
Agreed! Get Moving Pictures for movies, MP is just not the same without it.


But still, it would be nice to be able to have all the movies in one folder. I manage a couple of WD TV media Players as well as my HTPC with MediaPortal, and these works best if I put all movies in one folder. Else I have to first open the folder, and then play the movie file, and it's just a lot of hazzle to setup as well.
All I'm saying is that the option would be nice, unless it somehow influences a lot of code that has to be remade.
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by RuudBurger »

New Windows build is out.
New builds from now on can be found on the Github download page
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: NZB Movie Manager - Automatic Movie Downloader

Post by rascalli »

some how the renamer does not work for me ...

Still no idea why , when I do a new install .. first time it goes good .. after that nothing happens

any idea's  ?
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by RuudBurger »

What does the log say? Is renamer even mentioned. What are your renaming settings. etc.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
xtinct101
Release Testers
Release Testers
Posts: 25
Joined: May 24th, 2010, 5:01 pm

Re: NZB Movie Manager - Automatic Movie Downloader

Post by xtinct101 »

I'm having the same issue, it appears to not rename/move the downloaded files.
My settings are:
Download folder : set to where sab downloads and extracts too.
Movie destination: set it to where my movies go.
Rest I left as default.
It did rename/move 1 movie out of the 3 it downloaded.
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by RuudBurger »

Should look something like:
Image

Note no trailing slash in the directories.
Could you also check the config.ini and look at "enabled" under [Renamer] and see if it is set to True

The log should say something like:
[app.lib.cron.cronRenamer] Renamer thread is running.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: NZB Movie Manager - Automatic Movie Downloader

Post by rascalli »

This is in the log :

17:44:27,269 INFO  [app.lib.cron.cronRenamer] Renamer thread is running.
17:44:27,487 CRITI [stderr] Exception in thread Thread-5:
Traceback (most recent call last):
 File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
   self.run()
 File "/home/mario/.moviemanager/app/lib/cron/cronRenamer.py", line 50, in run
   self.doRename()
 File "/home/mario/.moviemanager/app/lib/cron/cronRenamer.py", line 93, in doRename
   if movie and movie.get('movie'):
UnboundLocalError: local variable 'movie' referenced before assignment

OS :  Ubuntu Linux 9.04
moviemanager is placed in : /home/mario.moviemanager  (chmodded 777)

Settings in ini :

[Renamer]
filenaming = .
destination = /storage2/Movies/
enabled = True
foldernaming = ()
download = /storage1/incoming/movies_moviemanager/
trailerquality = false



*** EDIT 1 :  I now deleted the trailing slashes , restarted the app .. let's see what happens
Last edited by rascalli on July 13th, 2010, 2:07 pm, edited 1 time in total.
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by RuudBurger »

It doesn't seem to return proper data, let me look into it.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by RuudBurger »

Do a git pull / update. Provided a fix for the "local variable 'movie' referenced before assignment" error.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: NZB Movie Manager - Automatic Movie Downloader

Post by rascalli »

It seems to be doing it now on the "history" that is in the folder

Will download a new one later , and see what it does with that.
redalpha
Newbie
Newbie
Posts: 5
Joined: July 13th, 2010, 4:46 pm

Re: NZB Movie Manager - Automatic Movie Downloader

Post by redalpha »

oke, i dont know much about python.
But there seems to be problems when the movie name has some characters in it which break searches.

You use movie.name and i changed those to movie.name.replace(',', '').replace('.','') when used in a query.
This helped me from the 2 occurrences i found like.
You can most likely fix this better, but u get the point :)

To end this post,
You did a great job with this tool !
Amazing interface !
Here and there some issues - exceptions which make the app's cron job break - but im happy to test / report that for u
Last edited by redalpha on July 13th, 2010, 4:54 pm, edited 1 time in total.
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by RuudBurger »

What is the name of the movie?
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
redalpha
Newbie
Newbie
Posts: 5
Joined: July 13th, 2010, 4:46 pm

Re: NZB Movie Manager - Automatic Movie Downloader

Post by redalpha »

Thats quick !!

i send u an PM with my msn.
Test movies like "Me, myself and irene"
and somehow "Inception" got a dot after it "Inception." which broke the eta cron
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Post by RuudBurger »

Fixed in the latest Git version.

I don't know how Inception got a dot at the end. Maybe it was wrong in TheMovieDb.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
redalpha
Newbie
Newbie
Posts: 5
Joined: July 13th, 2010, 4:46 pm

Re: NZB Movie Manager - Automatic Movie Downloader

Post by redalpha »

perfect, ur making a great application :D
Post Reply