Creating Movie Genre Directories via CLI
Posted: 11 Jul 2016, 09:51
Good Evening Everyone,
I'm trying to have FileBot create movie genre directories via the CMI. I'm currently using the following commands in my script:
:ReNames All Files
filebot -script fn:renall "C:\Users\USERNAME\Videos" -non-strict
:ReNames Movie Folders
filebot -script fn:renall "C:\Users\USERNAME\Videos\Movies" -non-strict --db TheMovieDB --def target=folder
I'd like to add a parameter to this, to sort all renamed files/folders into genres of each movie as per what TheMovieDB or IMDB as listed.
In the end I'd like my movie directory to look something like this:
C:\Users\USERNAME\Videos\Action
C:\Users\USERNAME\Videos\Adventure
C:\Users\USERNAME\Videos\Fantacy
C:\Users\USERNAME\Videos\Drama
I found the following post "see below" on how to do this via the GUI, but do not know how to implement this into my script.
viewtopic.php?f=6&t=531
Any help would be appreciated.
Also if possible, does anyone know how I could add something to the "ReNames All Files portion" to have the movie titles include the movie rating?
Thank You
I'm trying to have FileBot create movie genre directories via the CMI. I'm currently using the following commands in my script:
:ReNames All Files
filebot -script fn:renall "C:\Users\USERNAME\Videos" -non-strict
:ReNames Movie Folders
filebot -script fn:renall "C:\Users\USERNAME\Videos\Movies" -non-strict --db TheMovieDB --def target=folder
I'd like to add a parameter to this, to sort all renamed files/folders into genres of each movie as per what TheMovieDB or IMDB as listed.
In the end I'd like my movie directory to look something like this:
C:\Users\USERNAME\Videos\Action
C:\Users\USERNAME\Videos\Adventure
C:\Users\USERNAME\Videos\Fantacy
C:\Users\USERNAME\Videos\Drama
I found the following post "see below" on how to do this via the GUI, but do not know how to implement this into my script.
viewtopic.php?f=6&t=531
Any help would be appreciated.
Also if possible, does anyone know how I could add something to the "ReNames All Files portion" to have the movie titles include the movie rating?
Thank You