Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Import cuesheet files (.cue) as segments #458

Closed
r-a-y opened this issue Sep 15, 2020 · 3 comments
Closed

Feature request: Import cuesheet files (.cue) as segments #458

r-a-y opened this issue Sep 15, 2020 · 3 comments

Comments

@r-a-y
Copy link

r-a-y commented Sep 15, 2020

Hi, great app!

I was wondering if it would be possible to import .cue files as segments. It would be very handy for those of us that have rather long audio files, but have already prepared cuesheets and now want to split the long track into individual files.

If you are not familiar with cuesheets, you can read up on it here: https://wiki.hydrogenaud.io/index.php?title=Cue_sheet

In the example file:

REM GENRE Alternative
REM DATE 1991
REM DISCID 860B640B
REM COMMENT "ExactAudioCopy v0.95b4"
PERFORMER "My Bloody Valentine"
TITLE "Loveless"
FILE "My Bloody Valentine - Loveless.wav" WAVE
  TRACK 01 AUDIO
    TITLE "Only Shallow"
    PERFORMER "My Bloody Valentine"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Loomer"
    PERFORMER "My Bloody Valentine"
    INDEX 01 04:17:52

The relevant cut points would be the INDEX tags. So the first segment would be 00:00:00 - 04:17:52 and the second segment would be 04:17:52 - whatever the third index is or end of track.

There's already software that handles splitting cuesheets, but they are usually only for .wav and .mp3. Since LosslessCut already has a nice interface for segments and can handle any audio format that ffmpeg can support (for the most part), this would be a great feature to add.

Thanks for considering!

@bouscram
Copy link

Good idea. I think that simple text chapter files (as used in Apple .m4v files) could be supported also...
00:00:34.000 1st song
00:06:21.000 2nd song
00:09:12.000 Last song

@mifi
Copy link
Owner

mifi commented Nov 15, 2020

nice suggestion. shouldn't be too hard.

mifi added a commit that referenced this issue Nov 19, 2020
mifi added a commit that referenced this issue Nov 19, 2020
- Add config option for asking about file open #467
- Implement text/youtube segments import #458
- Implement CUE sheet import #458
- Implement XMEML import (Final Cut Pro / Davinci Resolve)
- Allow import embedded chapters as segments #300
@mifi
Copy link
Owner

mifi commented Nov 19, 2020

this one is now implemented. will be out in the next version!

@mifi mifi closed this as completed Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants