Page 1 of 1

Rename, Subtitle into Folder

Posted: 15 Jan 2024, 23:46
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!

Re: Rename, Subtitle into Folder

Posted: 16 Jan 2024, 00:14
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.

Re: Rename, Subtitle into Folder

Posted: 16 Jan 2024, 01:19
by goalnightx
Thanks so much! Worked perfect. G