Naming bug

All your suggestions, requests and ideas for future development
Post Reply
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Naming bug

Post 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
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Naming bug

Post 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}
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Naming bug

Post by kim »

on Windows
GUI: ./ works
../ same as before
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Naming bug

Post by rednoah »

../ is not the same, but it might behave the same is this particular case because ../ refers to the parent folder.
:idea: Please read the FAQ and How to Request Help.
Post Reply