asivery / webminidisc

Upload your Music to NetMD and HiMD MiniDisc devices thanks to WebUSB and WASM
GNU General Public License v2.0
122 stars 28 forks source link

"Rename Disc" issues with certain characters #38

Closed CH23- closed 8 months ago

CH23- commented 8 months ago

When adding the name 'Röyksopp', this is then displayed as 'Roeyksopp' on MZ-N10.

Another naming issue occurred where album title contains 2 slashes. this is replaced by a space and single slash.

asivery commented 8 months ago

Hello @CH23- ! Unfortunately MiniDisc only supports ASCII characters as track / disc titles. This is why your title got normalized to ASCII so that the device could read it. As for the title containing two slashes one after another - MiniDiscs use // to denote a new group, as groups are also stored in the track title. This is why WebMinidisc adjusted that as well - so that it doesn't interfere with groups.

CH23- commented 8 months ago

Thank you for the explanation @asivery. I will close the issue.