Hi, i have some files which were named wrongly and i want to fix their tags, let me give you some examples.
Filename: Claudio D - Without You Disco House Rework 166 41157.mp3 (Claudio D Disco House Mix) [Clean] 128.mp3
Title: Without You Disco House Rework 166 41157.mp3 (Claudio D Disco House Mix) [Clean] 128
What i want to do is to remove ths part : 166 41157.mp3
I probably have to use the Guess Value action but i cant figure out what command to use.
No, I would use an action of the type "Replace with regular expression" for TITLE
Search string: \d+ \d+\.mp3
Replace string:
(leave empty)
Please note the leading blank - or run a second action of the type "Replace" where you replace double-blanks with a single one.
Thank you for the help. it works perfect.
One more question about another file.
title is : Crazy In Love 2K18 (Reggetton X Bootleg) (Mash-Up Hype Into) (Single Ladies) 103 Bpm Dirty
And i want to rename it to:
Crazy In Love 2K18 (Reggetton X Bootleg) (Mash-Up Hype Into) (Single Ladies) (Dirty)
Can you tell me how to?
Replace with regular expression
Search string: (.*) \d+ Bpm (\w+)
Replace string: $1 ($2)
You are amazing. Thanks for everything!