I need a cmdline example of how to create output directories of the format
/videos/<tvseriesname>/<seasonnumber>/episodename_Snn:Enn
Please don't suggest I use a precanned format ie emby or plex as it's not my use case atm
Tried this on the cmdline
Code: Select all
f--output $HOME/Videos/\{n\}/\{'S'\+s.pad\(2\)\}
Code: Select all
--format
{n.replace(' ':'')}_{y}_{s00e00}_{t.replace('&':'And').replace(' ':'_')}
-r
--db
TheMovieDB::TV
/home/craigl/Vsource
-rename
-non-strict
-no-xattr
--output
/home/craigl/Videos/{n}/{'S'+s.pad(2)}
--action
duplicate
Hoping you can help
