SlimTrigger;386899 Wrote: 
> Mick, thanks.  I think this will be extremely helpful, and I will try to
> put it to work in short order.  However, what about ALBUMARTIST?  Where
> does that fit into this overall scheme (If at all?)

I started cross-checking the list of supported tags in SqueezeCenter
last night.  There are some additions I will make to Wiki later today
if possible.

ALBUMARTIST is used.  Currently for FLACs, it appears that "ALBUM
ARTIST" is not.  I submitted a feature-request/patch last night, as JR
Media Center (which I use) uses "Album Artist" (case insensitive) and
it should be mapped inside SqueezeCenter to "ALBUMARTIST".

There are some other internal mappings (left maps to right, internally
used names.  I added the *** mod last night to my code):

        'TRACKNUMBER'               => 'TRACKNUM',
        'DISCNUMBER'                => 'DISC',
        'DISCTOTAL'                 => 'DISCC',
        'URL'                       => 'URLTAG',
        'MUSICBRAINZ_SORTNAME'      => 'ARTISTSORT',
        'MUSICBRAINZ_ALBUMARTIST'   => 'ALBUMARTIST',
        'MUSICBRAINZ_ALBUMARTISTID' => 'MUSICBRAINZ_ALBUMARTIST_ID',
        'MUSICBRAINZ_ALBUMID'       => 'MUSICBRAINZ_ALBUM_ID',
        'MUSICBRAINZ_ALBUMSTATUS'   => 'MUSICBRAINZ_ALBUM_STATUS',
        'MUSICBRAINZ_ALBUMTYPE'     => 'MUSICBRAINZ_ALBUM_TYPE',
        'MUSICBRAINZ_ARTISTID'      => 'MUSICBRAINZ_ARTIST_ID',
        'MUSICBRAINZ_TRACKID'       => 'MUSICBRAINZ_ID',
        'MUSICBRAINZ_TRMID'         => 'MUSICBRAINZ_TRM_ID',

        # J.River once again.. can't these people use existing standards?
        'REPLAY GAIN'               => 'REPLAYGAIN_TRACK_GAIN',
        'PEAK LEVEL'                => 'REPLAYGAIN_TRACK_PEAK',
        'DISC #'                    => 'DISC',
***     'ALBUM ARTIST'              => 'ALBUMARTIST',

        # for dBpoweramp CD Ripper
        'TOTALDISCS'                => 'DISCC',


I'll update more later.


-- 
MrC
------------------------------------------------------------------------
MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=58069

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to