MrC;386984 Wrote: 
> 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, that's all very helpful and great.  I did quite a bit of my FLAC
tagging using Media Monkey, and that software also uses ALBUM ARTIST
[with a space]  If that mapping will be added to SC, it will save me
work on an awful lot of files!  Thanks


-- 
SlimTrigger
------------------------------------------------------------------------
SlimTrigger's Profile: http://forums.slimdevices.com/member.php?userid=19278
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