mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Pregap can now be read from log/freedb or set from interface
This commit is contained in:
@@ -401,6 +401,7 @@ namespace JDP {
|
||||
cueSheet.AccurateRip = accurateRip;
|
||||
if (accurateRip != AccurateRipMode.None)
|
||||
cueSheet.DataTrackLength = txtDataTrackLength.Text;
|
||||
cueSheet.PreGapLengthMSF = txtPreGapLength.Text;
|
||||
|
||||
cueSheet.WriteAudioFiles(outDir, cueStyle);
|
||||
}
|
||||
@@ -490,6 +491,7 @@ namespace JDP {
|
||||
grpOutputStyle.Enabled = !running && !rbArVerify.Checked && !rbArPlusCRC.Checked;
|
||||
groupBox1.Enabled = !running && !rbArVerify.Checked && !rbArPlusCRC.Checked;
|
||||
txtDataTrackLength.Enabled = !running && !rbArNone.Checked;
|
||||
txtPreGapLength.Enabled = !running;
|
||||
btnAbout.Enabled = !running;
|
||||
btnSettings.Enabled = !running;
|
||||
btnFilenameCorrector.Enabled = !running;
|
||||
|
||||
Reference in New Issue
Block a user