rlishtaba / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Tag all track names when creating a flac image #453

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've attached a patch that adds flac tags for all the tracks when ripping as a 
single file.

Some players (like the squeezebox) can use the tags in this format.

Original issue reported on code.google.com by garron.m...@gmail.com on 22 Jan 2011 at 8:31

Attachments:

GoogleCodeExporter commented 8 years ago
Are the flac tag data preserved as UTF-8?  The German characters that appear in 
the track Titles don't appear correctly in Rhythmbox 0.13.1.  I ripped the file 
with Rubyripper 0.6.0 in Ubuntu 10.10.  My locale is,

LANG=en_US.iso88591
LC_CTYPE="en_US.iso88591"
LC_NUMERIC="en_US.iso88591"
LC_TIME="en_US.iso88591"
LC_COLLATE="en_US.iso88591"
LC_MONETARY="en_US.iso88591"
LC_MESSAGES="en_US.iso88591"
LC_PAPER="en_US.iso88591"
LC_NAME="en_US.iso88591"
LC_ADDRESS="en_US.iso88591"
LC_TELEPHONE="en_US.iso88591"
LC_MEASUREMENT="en_US.iso88591"
LC_IDENTIFICATION="en_US.iso88591"
LC_ALL=

When I rip with Lame MP3 set to "-V 3 -id3v2-only", the umlaut letters in the 
track metadata appear correctly on both systems.

Original comment by helplest...@gmail.com on 15 Jun 2011 at 2:55

GoogleCodeExporter commented 8 years ago
I've also seen (and personally use) tags using the "CUE_TRACK##_[normal Vorbis 
Comment field name]" format promoted by foobar2000 for use with embedded 
cuesheets (as rubyripper can do) [See: 
http://www.hydrogenaudio.org/forums/index.php?showtopic=41819 and 
http://www.hydrogenaudio.org/forums/index.php?showtopic=47532].  Are there any 
other such standards?

Original comment by comradec...@gmail.com on 31 Oct 2011 at 8:09