Renaming scheme original filename?

Any questions? Need some help?
Post Reply
verysofttoiletpaper
Posts: 141
Joined: 05 Jul 2012, 09:44

Renaming scheme original filename?

Post by verysofttoiletpaper »

Hi, I wanted to have something like this:

Code: Select all

{n} ({y})/{filename}
The closest I could find was {file} which contains the fullpath.

Any way of having the original filename in the renaming scheme?

Thanks
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Renaming scheme original filename?

Post by rednoah »

You mean {fn} which is the filename without extension? Or {file.name} which is the filename?
:idea: Please read the FAQ and How to Request Help.
verysofttoiletpaper
Posts: 141
Joined: 05 Jul 2012, 09:44

Re: Renaming scheme original filename?

Post by verysofttoiletpaper »

file.name is exactly what I was looking for, thanks!
Post Reply