NRGDEAD / Cue2cu2

Cue2cu2 is a Python program to create a CU2 sheet from an existing bin/cue set
24 stars 2 forks source link

Can't get Offset to work #1

Closed James-F2 closed 4 years ago

James-F2 commented 4 years ago

Here is my command:

python cue2cu2.py TEMP.cue -o=-00:00:02

Here is the output: cmd

NRGDEAD commented 4 years ago

Ah, I figured GitHub would send me an e-mail or something. Didn't see you opened an issue for 7 days. D-: Thanks for waiting. I apparently forgot to test --offset with the new format and missed a variable name there. It's already fixed in the commit I just pushed.

Side note: I think you want to change only the audio tracks because of the recent discussion in the PSIO forum about the audio being cut off in the beginning, right? At the moment, the data track will also be shifted. But since that is a bit rigid, I'm thinking about splitting --offset up to individual offsets for audio, data, size and trk end. Will probably have a look at that in the upcoming days. If you have any suggestions, let me know. I'll leave this issue open until I implemented something.

NRGDEAD commented 4 years ago

I added --offset-select, which enables you to apply the offset to only the variables you wish. Also the default is changed to audio tracks, pregaps, and track end. See the README.md for the details. Hope that helps. I'm closing this issue report; please feel free to a new one if you encounter another bug! Thanks again.