Post Reply 
Question about minimserver warnings
05-07-2018, 00:11
Post: #3
RE: Question about minimserver warnings
(04-07-2018 21:09)simoncn Wrote:  
(04-07-2018 19:07)lyapounov Wrote:  A)
Warning: conflicting ALBUMARTIST values ignored
first conflicting value: Hugo Wolf
second conflicting value: Dietrich Fischer-Dieskau

MP3Tag values:
ARTIST: Dietrich Fischer-Dieskau\\Daniel Barenboim
ALBUMARTIST: Hugo Wolf

(BTW is \\ the proper way to separate multiple values ?)

I presume the message is:

Warning: conflicting ALBUMARTIST values ignored for file xxxx

This message means that file xxxx has two ALBUMARTIST (not ARTIST) values: 'Hugo Wolf' and 'Dietrich Fischer-Dieskau'. If you think this is incorrect, I can look at file xxxx using a hex editor to see what tags are present in the file.

The tags value separator depends on your tagging program. For Mp3tag, the separator is \\.

Quote:B)
Warning: truncating incorrect value for DATE tag 2008-21-08
** This happens only on dsf files **

MP3Tag : "Year" tag value is 2008

DSF files use ID3v2 tags. If the tag is in ID3v2.3 format, the TDAT frame must contain a DDMM value and this message means the TDAT frame contains an MMDD value (0821) instead of a DDMM value (2108). If the tag is in ID3v2.4 format, the TDRC frame must contain a YYYY-MM-DD value and this message means the TDRC frame contains a YYYY-DD-MM value (2008-21-08) instead of a YYYY-MM-DD value (2008-08-21).

Quote:C)
Warning: conflicting ALBUM tag value Marche slave ignored for file

MP3Tag: "Album" tag value is "Symphonies Nos. 3" (I don't see Marche Slave)

This message means the file contains two ALBUM tags. If you think this is incorrect, I can look at the file using a hex editor to see what tags are present in the file.

Quote:D)
Warning: ignored conflicting DISCNUMBER value 21 in file

MP3Tag: Discnumber value is 21 (which is correct)

This message means the file contains two DISCNUMBER tags. If you think this is incorrect, I can look at the file using a hex editor to see what tags are present in the file.

To check the tags, I mainly use MP3Tag (which is the only one which can read dsf).

What I understand is that if there are twice the same Tag (DISCNUMBER, ALBUM, ALBUMARTIST), MP3Tag does not complain, and just displays one of them. I honestly don't know what to use as software (on Mac) to do proper tagging, including displaying multiple values of same tag.

WHat I could do is save the file, and see if it does change something.

Thx Simon !
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Question about minimserver warnings - lyapounov - 05-07-2018 00:11

Forum Jump:


User(s) browsing this thread: 1 Guest(s)