2015-06-03, 11:27
With the release of Ember 1.4.7.0, we have revised the Command Line functions completely.
The commands are now executed in clean tasks in the order in which they were supplied. This works with already running instances as well as before with no windows.
More commands are coming soon...
Below all working commands and some examples.
Commands:
Important: Always use quote char for path, sourcepath and sourcename !
Displays the dialog to add the specified path as a new Movie Source.
No automatically database update after adding the new source.
Displays the dialog to add the specified path as a new TV Show Source.
No automatically database update after adding the new source.
Searches the folder for new movies or episodes.
The folder must be within a movie or tv show source.
Searches all movie sources for new movies or only one source if a "sourcename" or "sourcepath" is specified.
Sources with enabled option "Exclude path from library updates" will be skipped if no "sourcename" or "sourcepath" is specified.
All movies, tv shows and episodes will be set to NOT "new" before running update.
Searches all tv show sources for new tv shows/episodes or only one source if a "sourcename" or "sourcepath" is specified.
Sources with enabled option "Exclude path from library updates" will be skipped if no "sourcename" or "sourcepath" is specified.
All movies, tv shows and episodes will be set to NOT "new" before running update.
Cleans up the video database.
Not connected or unavailable movies/episodes will be removed.
Hides the splash screen.
1.4.8.0 Alpha
Loads a specific profile instead of displaying Select Profile dialog.
1.4.7.2
1.4.8.0 Alpha
Starts auto scraping for movies (or moviesets/tv shows with 1.4.8.0 Alpha).
Always needs a [ScrapeType] and a one or more [ScrapeModifier].
1.4.7.2
Do never use -missask, -missauto or -missskip with ScrapeModifier -all ! (works only with 1.4.8.0 Alpha)
1.4.7.2
[ScrapeType] are:
1.4.8.0 Alpha
[ScrapeType] are:
[ScrapeModifier] are:
Examples:
[ ] are only used to show you the task groups in this examples! Do not use them in your commands!
Steps are:
Steps are:
A mix of the previous examples and additional a database update of the normaly excluded source "Ended TV Shows".
The commands are now executed in clean tasks in the order in which they were supplied. This works with already running instances as well as before with no windows.
More commands are coming soon...
Below all working commands and some examples.
Commands:
Important: Always use quote char for path, sourcepath and sourcename !
Code:
-addmoviesource "path"
Displays the dialog to add the specified path as a new Movie Source.
No automatically database update after adding the new source.
Code:
-addtvshowsource "path"
Displays the dialog to add the specified path as a new TV Show Source.
No automatically database update after adding the new source.
Code:
-scanfolder "path"
Searches the folder for new movies or episodes.
The folder must be within a movie or tv show source.
Code:
-updatemovies {"sourcename" or "sourcepath"}
Searches all movie sources for new movies or only one source if a "sourcename" or "sourcepath" is specified.
Sources with enabled option "Exclude path from library updates" will be skipped if no "sourcename" or "sourcepath" is specified.
All movies, tv shows and episodes will be set to NOT "new" before running update.
Code:
-updatetvshows {"sourcename" or "sourcepath"}
Searches all tv show sources for new tv shows/episodes or only one source if a "sourcename" or "sourcepath" is specified.
Sources with enabled option "Exclude path from library updates" will be skipped if no "sourcename" or "sourcepath" is specified.
All movies, tv shows and episodes will be set to NOT "new" before running update.
Code:
-cleanvideodb
Cleans up the video database.
Not connected or unavailable movies/episodes will be removed.
Code:
-nowindow
Hides the splash screen.
1.4.8.0 Alpha
Code:
-profile "foldername"
Loads a specific profile instead of displaying Select Profile dialog.
1.4.7.2
Code:
-[ScrapeType] -[ScrapeModifier] -{additional ScrapeModifier}
1.4.8.0 Alpha
Code:
-scrapemovies [ScrapeType][ScrapeModifier] {additional ScrapeModifier}
Code:
-scrapemoviesets [ScrapeType][ScrapeModifier] {additional ScrapeModifier}
Code:
-scrapetvshows [ScrapeType][ScrapeModifier] {additional ScrapeModifier}
Starts auto scraping for movies (or moviesets/tv shows with 1.4.8.0 Alpha).
Always needs a [ScrapeType] and a one or more [ScrapeModifier].
1.4.7.2
Do never use -missask, -missauto or -missskip with ScrapeModifier -all ! (works only with 1.4.8.0 Alpha)
1.4.7.2
[ScrapeType] are:
Code:
fullask
fullauto
fullskip
markask
markauto
markskip
missask
missauto
missskip
newask
newauto
newskip
1.4.8.0 Alpha
[ScrapeType] are:
Code:
allask
allauto
allskip
markedask
markedauto
markedskip
missingask
missingauto
missingskip
newask
newauto
newskip
[ScrapeModifier] are:
Code:
all (includes all modifiers below)
actorthumbs
banner
characterart
clearart
clearlogo
discart
efanarts (extrafanarts 1.4.8.0 Alpha)
ethumbs (extrathumbs 1.4.8.0 Alpha)
fanart
landscape
meta
nfo
poster
theme
trailer
episodeall (only available in 1.4.8.0 Alpha, includes all modifiers below)
episodeactorthumbs (only in 1.4.8.0 Alpha)
episodefanart (only in 1.4.8.0 Alpha)
episodemeta (only in 1.4.8.0 Alpha)
episodenfo (only in 1.4.8.0 Alpha)
episodeposter (only in 1.4.8.0 Alpha)
Examples:
[ ] are only used to show you the task groups in this examples! Do not use them in your commands!
Code:
[-scanfolder "d:\movies\my latest movie"][-newskip -nfo -meta -poster -fanart]
Steps are:
- Scans the folder "d:\movies\my latest movie" for new movies
One of the parent folders (d:\ or d:\movies or d:\movies\my latest movie) is already added as a movie source
New movies will be marked as "new"
- runs auto scraper for "new" marked movies, skipping search results with more than one search result and scrape NFOs, posters, fanarts and metadata
Code:
[-scanfolder "d:\tv shows\american dad\season 10"]
Steps are:
- Scans the folder "d:\tv shows\american dad\season 10" for new episodes
One of the parent folders (d:\tv shows or d:\tv shows\american dad) is already added as a tv show source
New episodes will be marked as "new" and automatically scraped when the tv show is known
Code:
[-scanfolder "d:\movies\my latest movie"][-newskip -all][-scanfolder "d:\tv shows\american dad\season 10"][-updatetvshows "Ended TV Shows"]
A mix of the previous examples and additional a database update of the normaly excluded source "Ended TV Shows".