Hi,
i have the following filenames:
02_Iio_-14_Super_Dance_Hits-_Rapture.mp3
Now i use the following to convert from filename to tag:
%track%%artist%-%album%-_%title%
the result is"
Track: 04
Artist: Iio
Album: 14_Super_Dance_Hits
Titile: Rapture
Can i change the script so that i can also remove the underscores "" to space ?
i tried "$replace("%track%%artist%-%album%-%title%", "_", " ")"
but it doesn't work
any ideas?
thank you