15-11-2012, 06:47
I've not yet configured and run MinimServer but have started reading the documentation. I'm not clear on what tags MinimServer will reference in compiling your library for presentation and internal logic purposes. Is there a single reference that lists all tags that MinimServer supports?
Also, almost all of my albums (FLAC based) have tag entries that contain multiple entries for a number of tags, as well as custom tags I'd like to be able to leverage. As an example, a typical track's tags may look like this:
____________________________
albumartist=Lindsey Buckingham
album=Seeds We Sow
artist=Lindsey Buckingham
compilation=0
composer=Keith Richards
composer=Mick Jagger
date=September 6, 2011
genre=Pop/Rock
mood=Ambitious\\Atmospheric\\Bittersweet\\Complex\\Confident\\Dreamy\\Elegant\\Energetic\\Enigmatic\\Exciting\\Intimate\\Literate\\Lively\\Lush\\Optimistic\\Poignant\\Refined\\Rousing\\Sophisticated\\Summery
rating=4
review=Since resuming his solo recording career with 2006's Under the Skin... <snip>
style=Contemporary Singer/Songwriter\\Alternative Singer/Songwriter\\Adult Alternative Pop/Rock\\Alternative/Indie Rock\\Contemporary Pop/Rock
theme=Everyday Life\\Regret\\Relationships\\Relaxation\\Reminiscing\\Small Gathering
title=She Smiled Sweetly
tracknumber=11
____________________________
I gather from the documentation that MinimServer does not handle multiple entries for a given tag e.g. the composer tags in the above example and that the tag should be written as a single delimited entry for MinimServer to use it i.e.: composer=Keith Richards\\Mick Jagger
Based on the tagging scheme above:
Also, almost all of my albums (FLAC based) have tag entries that contain multiple entries for a number of tags, as well as custom tags I'd like to be able to leverage. As an example, a typical track's tags may look like this:
____________________________
albumartist=Lindsey Buckingham
album=Seeds We Sow
artist=Lindsey Buckingham
compilation=0
composer=Keith Richards
composer=Mick Jagger
date=September 6, 2011
genre=Pop/Rock
mood=Ambitious\\Atmospheric\\Bittersweet\\Complex\\Confident\\Dreamy\\Elegant\\Energetic\\Enigmatic\\Exciting\\Intimate\\Literate\\Lively\\Lush\\Optimistic\\Poignant\\Refined\\Rousing\\Sophisticated\\Summery
rating=4
review=Since resuming his solo recording career with 2006's Under the Skin... <snip>
style=Contemporary Singer/Songwriter\\Alternative Singer/Songwriter\\Adult Alternative Pop/Rock\\Alternative/Indie Rock\\Contemporary Pop/Rock
theme=Everyday Life\\Regret\\Relationships\\Relaxation\\Reminiscing\\Small Gathering
title=She Smiled Sweetly
tracknumber=11
____________________________
I gather from the documentation that MinimServer does not handle multiple entries for a given tag e.g. the composer tags in the above example and that the tag should be written as a single delimited entry for MinimServer to use it i.e.: composer=Keith Richards\\Mick Jagger
Based on the tagging scheme above:
- would MinimServer be able to leverage style, mood and theme metadata
- how would it handle the date entry given it's not simply stated as "2011"
- how does it distinguish between album artists and compilations (in my tagging scheme compilations have a compilation=1 tag whereas artist albums may or may not have a compilation=0 tag. Artist albums may include multiple artists in a single track entry, but where this is the case there is always an 'albumartist' tag. Compilations on the other hand will have one or more artist entries for each track and no "albumartist" tag