On 2015/06/28 08:40, Andreas Mair <[email protected]> wrote:
> I've taken a look at the MPD sources and I think the problem is, that
> MPD tries an exact *string* match. If I use "... find 01/10" it works,
> but I think that's not ideal to work like this because one has to know
> (1)  how many songs an album has and (2) if the number of total tracks
> is stored and (3) if leading zeros are used.

Actually, MPD does not expect the "track" tag to have something other
than the track number.  The problem is that some tag specifications
(such as ID3) allow the total number of tracks appended to the "track"
tag.

What MPD should do is filter out this extra data.  And filter out
leading zeroes.
_______________________________________________
mpd-devel mailing list
[email protected]
http://mailman.blarg.de/listinfo/mpd-devel

Reply via email to