Page 1 of 1

Keep Movie Folder Name

Posted: 27 Dec 2014, 01:54
by WtfJoke
Hi there,

Im searching a way to keep the folder where the file is placed also something like foldername in order to achieve something like this
\Movies\{n} ({y})\{foldername}\{fn}
which would result in something like this:
\Movies\MySampleMovie (2014)\MySampleMovie.SomeQualityInformations.SomeGroupInformations\mysamplemovie

Does somebody know a way to achieve this?
Or does somebody knows a list of all variables?
Until now I found stuff like
{n} - Name
{y} - Year
{fn} - filename

Re: Keep Movie Folder Name

Posted: 27 Dec 2014, 19:48
by rednoah
If you click (x)= in the Format Editor you will see a large number of examples with preview values, including {folder} and {folder.name}

Re: Keep Movie Folder Name

Posted: 30 Dec 2014, 14:31
by WtfJoke
Thank you very much. Didnt thought it would be that easy, though.