View Issue Details

IDProjectCategoryView StatusLast Update
0002133MMW v4Properties/Auto-Toolspublic2005-11-14 13:33
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002133: FLAC album artist tag problem?
DescriptionA user reported in http://www.mediamonkey.com/forum/viewtopic.php?t=6288 a possible modification of storing album artist in FLAC. Is he right, does it make sense?
TagsNo tags attached.
Fixed in build914

Activities

jiri

2005-11-02 07:04

administrator   ~0006142

Assigned to Peke so that he can check it out.

peke

2005-11-13 23:26

developer   ~0006263

Last edited: 2005-11-13 23:27

As talked to Rusty over IM and due To compatibility to other players ALBUM ARTIST field is Added to F_FLAC.
Read have been implemented with this behavior:
1. Both ENSAMBLE and ALBUM ARTIST are Read by F_FLAC Plugin.
2. Format plugin returns Album Artist regarding this criteria:
  a) In case ALBUM ARTIST is not Empty it returns ALBUM ARTIST
  b) In case ALBUM ARTIST is Empty it returns ENSAMBLE
  c) In Case both ALBUM ARTIST and ENSAMBLE are Empty it returns Field Not set.

---

Write hase been implemented with this behavior
1. Both ENSAMBLE and ALBUM ARTIST are Written by F_FLAC Plugin.
2. Format plugin writes both ALBUM ARTIST and ENSAMBLE with Album Artist value given by MM so that compatibility is not compromised whatever app user uses to listen FLAC files

jiri

2005-11-14 13:33

administrator   ~0006265

Fixed in build 914.
 - Updated F_FLAC included.
 - I also updated F_OGG in the same manner.