by Barry4679 » Fri Sep 02, 2022 2:52 am
RJDavis-OK wrote: ↑Thu Sep 01, 2022 8:34 pmI've searched the forum and haven't been able to find an answer to my question. The track number displays correctly, but some of the song titles have a "0" before the song title. What does this mean and how can I correct it?
Is this when you are playing the track?
If so the track name displayed at the time is is configurable
Go to Tools>Options>Player>PlaybackRules ...
see here
The Display Format box (#3) controls what is displayed.
In my case it configured like this
Code: Select all
$if(<Album Artist>,<Album Artist> - ,)$if(<Album>,<Album> - ,)<Title>
This beginning of this is "$if(<Album Artist>,<Album Artist> - ,)"
That is decoded as being:
- if the track has an albumartist tag then:
- print the albumartist tag
- and a blank and a dash and a blank
What are you configured as?
BTW: The
rules are explained here.
Or, if the 0's are displaying when you are browsing the track, make sure it is not
caused by something like this.
Otherwise, what do you see in the title tag for those tracks?
- ie. click one track, then right click and take option Properties.
See here ... are there any other obvious 0's in any other tags?
[quote=RJDavis-OK post_id=500683 time=1662082447 user_id=120071]I've searched the forum and haven't been able to find an answer to my question. The track number displays correctly, but some of the song titles have a "0" before the song title. What does this mean and how can I correct it?
[/quote]
Is this when you are playing the track?
If so the track name displayed at the time is is configurable
Go to Tools>Options>Player>PlaybackRules ... [url=https://www.dropbox.com/s/pkupvle9rfvp9rl/track%20display%20configuration%20while%20playing.png?dl=0]see here[/url]
The Display Format box (#3) controls what is displayed.
In my case it configured like this
[code]$if(<Album Artist>,<Album Artist> - ,)$if(<Album>,<Album> - ,)<Title>[/code]
This beginning of this is "$if(<Album Artist>,<Album Artist> - ,)"
That is decoded as being:
[list]if the track has an albumartist tag then:[list]print the albumartist tag[/list][list]and a blank and a dash and a blank[/list][/list]
What are you configured as?
BTW: The [url=https://www.mediamonkey.com/wiki/index.php/WebHelp:Configuring_Directory_and_File_Formats/5.0] rules are explained here[/url].
[b]Or, if the 0's are displaying when you are browsing the track[/b], make sure it is not [url=https://www.dropbox.com/s/szgovnphgnpiuf1/zero%20prefix%20to%20track%20titles.mp4?dl=0]caused by something like this[/url].
Otherwise, what do you see in the title tag for those tracks?
[list]ie. click one track, then right click and take option Properties.[/list]
[url=https://www.dropbox.com/s/mi22l9ypm2w1iau/track%20title%20tab.png?dl=0]See here [/url]... are there any other obvious 0's in any other tags?