2017-11-14, 17:47
Ok, cool. I'll have to look into that maybe and change my script around, my automation uses a full update.
(2017-11-13, 21:36)komplex Wrote:I've just seen this now.(2017-11-13, 20:56)redglory Wrote: I use it as a script to update only that episode.
PP script for nzbget? Just using "C:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows would do the same
EDIT: I see you working on this https://github.com/redglory/ember_media_manager get rid of couch and start using radarr then just do this
If ($eventtype -eq "Download") {
& "$ember" -scanfolder $SeriesPath -nowindow
(2017-11-27, 17:23)komplex Wrote: @redglory after seeing your CP script the other day i started to think about doing something similar for sonarr with powershell instead of just -updatetvshowsYupp, looks good.
PHP Code:If ($eventtype -eq "Download") {
& "$ember" -scanfolder $SeriesPath -nowindow
Which works fine, need the extra cmds i asked for to deal with upgrades and propers in sonarr as Ember doesn't know that files been changed
"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -scrapetvshows newauto all -updatemovies -scrapemovies newauto all -nowindow
"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows
(2017-12-02, 06:31)NewYears1978 Wrote: I still cannot get this batch to work right. I always have to manually scrape my new Episodes in Ember for it to load them.Make sure that you don't have any .nfo for the episodes before scraping with Ember.
For instance, tonight two new episodes of AGENTS of Shield were downloaded, I ran the batch file
Code:"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -scrapetvshows newauto all -updatemovies -scrapemovies newauto all -nowindow
It books up, shows updating, etc..however in Ember the items are labeled red for new, but all that downloaded was landscape art, the NFO didn't download and the title wasn't renamed, etc. I have to then manually click rescrape on the episode to make it load.
What am I missing?
Thanks in advance.
(2017-12-02, 14:30)redglory Wrote:If they are brand new episodes wouldn't I not have any .NFO? Unless for some reason said download included it's own .nfo files?(2017-12-02, 06:31)NewYears1978 Wrote: I still cannot get this batch to work right. I always have to manually scrape my new Episodes in Ember for it to load them.Make sure that you don't have any .nfo for the episodes before scraping with Ember.
For instance, tonight two new episodes of AGENTS of Shield were downloaded, I ran the batch file
Code:"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -scrapetvshows newauto all -updatemovies -scrapemovies newauto all -nowindow
It books up, shows updating, etc..however in Ember the items are labeled red for new, but all that downloaded was landscape art, the NFO didn't download and the title wasn't renamed, etc. I have to then manually click rescrape on the episode to make it load.
What am I missing?
Thanks in advance.
(2017-12-02, 17:00)NewYears1978 Wrote:It depends if your downloader app creates one or not...(2017-12-02, 14:30)redglory Wrote:If they are brand new episodes wouldn't I not have any .NFO? Unless for some reason said download included it's own .nfo files?(2017-12-02, 06:31)NewYears1978 Wrote: I still cannot get this batch to work right. I always have to manually scrape my new Episodes in Ember for it to load them.Make sure that you don't have any .nfo for the episodes before scraping with Ember.
For instance, tonight two new episodes of AGENTS of Shield were downloaded, I ran the batch file
Code:"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -scrapetvshows newauto all -updatemovies -scrapemovies newauto all -nowindow
It books up, shows updating, etc..however in Ember the items are labeled red for new, but all that downloaded was landscape art, the NFO didn't download and the title wasn't renamed, etc. I have to then manually click rescrape on the episode to make it load.
What am I missing?
Thanks in advance.
I will manually download something and see if it is providing an nfo file.
(2017-12-02, 18:31)redglory Wrote:I don't beleieve my new episodes have NFO files. I use SABNZB and NZBDrone..but new episodes are always naming wrong (like S3E04) rather than the whole name..and once it does that it will not scrape unless I do it manually...(2017-12-02, 17:00)NewYears1978 Wrote:It depends if your downloader app creates one or not...(2017-12-02, 14:30)redglory Wrote: Make sure that you don't have any .nfo for the episodes before scraping with Ember.If they are brand new episodes wouldn't I not have any .NFO? Unless for some reason said download included it's own .nfo files?
I will manually download something and see if it is providing an nfo file.
I had a similar problem and SB was creating .nfo and Ember wouldn't scrape it. Just try and see for yourself
Quote:"Ember Media Manager.exe" -scrapetvshows markedauto nfo -profile "default"It seems to scrape the show and the seasons, but none of the episode data gets refreshed.