(2012-03-15, 17:37)TeKo Wrote: (2012-03-15, 13:59)generious Wrote: Just wanted to say thanks for work that you have done.
I have finally managed to get sabnzbd to call ember once it has finished a film download and scrape it via the cli options works great now and makes it all nice and automated
If that works with renaming files and folders, plz post a tutorial
I use couchpotato and ember and sabnzbd
Couchpotato to find my films and move them from the default folder to a drop on my nas, once this has been completed then ember starts to scrape.
Couchpotato also downloads the trailers for the selected films.
Ember and SAB and Couchpotato details are in here
http://dl.dropbox.com/u/9745941/SAB/SAB%...w%20to.pdf
This guide assumes you have ember configured already and pointed at your film location ( I use a temp directory before I move the films into my central location, as I have different categories such as action films, drama, kids, war and so on )
So the full setup is
SAB saves them in C:\Users\userid\Documents\Downloads\complete\movies
couchpotato moves them to w:\drop ( this is a share on a nas )
Ember is configured to look at W:\drop
Ember scrapes them in w:\drop
then I move them into the relevant folders on the nas
I haven't found a way to move say action films into action films directory yet but I'm working on something that will read the nfo and look for the genre tag and then move them into the folder this is still a work in progress.
Contents of the batch file
C:\Ember\emm.exe -newauto -all
TIMEOUT /T 120
taskkill /IM emm.exe /F
The timeout /t 120 is so it waits for ember to finish scraping once completed it will wait for 120 seconds before checking if the emm.exe task is still running ( sometimes it hangs ) and if it is it will kill the process
( /f is force kill )
I only use ember for films and not for TV show as this is managed by Sickbeard and yes I'm aware that couchpotato can scrape and generate NFO's but this doesn't always work correctly and sometimes I want more details which ember can provide.