Rename, Subtitle into Folder

All about user-defined episode / movie / file name format expressions
Post Reply
goalnightx
Posts: 2
Joined: 15 Jan 2024, 23:13

Rename, Subtitle into Folder

Post by goalnightx »

Hello all.

I'm looking for the correct expression(s) to create a pre-set that will Match/rename movie, fetch sub-title, then place both into a folder so it looks like this:

Example:
My folder outcome: C:\My Movies\Avatar (2009) [1080p]

Avatar (2009) [1080p].mp4
Avatar (2009) [1080p].eng.srt

I have the expressions to do each, just a noob that needs to put into one command on the preset if possible. TIA!
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename, Subtitle into Folder

Post by rednoah »

1.
The format expression decides the file path:
https://www.filebot.net/naming.html

Format: Select all

C:\My Movies\{ny} [{vf}]/{ny} [{vf}]{subt}
:idea: {subt} adds the ".eng" bit if the file at hand is a subtitle file.




2.
Fetching subtitles is unrelated to formatting Episode objects into target file paths. See Post-Processing Features › Fetch subtitle files for fetching subtitles after files have been processed.
:idea: Please read the FAQ and How to Request Help.
goalnightx
Posts: 2
Joined: 15 Jan 2024, 23:13

Re: Rename, Subtitle into Folder

Post by goalnightx »

Thanks so much! Worked perfect. G
Post Reply