@
Dig-It
Ok, I examined the files you made available to me privately, but I thought I'd post my findings here so others can comment as they see fit.
1. the "unknown" genre - in this instance for a Klaus Schulze album
Actually this is tied in with the apparent presence of the same album twice in the album column with slightly different titles. One has album art and the other does not.
What's in the album directory
- a single FLAC file containing all the tracks on the CD and one metadata block for the CD, which includes an embedded jpg image of the cover
- a CUE file containing the tracklist for this FLAC file, with each track identified by title, performer, and start/stop indicies. There is no other metadata associated with this file and no cover image.
So, the FLAC file appears as one entry in the album column. Here's metadata extracted from the output obtained running the
mediainfo command on the file:
Code:
Album : Royal Festival Hall CD1
Album/Performer : Klaus Schulze
Part : 01
Track name : 1 flac
Performer : Klaus Schulze
Composer : Klaus Schulze
Genre : Electronic
Recorded date : 1992
Cover : Yes
Cover type : Cover (front)
Cover MIME : image/jpeg
This album has only one track with the track name shown.
However, the CUE file also appears as one entry in the album column. It has no cover image so none appears. Thanks to MPD the track list is parsed and all the tracks appear along with their name and performer. The CUE file does not identify genre, which results in the "Unknown" entry which appears in the genre list and which selects the CUE file entry in the album column.
Note 1: The two entries have slightly different titles because the CUE file contains one name and the FLAC file metadata contains another.
Note 2 - I just did an experiment. I inserted "REM GENRE Electronic" as the first line of the CUE file and updated the moOde library. Now there is no "Unknown" genre entry and the two "albums" both are selected by "Electronic". (This experiment does not work if the line reads "GENRE Electronic".)
I personally have no CD-length FLAC files and associated CUE files in my collection but I understand why folks use them. I don't know how much work it would take to modify MPD to recognize that each pair is in fact a single album. I get the impression that most folks break them up into individual track files.
2. The cryptic artist name - in this instance for two Jimi Hendrix tracks
These are MP3 files, each with ID3v2.3 metadata
It turns out that the cryptic second artist is a result of 1) odd metadata in the files and b) the way moOde 7 deals with multiple values of certain tags (here I use "tag" in the same sense that MPD does).
Once again, here's metadata extracted from the output obtained running the
mediainfo command on one of the files
Code:
Album : The Ultimate Experience [Remastered]
Album/Performer : Jimi Hendrix
Track name : All Along the Watchtower
Track name/Position : 01
Compilation : Yes
Performer : Jimi Hendrix
Original/Performer : Jimi Hendrix
Composer : Bob Dylan
Encoded by : © ¤ @
Remixed by : © ¤ @
Publisher : MCA Records
Genre : Pop
Recorded date : 2011
Writing library : LAME3.82
Cover : Yes
Cover type : Cover (front)
Cover MIME : image/jpg
Lyrics : © ¤ @
...
Apparently MPD is returning one or both of the "Encoded by" and "Remixed by" values and moOde 7 is considering them to be more performers. Yes, the cryptic entries in these files are screwy, but I'm of the opinion that "Encoded by" and "Remixed by" represent product staff, not performers, anyway.
Just my two cents worth.
Note to @
Dig-It: moOde includes the command line tool
mediainfo which can tell you a lot. You have to be careful interpreting the names of metadata entries because this tool tries too hard to make all metadata schemas look the same. Similarly you have to be careful interpreting the result when there are multiple entries of a given name because it has a habit of concatenating the values.
Regards,
Kent