tnozaki / cuelib

Automatically exported from code.google.com/p/cuelib
1 stars 2 forks source link

TrackCutter should support external cutters. #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by monsterm...@gmail.com on 11 May 2008 at 3:25

GoogleCodeExporter commented 8 years ago
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.

Original comment by monsterm...@gmail.com on 11 May 2008 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by monsterm...@gmail.com on 11 May 2008 at 3:31