gco / rubyripper

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

Add support for libcueify for cuesheet generation and offset calculation #508

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to better calculate offsets for ripping (and hence improve DiscID 
calculation), as well as handle advanced TOC features like CD-TEXT and certain 
rare CDs in which the pre-emphasis flag is set on the CD itself, but not in the 
TOC (http://www.studio-nibble.com/cd/index.php?title=Pre-emphasis), we should 
add support for ruby-cueify, the Ruby bindings of the libcueify library: 
https://github.com/pipian/libcueify

libcueify has been tested to work on four major platforms (Windows, FreeBSD, 
Linux, and OS X), and so is well-suited to inclusion in rubyripper (although as 
of right now it is not available in package form in any distros).

Original issue reported on code.google.com by comradec...@gmail.com on 11 Feb 2012 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by comradec...@gmail.com on 11 Feb 2012 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by comradec...@gmail.com on 11 Feb 2012 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by boukewou...@gmail.com on 22 Oct 2012 at 6:53

GoogleCodeExporter commented 9 years ago
What benefit would libcueify give us above what cdrdao is already doing? Cdrdao 
is widespread and easy to install on a lot of distro's. I'm a bit reluctant for 
adding more dependencies.

Cd-text for example is also possible to achieve with cdrdao.

Disc ID calculation is done on basis of the reported TOC on a disc as far as I 
know. It therefore is independent of the drive offset. Libcueify would not help 
much there I believe.

Unless there are some good arguments to go this way, I vote for closing this 
issue. Maybe we can identify things that still need improvement and see if this 
is feasible to do without introducing new dependencies.

Original comment by boukewou...@gmail.com on 22 Oct 2012 at 7:01

GoogleCodeExporter commented 9 years ago
Jj

Original comment by sappo...@gmail.com on 7 Mar 2013 at 8:42