I'm sorry if I'm the 101st person to ask how to make filebot (GUI on windows 10) format the way it renames duplicate e.g
I have a lot subtitle and sometime 2 or 3 in one language. if I format them with this:
Code: Select all
/{ny}/{ny}{subt}{'.'+fn.match(/forced/)}
I would like to have something like
subtitle.1.srt
subtitle.2.srt
or with language
subtitle.en-US.1.srt or subtitle.en-US1.srt,
as a result.
That leads me to a second point: My system requieres the language tag to be '2 letter'-all caps 2 Letter '
or just for english 'en-US': how can I do that with subt oder other functions?
Thank you for your help, I appreciate every tip and trick and please be patient with me, I'm new to all of this
