Help to remove braces and its content from file renaming

C

chimpdraw

Guest
my music file has tag

Code:
%artist% = George Michael 
%title% = Everything She Wants (live)

my script in picard is to rename file based on the tags
%artist% - %title%
so i get the file name
George Michael - Everything She Wants (live)
but i want George Michael - Everything She Wants

i tried but it giave me error

Code:
%artist% - $strip($rreplace(%title%, \s+\(.*\)$, ))

thanks

2 posts - 2 participants

Read full topic

Continue reading...
 
Top