Rename YouTube-downloaded files
Posted: 30 May 2025, 04:44
I have several files downloaded from YouTube with no metadata. Can I use FileBot to rename them, and will it update the filenames in Windows Explorer?
The ultimate TV and Movie Renamer
https://www.filebot.net/forums/
Looks like you can adapt the Organize files based on information present in the file path example to fit your needs.kbradford wrote: ↑11 Jun 2025, 04:14Code: Select all
Minecraft A New Beginning - 1.16 Survival Let's play Ep 1 Minecraft Auto Cooked Chicken Farm - 1.16 Survival Let's play Ep 19
Format: Select all
{
def n = fn.before(/ - /)
def e = fn.match(/EP (\d+)/)
def t = fn.after(/\d+\.\d+/).removeAll(/EP (\d+)/)
"YouTube/$n/$n - E${e.pad 2} - $t"
}
Code: Select all
YouTube/Minecraft A New Beginning/Minecraft A New Beginning - E01 - Survival Let's play