MrSinatra;567479 Wrote: > how do you do it? is there a de facto standard in the FLAC community?
I don't use ratings, but like we just established, there is no standard for FLAC or Ogg, both of which use vorbis comments for tagging. > i think i need two ratings columns, one for id3, one for flac/vorbis. > but i have no idea how to do it. i want to rate my flacs and m4a files > on a no to 5 stars scale. i realize winamp most likely will not even > read the data, but at least i can get it entered in with mp3tag, and > hopefully do whatever translation is later needed if/when winamp ever > supports ratings in flacs/vorbis. In Mp3tag? Use mappings. Make up some field name (maybe RATING?) and in ID3v2 map 'RATING WMP' (Source) to 'RATING' (Target). See the help file on the existing mappings - for ID3v2 Mp3tag maps both 'RATING MM' and 'RATIING WMP' to POPM. Then create a similar mapping for 'VorbisComment' mapping 'RATING WMP' to whatever field name you want to use for FLAC. This way you can tag different field names in different tagging systems with one column definition (use %rating% in the column definition). If you just want to use the field name RATING in your FLAC files then there's no need for the VorbisComment mapping. The mapping options would look like this: +-------------------------------------------------------------------+ |Filename: 2010-08-07_170519.png | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=10441| +-------------------------------------------------------------------+ -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=59929 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
