Music Play Order in Mercedes COMAND




but in his car they don't play in right order and in mine they do.
so all points indeed to the system, not the files itself
the only good thing about all this is that we get to spin Exile; possibly the best rock album ever made!
By the way, I wonder if the reason for the issue is a hidden field inside the tracknumber that makes it look like '1/10'. The slash probably causes the Mercedes Comand to read the number as text instead of an integer. There more on it here:
https://community.mp3tag.de/t/flac-d...number/13822/3
However using a tool that actually shows the accurate tag name and values will reveal that your TRACKNUMBER tags actually contain the full track#/totaltracks string as is part of the ID3 spec for TRCK."
The Best of Mercedes & AMG
I ended up using https://picard.musicbrainz.org/ to
- replace artist with albumartist
- add track number as prefix to title
- add year as prefix to album name
It really is a great tool to manage your FLAC music library. Here is the tagger script I used:
https://picard.musicbrainz.org/docs/scripting/
$set(artist,%albumartist%)
$set(title,$num(%tracknumber%,2) - %title%)
$set(album,%originalyear% - %album%)
Now albums and tracks are in correct order in my car. Sometimes the track number is displayed twice because the COMAND interface shows track number in FLAC file next to title (that is already prefixed with track number) but so be it...






