Greetings, is there a simple way to batch delete all cue points?
发表时间 Mon 03 Jul 17 @ 4:44 pm
On a single track, or the entire database ?
发表时间 Mon 03 Jul 17 @ 9:32 pm
For individual tracks a button scripted to
delete_cue 1 & delete_cue 2 & delete_cue 3. etc
this will clear the cues.
For groups of tracks you need to set up a repeat start script that loads a track waits a second deletes the cues then loads the next track and does the same again.
So you're best making a playlist of the group you want to clear the cues.
For database wide cue clearing it may be easier to work on the database xml at text editor level, with find and replace.
delete_cue 1 & delete_cue 2 & delete_cue 3. etc
this will clear the cues.
For groups of tracks you need to set up a repeat start script that loads a track waits a second deletes the cues then loads the next track and does the same again.
So you're best making a playlist of the group you want to clear the cues.
For database wide cue clearing it may be easier to work on the database xml at text editor level, with find and replace.
发表时间 Tue 04 Jul 17 @ 2:35 pm
Is there a way to edit the database file to wipe all the cue points? I don't see an obvious option.
发表时间 Wed 04 Oct 17 @ 12:12 am
Yes, you can edit the database file directly with an XML editor or a similar app.
You will need to work with RegEx commands though and this may be a little tricky... If you don't know anything about RegEx then a little studying and trying out may be involved.
Personally instead of an XML editor I would recommend to use Notepad++ (Open source text editor / Windows only)
发表时间 Wed 04 Oct 17 @ 10:56 am