# read commas as slashes?

**URL:** https://community.mp3tag.de/t/read-commas-as-slashes/13923
**Category:** Support
**Created:** [September 24, 2012, 2:27pm UTC](https://community.mp3tag.de/t/read-commas-as-slashes/13923 "2012-09-24T14:27:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![peteyt](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/779978/32.png) [@peteyt](https://community.mp3tag.de/u/peteyt)
#### Post date: [September 24, 2012, 2:27pm UTC](https://community.mp3tag.de/t/read-commas-as-slashes/13923/1 "2012-09-24T14:27:04Z")

</div>

I've been using MP3tag for general file tagging for a while but I've started using the file name to tag and vice versa a lot at the moment.

One thing I've noticed is due to slashes not working in file names if if I tell it to change the file names based on artist - title it will put spaces where a slash would go.

I'm not sure if this is possible, but is there any way to get mp3tag to read a comma as a slash both ways so it would change the title to a slash if going the file name - tag route or create a comma where the slash is if going the title - file name route.

Thanks

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [September 24, 2012, 3:19pm UTC](https://community.mp3tag.de/t/read-commas-as-slashes/13923/2 "2012-09-24T15:19:29Z")

</div>

You can use the converter tag-filename with a mask and a scripting command:

$replace(%track%-%artist%-%title%,'/' ,',')

As the tags are mor flexible in respect to illegal characters I would only apply the mdofication to the filename.

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:24pm UTC](https://community.mp3tag.de/t/read-commas-as-slashes/13923/3 "2026-02-09T12:24:04Z")

</div>


