View Single Post
Old 1st April 2018, 15:04   #1504  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by ggtop View Post
Hi LordMulder,
I recently figured out LameXP has a cuesheet import function . That'll make my life a lot of easier in the future because I used other tools in the past to split WAV images...
One cosmetic thing though. The column index is dropping the hour from the timestamp (title 10). See attached screenshot from LameXP and the original cue file created by Exact Audio Copy.
BTW Would be better to display 63... min instead of 1:03:...

Code:
  TRACK 09 AUDIO
    TITLE "Track09"
    PERFORMER "Die drei !!!"
    REM COMPOSER ""
    INDEX 01 57:30:36
  TRACK 10 AUDIO
    TITLE "Track10"
    PERFORMER "Die drei !!!"
    REM COMPOSER ""
    INDEX 01 63:51:43
Have nice Eastern,
ggtop
Okay, I see why that happens. I was using the QTime class to convert the time index to a string. QTime wraps around the "minute" component to zero after 59

Now I'm doing the conversion manually, so that the "minute" component can go up to 99. Please try with the new TEST build:
https://sourceforge.net/projects/lam...6.exe/download

Regards.
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 1st April 2018 at 18:07.
LoRd_MuldeR is offline   Reply With Quote