Page 15 of 88
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 9:18 am
by RuudBurger
All your subtitles? I only cleans the download dir.
It also should copy all subtitles with the following extensions: ['*.sub', '*.srt', '*.idx', '*.ssa', '*.ass']
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:11 am
by cman675
Ok, yeah I made a little mistake. I pointed it towards my movie directory. Not a big deal, only had a few movies with external subtitles. Thanks for the help.
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:17 am
by RuudBurger
Then you are lucky I build a filesize check in the cleanup function, otherwise everything would be gone
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:32 am
by cman675
haha phew. I do have one more question, and then I'll be done. One movie it moved had 2 cds and it only moved 1 cd. (This is the reason I ended up pointing it towards the movie directory, I thought Sab would move all the files and then I wouldn't have to worry about losing a cd). Is there a special set up in the rename section I need to use so that it moves both parts of the movie?
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:35 am
by RuudBurger
it should move both parts.
could you post the appropriate log. (Should contain '[app.lib.cron.cronRenamer]')
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:43 am
by rascalli
RuudBurger wrote:
The "update details" is on startup now (which only updates movies that don't have a poster yet).
If you want to reload everything from themoviedb, press the reload icon on the right of the movie.
Somehow also that does not seem to work
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:45 am
by rascalli
cman675 wrote:
haha phew. I do have one more question, and then I'll be done. One movie it moved had 2 cds and it only moved 1 cd. (This is the reason I ended up pointing it towards the movie directory, I thought Sab would move all the files and then I wouldn't have to worry about losing a cd). Is there a special set up in the rename section I need to use so that it moves both parts of the movie?
To prevent this I run a script that first joines the 2 .avi's
And then it renames the BIG file ;-)
@ ruudburger , if you want to implement this into Couchpotato , let me know , as i think maybe some people will like this feature
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:48 am
by cman675
@rascalli To prevent this I run a script that first joines the 2 .avi's
And then it renames the BIG file ;-)
- Thanks, I ran across a similar script like that the other day and was actually going to give it a try. I guess I have a better reason to now!
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 10:57 am
by RuudBurger
rascalli wrote:
RuudBurger wrote:
The "update details" is on startup now (which only updates movies that don't have a poster yet).
If you want to reload everything from themoviedb, press the reload icon on the right of the movie.
Somehow also that does not seem to work
You are correct
. Ill check it out. This is with movies that weren't on TMDB at all right?
@cman675
I'm downloading now, to see what is going wrong.
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 11:20 am
by RuudBurger
2 CDs seem to go like it should.
Make sure the 2 cds and the matching subtitles are in the download dir at the same time.
It wont work if you first download cd 1 and later cd 2. Also the subtitles can't be added later to the download dir. It would just delete them as there are no matching moviefiles in the folder.
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 11:24 am
by cman675
ok, thanks. The 2 cds and subtitles are in the dir at the same time. I'll play around with it and see what I can do. Thanks for the great app and help!
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 11:33 am
by rascalli
RuudBurger wrote:
You are correct
. Ill check it out. This is with movies that weren't on TMDB at all right?
That is for movies that indeed were not 100% completed before , and I added the info (or the whole movie) on the site (TMDB)
If I readd the movie , it all goes good
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 24th, 2010, 11:41 am
by RuudBurger
Please test the latest Git version.
On start it does a lazyload and only updates the movies where no info is found.
If you use the reload button on the movie, it does a "hard" load and forces an overwrite on all the data.
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 25th, 2010, 1:42 am
by rascalli
RuudBurger wrote:
Please test the latest Git version.
On start it does a lazyload and only updates the movies where no info is found.
If you use the reload button on the movie, it does a "hard" load and forces an overwrite on all the data.
So far I had no luck , but I deleted the movie & readded
And the it gives me the picture
Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Posted: July 25th, 2010, 5:52 am
by RuudBurger
@rascalli
Ok I found the problem, sqlite wouldn't notice the changes till after a restart.
I is fixed now, please try it out