2017-08-20, 02:56
Any hidden options to load a profile from the network? -profile \\machine\... doesn't work.
(2017-08-20, 02:56)Chrolm Wrote: Any hidden options to load a profile from the network? -profile \\machine\... doesn't work.Nope, only folders inside the "Profiles" directory will be loaded.
(2017-10-09, 14:04)shaktoo Wrote: Back having issues !With version of Ember do you use?
I have managed to setup everything , commandline script works, ember loads up, BUT DOES NOTHING... No Scraping of anything Tv Show or Movie??
Here's my Commandline structure
"C:\Emm\emm.exe" -updatetvshows -updatemovies -newauto -all -nowindow
What am I Doing wrong ?
Please Help
(2017-10-09, 14:04)shaktoo Wrote: Back having issues !
I have managed to setup everything , commandline script works, ember loads up, BUT DOES NOTHING... No Scraping of anything Tv Show or Movie??
Here's my Commandline structure
"C:\Emm\emm.exe" -updatetvshows -updatemovies -newauto -all -nowindow
What am I Doing wrong ?
Please Help
(2017-10-10, 20:44)Fail$tyle420 Wrote: Are there any commands to scrape movie sets?
-scrapemoviesets [ScrapeType] [ScrapeModifier] {additional ScrapeModifier}
(2017-10-10, 23:04)DanCooper Wrote:(2017-10-10, 20:44)Fail$tyle420 Wrote: Are there any commands to scrape movie sets?
Yes, should be working with:
Code:-scrapemoviesets [ScrapeType] [ScrapeModifier] {additional ScrapeModifier}
I've added the information to the first post :-)
EDIT: Just recognized that the command "newauto" and "newskip" are broken for -scrapemoviesets. Both are linked to "scrape movie" instead of moviesets. Has been fixed for next version: Github
(2017-10-16, 17:00)shaktoo Wrote: I have done a fresh install and ember is working fineon its own. Just the command Line even with all the correct way I am still not able to get it going. Ember Loads up but does not scrape anything ??
"C:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -updatemovies -scrapemovies newauto all -nowindow
TIMEOUT / T 120
taskkill /IM Ember Media Manager.exe /F
Also the time out / task kill arent working either ?
(2017-10-16, 19:08)Fail$tyle420 Wrote:(2017-10-16, 17:00)shaktoo Wrote: I have done a fresh install and ember is working fineon its own. Just the command Line even with all the correct way I am still not able to get it going. Ember Loads up but does not scrape anything ??
"C:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -updatemovies -scrapemovies newauto all -nowindow
TIMEOUT / T 120
taskkill /IM Ember Media Manager.exe /F
Also the time out / task kill arent working either ?
So I'm assuming that this is in a batch file? Your timeout script needs to remove the space after the / and before the T. Taskkill I usually put /F before /IM, but I would think that your syntax should work correctly. Now, if those 2 commands aren't working, that has nothing to do with ember and has EVERYTHING to do with windows. That might explain why your ember isn't doing anything. Also, no reason for a timeout or taskkill, as once ember is done running your code, it SHOULD exit on it's own.
"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -updatemovies -scrapemovies -scrapetvshows newauto all -nowindow
(2017-11-09, 06:42)NewYears1978 Wrote: So I finally got around to trying this. I simple used this command:
Code:"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -updatemovies -scrapemovies -scrapetvshows newauto all -nowindow
It runs, I can see my new TV shows when I open Ember..but nothing scraped... have I done something incorrect? Thanks in advance
"S:\Ember Media Manager BETA\Ember Media Manager.exe" -updatetvshows -scrapetvshows newauto all -updatemovies -scrapemovies newauto all -nowindow