HydrogenAudio

CD-R and Audio Hardware => CD Hardware/Software => Topic started by: francesco on 2017-09-17 11:01:34

Title: looking for a free cue sheet editor
Post by: francesco on 2017-09-17 11:01:34
hi
i'm looking for a free cue sheet editor ,that let me add all the redbook flags like  pre-emphasis
in short all the flags and a full editor of cue sheet files

i burn my cd with imgburn or anyburn

thanks
Title: Re: looking for a free cue sheet editor
Post by: Chibisteven on 2017-09-17 12:13:00
Windows Notepad or Notepad++ work just fine.
Title: Re: looking for a free cue sheet editor
Post by: francesco on 2017-09-17 14:30:28
Windows Notepad or Notepad++ work just fine.
Hi Chibisteven
I'm not familiar with cue sheet , i mean gaps , pre gaps , pre-emphasis and other flags included in the red book like  ISRC, EAN/UPC & pre-emphasis

is there not a cue program free?
thanks
Title: Re: looking for a free cue sheet editor
Post by: 2tec on 2017-09-17 15:30:41
https://sourceforge.net/projects/audiocuesheet/

GIYBF
Title: Re: looking for a free cue sheet editor
Post by: francesco on 2017-09-17 15:37:22
https://sourceforge.net/projects/audiocuesheet/

GIYBF
hi
it's the first i found but i can't find how add ISRC, EAN/UPC & pre-emphasis  flags
thanks
Title: Re: looking for a free cue sheet editor
Post by: Zarggg on 2017-09-17 19:33:36
See https://en.wikipedia.org/wiki/Cue_sheet_(computing)#Cue_sheet_syntax (https://en.wikipedia.org/wiki/Cue_sheet_(computing)#Cue_sheet_syntax).

The specific entry for the preemphasis subcode is FLAG PRE.
Title: Re: looking for a free cue sheet editor
Post by: jaybeee on 2021-02-24 19:58:33
Need some help with a use-case scenario:

A cue sheet with 41 tracks - referencing a 122 min file - needs to be edited to remove the first track.
Removing this track should reset all subsequent tracks (track number and Index times) based on the second track Index time.

Example:

  TRACK 01 AUDIO
    PERFORMER "unknown"
    TITLE "Talking Machine (Cleveland City)"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PERFORMER "Daft Punk"
    TITLE "WDPK 1999 Greetings"
    INDEX 01 01:30:00
  TRACK 03 AUDIO
    PERFORMER "Basement Jaxx"
    TITLE "Rendez Vu"
    INDEX 01 02:22:40
...

becomes

  TRACK 01 AUDIO
    PERFORMER "Daft Punk"
    TITLE "WDPK 1999 Greetings"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PERFORMER "Basement Jaxx"
    TITLE "Rendez Vu"
    INDEX 01 00:52:40
...

The only way I've been able to make new versions of cue sheets with similar such changes has been to do so manually in Notepad++. An automatic way to do this with a program would be so much faster. Does anyone know if such a tool exists?
Title: Re: looking for a free cue sheet editor
Post by: 40th.com on 2021-02-25 12:49:51
The only way I've been able to make new versions of cue sheets with similar such changes has been to do so manually in Notepad++. An automatic way to do this with a program would be so much faster. Does anyone know if such a tool exists?
 
 

Here for more: https://hydrogenaud.io/index.php?topic=113116.msg989889#msg989889 (https://hydrogenaud.io/index.php?topic=113116.msg989889#msg989889)

Since you didn't qualify a free in there, there's Jukebox 2112.  This is how I just did it, in five pics.  Before and after .cue listings follows these pics.










Before:

TITLE "梁素琴粤曲专辑1"
PERFORMER "Various"
REM DATE 2011
REM GENRE "粤剧"
FILE "Various-梁素琴粤曲专辑1.wav" WAVE
  TRACK 01 AUDIO
    TITLE "荆钗记"
    PERFORMER "梁之洁 梁素琴"
    INDEX 01 0:00:00
  TRACK 02 AUDIO
    TITLE "玉梨魂"
    PERFORMER "梁佩雯 梁素琴"
    INDEX 01 25:30:25

After:

TITLE "梁素琴粤曲专辑1"
PERFORMER "Various"
REM DATE 2011
REM GENRE "粤剧"
FILE "cue_now_1_track-梁素琴粤曲专辑1_.wav" WAVE
  TRACK 01 AUDIO
    TITLE "玉梨魂"
    PERFORMER "梁佩雯 梁素琴"
    INDEX 01 0:00:00

Title: Re: looking for a free cue sheet editor
Post by: jaybeee on 2021-03-01 18:18:33
Thanks for the info. Good to know and it's doable and indeed your product supports it.
Title: Re: looking for a free cue sheet editor
Post by: jaybeee on 2021-03-02 11:35:10
I found a free one that does what I need, plus some other handy functions:

QeD: The Ultimate Liveset Cuesheet Editor (http://qed.qproject.org/).

It requires Java Runtime Environment, which I had recently uninstalled, but reinstalled without any issues.