Page 1 of 1

Naming bug

Posted: 19 Apr 2016, 13:17
by kim
GUI: (CLI not testet)
If movie or show in e.g. D:\_DoWnLoaD\Done\Scaped
try format {n}/{n}
now the current folder (Scaped) NOT in new path

if folder e.g. D:\_DoWnLoaD\Done\Scaped\TV or D:\_DoWnLoaD\Done\Scaped\Movies
then path is correct

Re: Naming bug

Posted: 19 Apr 2016, 13:36
by rednoah
Are you using the latest revision?

Relative formats are now relative to the media structure root, i.e. folders like "Movies", "Media", "Done", etc. "Scaped" is not on the list.

You can force relative-to-file behaviour by starting your format with ./ or ../

e.g.

Code: Select all

./{n}/{n}

Re: Naming bug

Posted: 19 Apr 2016, 14:03
by kim
on Windows
GUI: ./ works
../ same as before

Re: Naming bug

Posted: 19 Apr 2016, 14:33
by rednoah
../ is not the same, but it might behave the same is this particular case because ../ refers to the parent folder.