I'll look into embedding the artist and album sort tags using metaflac. (First I'll fix up disc.rb - see below - to add them as REMs to the cue file. Then I can have a script extract them from the cue to embed in the FLAC.)
I'm happy with external cues, since every now and then I still find an error and like to be able to simply edit the .cue (as well as the corresponding CDDB file) and rescan the database. Here are the Ruby scripts I'm using. cdlist.rb goes through my local CDDB and makes a list of albums, sorted by artist and by year withing artist. cd_subs.txt is a set of substitutions used by cdlist.rb - it's how I can sort Lorenna McKennitt under 'M' while Jethro Tull is under 'J'. disc.rb goes though the cue files generated by EAC and cleans them up - comparing Genre, etc, to what's in my CDDB. Does not get down to the track level, yet. I run this after converting files to FLAC to fix up the "FILE" line in the .cue. It also renames the EAC log file to match the WAV/FLAC and cue. parse_dirs.rb and parse_files.rb contain some routines used by the other Ruby scripts. make_flac.btm is a 4NT script I use for converting WAV to FLAC. I included it so you know what options I use for converting to FLAC. -- Timothy +-------------------------------------------------------------------+ |Filename: ruby_cue_cddb.zip | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=1669| +-------------------------------------------------------------------+ -- TimothyB ------------------------------------------------------------------------ TimothyB's Profile: http://forums.slimdevices.com/member.php?userid=4868 View this thread: http://forums.slimdevices.com/showthread.php?t=26214 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
