C
chimpdraw
Guest
my music file has tag
my script in picard is to rename file based on the tags
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
thanks
2 posts - 2 participants
Read full topic
Continue reading...
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...