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
Naming bug
Re: Naming bug
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.
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
on Windows
GUI: ./ works
../ same as before
GUI: ./ works
../ same as before
Re: Naming bug
../ is not the same, but it might behave the same is this particular case because ../ refers to the parent folder.