Dear Team,
How can I obtain this please?
Original: Michael Jackson (Ft. Siedah Garrett) - I Just Can't Stop Loving You
Should be: Michael Jackson - I Just Can't Stop Loving You (feat Siedah Garrett)
Artist= Michael Jackson
Album Artist= Michael Jackson
Title= I Just Can't Stop Loving You (feat Siedah Garrett)
File Name should be as in example
Title field should be as in example
Album Artist should be as in example
Michael Jackson is just an example, but this should be possible for all artists!
Try an action of the type "Guess value"
Source: $regexp(%_filename%,(.*) \(Ft. (.*)\) - (.*),$1==$1==$3 (feat. $2))
Target format string: %albumartist%==%artist%==%title%
Thank you very much for your response.
You are very close to the solution.
The title is now correct
Only in the file name (feat Siedah garrett) still needs to be removed
If you can do that, and I'm sure you can, I'll be overjoyed!!!
Example result=
Filename= Michael Jackson (feat Siedah Garrett) - I Just Can't Stop Loving You
Should be= Michael Jackson - I Just Can't Stop Loving You
Title= is perfect the way I want it
Hi ohrenkino,
Can I please ask for your help based on the same topic?
That's how it is: Michael Jackson & Testing - I Love You
Should be: Michael Jackson - I Love You (feat Testing)
Try as
Source: $regexp(%_filename%,(.*) & (.*) - (.*),$1==$1==$3 (feat. $2))
If you want to combine both patterns in a single action:
Source: $regexp($replace(%_filename%,'('Ft. ,& ,') -', -),(.*) & (.*) - (.*),$1==$1==$3 (feat. $2))
Thanks, but neither works for me
Result is: Michael Jackson - I Love you
This is how I did it:
Guess values
Source: $regexp(%_filename%,(.*) & (.*) - (.*),$1==$1==$3 (feat. $2))
Guessing pattern: %albumartist%==%artist%==%title%
Probably wrong action on my part?
Sorry, it still doesn't work
Format string is just the same as yours in the screenshot
but instead of Michael Jackson== Michael Jackson==I Love You (feat. Testing)
This appears: - I Love you,(.*) & (.*),$1==$1==$3 (feat.$2))
Sorry, but this is driving me a bit crazy
I want to do it well but I can't! (been trying for 2 hours)
If possible, a little by little guide for this ignorant person (meaning me)
If you only get "I Love you", then your filename is not exactly Michael Jackson & Testing - I Love You.mp3
I just testet @ohrenkino's format string. It works perfectly for the above filename.
Pleases double check your real existing filename. Especially if the hyphen (-) is really an ordinary hyphen, also called minus sign. You can check it here.
Thank you for trying to help me, but it doesn't work!
I won't bother you anymore, but I'm hopeless because I have tons of numbers to correct
THANKS A LOT
It would al be easier if you showed us a real filename and not a typed in one.
I tried to point out that the test string that you used had an additional closing bracket.
All should work if you delete that