RomanHargrave / cuelib

GIT repo containing the currently (idle?) dead cuelib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

TrackCutter should support external cutters. #11

Open RomanHargrave opened 9 years ago

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 10:25:03

TrackCutter does not support some popular file types, such as mp3 and FLAC files. In order to remedy this, we should take advantage of external processors. This issue focuses on lossy formats such as mp3. Another issue will cover lossless formats.

It is not recommended to convert lossy formats such as mp3, as this is likely to degrade quality. For these formats, TrackCutter should be able to call upon external cutters, which it must supply with the necessary information from the cue sheet. The user must supply a template for calling the external cutter.

Original issue: http://code.google.com/p/cuelib/issues/detail?id=11

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 08:30:08

The user must also supply TrackCutter with a configuration for matching templates and corresponding output types to files. This way, multiple file types per cue file can be supported.

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 08:31:45

Labels: Milestone-Release1.3.0