AndyLandy / MakeMP3

A tool for creating an MP3 library from a lossless music collection with cue sheets
GNU General Public License v3.0
2 stars 1 forks source link

Don't transcode MP3s #7

Open AndyLandy opened 6 years ago

AndyLandy commented 6 years ago

Add feature to not transcode files with 'MP3' in cue sheet rather than 'WAVE' -- Ideally copy them.

luxagen commented 6 years ago

Don't forget to still AACGain them!

AndyLandy commented 6 years ago

There are a fair few issues I need to work out before I can implement this feature:

  1. Do we transcode or copy?
  2. Do we manipulate metadata to match the cuesheet? If so, how do we do that without transcode?
  3. How do we deal with ranges? What if you want to extract tracks from an AlbumWrap or similar?
  4. Do we never transcode? Or do we provide an option? e.g. MP2 files need transcoded, since iPhone doesn't play them.