CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Got a program that plays well with SABnzbd? Share it here!

Re: NZB Movie Manager - Automatic Movie Downloader

Postby jonaskp » July 13th, 2010, 5:28 am

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.
jonaskp
Newbie
Newbie
 
Posts: 37
Joined: July 5th, 2010, 7:07 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby RuudBurger » July 13th, 2010, 1:15 pm

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
RuudBurger
Sr. Member
Sr. Member
 
Posts: 303
Joined: July 2nd, 2010, 7:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby rascalli » July 13th, 2010, 2:22 pm

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  ?
User avatar
rascalli
Moderator
Moderator
 
Posts: 666
Joined: January 18th, 2008, 1:30 am
Location: Bossche bollen land

Re: NZB Movie Manager - Automatic Movie Downloader

Postby RuudBurger » July 13th, 2010, 2:27 pm

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
RuudBurger
Sr. Member
Sr. Member
 
Posts: 303
Joined: July 2nd, 2010, 7:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby xtinct101 » July 13th, 2010, 2:57 pm

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.
xtinct101
Release Testers
Release Testers
 
Posts: 23
Joined: May 24th, 2010, 6:01 pm

Re: NZB Movie Manager - Automatic Movie Downloader

Postby RuudBurger » July 13th, 2010, 3:04 pm

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
RuudBurger
Sr. Member
Sr. Member
 
Posts: 303
Joined: July 2nd, 2010, 7:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby rascalli » July 13th, 2010, 3:05 pm

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, 3:07 pm, edited 1 time in total.
User avatar
rascalli
Moderator
Moderator
 
Posts: 666
Joined: January 18th, 2008, 1:30 am
Location: Bossche bollen land

Re: NZB Movie Manager - Automatic Movie Downloader

Postby RuudBurger » July 13th, 2010, 3:08 pm

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: 303
Joined: July 2nd, 2010, 7:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby RuudBurger » July 13th, 2010, 3:18 pm

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
RuudBurger
Sr. Member
Sr. Member
 
Posts: 303
Joined: July 2nd, 2010, 7:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby rascalli » July 13th, 2010, 4:28 pm

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.
User avatar
rascalli
Moderator
Moderator
 
Posts: 666
Joined: January 18th, 2008, 1:30 am
Location: Bossche bollen land

Re: NZB Movie Manager - Automatic Movie Downloader

Postby redalpha » July 13th, 2010, 5:51 pm

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, 5:54 pm, edited 1 time in total.
redalpha
Newbie
Newbie
 
Posts: 5
Joined: July 13th, 2010, 5:46 pm

Re: NZB Movie Manager - Automatic Movie Downloader

Postby RuudBurger » July 13th, 2010, 5:52 pm

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
RuudBurger
Sr. Member
Sr. Member
 
Posts: 303
Joined: July 2nd, 2010, 7:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby redalpha » July 13th, 2010, 5:56 pm

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
redalpha
Newbie
Newbie
 
Posts: 5
Joined: July 13th, 2010, 5:46 pm

Re: NZB Movie Manager - Automatic Movie Downloader

Postby RuudBurger » July 13th, 2010, 6:02 pm

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
RuudBurger
Sr. Member
Sr. Member
 
Posts: 303
Joined: July 2nd, 2010, 7:11 am

Re: NZB Movie Manager - Automatic Movie Downloader

Postby redalpha » July 13th, 2010, 6:05 pm

perfect, ur making a great application :D
redalpha
Newbie
Newbie
 
Posts: 5
Joined: July 13th, 2010, 5:46 pm

PreviousNext

Return to Third-party Addons