Post Reply 
View composer and artist at control point
21-02-2018, 22:32
Post: #11
RE: View composer and artist at control point
Thanks for this pointer. I will study the list to see if it contains any other aliases for existing MinimServer mappings from MPEG-4/iTunes.
Find all posts by this user
Quote this message in a reply
21-02-2018, 23:00
Post: #12
RE: View composer and artist at control point
I will add the following MediaMonkey aliases for tags already in the MinimServer mapped list:

CONDUCTOR_MM3BETA("cond",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
ISRC_MMBETA("isrc",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
LYRICIST_MM3BETA("lyrc",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
MOOD_MM3BETA("mood",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
ORIGINAL_ARTIST("oart",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),

and also the following new tags that were recently added by Apple:

MOVEMENT("©mvn",Mp4TagFieldSubType.TEXT, TEXT),
MOVEMENT_NO("©mvi",Mp4TagFieldSubType.BYTE, INTEGER, 1),//Note unlike Trackno/Total uses two different fields
MOVEMENT_TOTAL("©mvc",Mp4TagFieldSubType.BYTE, INTEGER, 1),
WORK("©wrk",Mp4TagFieldSubType.TEXT, TEXT),
Find all posts by this user
Quote this message in a reply
22-02-2018, 07:07
Post: #13
RE: View composer and artist at control point
Thanks Simon. This is a screen shot of Qoobar for the Von Karajan file that was recognized by Minimserver in the Qoobar conductor tag. Not clear to me why it got the green light.


(21-02-2018 23:00)simoncn Wrote:  I will add the following MediaMonkey aliases for tags already in the MinimServer mapped list:

CONDUCTOR_MM3BETA("cond",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
ISRC_MMBETA("isrc",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
LYRICIST_MM3BETA("lyrc",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
MOOD_MM3BETA("mood",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),
ORIGINAL_ARTIST("oart",Mp4TagFieldSubType.TEXT, TEXT, Tagger.MEDIA_MONKEY),

and also the following new tags that were recently added by Apple:

MOVEMENT("©mvn",Mp4TagFieldSubType.TEXT, TEXT),
MOVEMENT_NO("©mvi",Mp4TagFieldSubType.BYTE, INTEGER, 1),//Note unlike Trackno/Total uses two different fields
MOVEMENT_TOTAL("©mvc",Mp4TagFieldSubType.BYTE, INTEGER, 1),
WORK("©wrk",Mp4TagFieldSubType.TEXT, TEXT),


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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