reversed filenames are not recognized

All your suggestions, requests and ideas for future development
Post Reply
peatnik
Posts: 8
Joined: 31 Dec 2016, 12:48

reversed filenames are not recognized

Post by peatnik »

Consider the following hypothetical example: /path/to/Mindhunter.S01E02.1080p.NF.WEB-DL.DD5.1.x264-NTb/bTN-462x.1.5DD.LD-BEW.FN.p0801.30E10S.retnuhdniM.srt
Filebot won't find a match for that file.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: reversed filenames are not recognized

Post by rednoah »

FileBot indeed does not support reversed filenames.

FileBot can help you reverse the reverse filename though using this generic file format:

Code: Select all

{fn.reverse()}
@see viewtopic.php?f=3&t=2072


e.g.

Code: Select all

filebot -rename *.mp4 --db xattr -non-strict --format "{fn.reverse()}"

Code: Select all

[MOVE] From [bTN-462x.1.5DD.LD-BEW.FN.p0801.30E10S.retnuhdniM.mp4] to [Mindhunter.S01E03.1080p.NF.WEB-DL.DD5.1.x264-NTb.mp4]
:idea: Please read the FAQ and How to Request Help.
Post Reply