While converting Tag - Filename, how to replace "/" with one blank space
Ex: 1-25 Searching for Matty/Agreement (Film Edit) to 1-25 Searching for Matty Agreement (Film Edit)
While converting Tag - Filename, how to replace "/" with one blank space
Ex: 1-25 Searching for Matty/Agreement (Film Edit) to 1-25 Searching for Matty Agreement (Film Edit)
%track% $replace(%title%,/, )
will only handle /.
If you generally want to replace not allowed characters in filenames like that:
%track% $validate(%title%, )
Thanks Poster
Tag - Filename, how to replace "/" with comma and one blank space
Ex: 1-25 Searching for Matty/Agreement (Film Edit) to 1-25 Searching for Matty, Agreement (Film Edit)
Formatstring:
$replace(%title%,/,', ')
Have a look at the help-file:
Section: Scripting, Replace
https://docs.mp3tag.de/scripting