![]() |
|
Tags and case sensitivity - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Tags and case sensitivity (/showthread.php?tid=7672) |
Tags and case sensitivity - mightyoakbob - 11-11-2025 14:29 In Properties/Server indexTags I'm thinking of using a Date Of Entry tag. ....Artist, Date, Genre, -DateOfEntry:Date Added, All Artists,.... Unfortunately mp3tag seems to allow mixed case tag naming for single tracks only. It will not allow anything but all upper case for whole album tag setting. Does this matter? Will Minimserver still count it if its a tag called DateOfEntry or DATEOFENTRY? Thanks Bob. RE: Tags and case sensitivity - simoncn - 11-11-2025 20:35 MinimServer converts all tag names in your files to upper case internally if they are not already in upper case. You can enter mixed-case tag names in indexTags (for a user-friendly display in your control point) and these are also converted to upper case internally for the purpose of matching tags in your files. RE: Tags and case sensitivity - mightyoakbob - 11-11-2025 21:11 (11-11-2025 20:35)simoncn Wrote: MinimServer converts all tag names in your files to upper case internally if they are not already in upper case. You can enter mixed-case tag names in indexTags (for a user-friendly display in your control point) and these are also converted to upper case internally for the purpose of matching tags in your files. Thanks. |