You are not logged in.
Hello everyone
I often find songs that have feats but often there is the initial "(" but there is no closing one.
Is it possible that if I have a song called:
(fantastic song! I recommend it to everyone)
Joan as Police Woman - Get my bearings (feat Damon Albarn.flac
you become
Joan as Police Woman - Get my bearings (feat Damon Albarn).flac
Basically a command that detects if there is a ( and if there is no ) it puts it as the last letter of the title
Many thanks
Offline
You can use a Regular Expressions rule with the following configuration:
* Expression: (\([^\)]*)\Z
* Replace: $1)
* Skip extension: YES
Offline
my god, you are incredible
Offline