Is there a batch way to copy the key to the comment field?. This is for the numerous WAV files I have where the key can't be written to that field.
Posté Mon 03 Apr 23 @ 3:25 pm
repeat_start keytocomm ? on & repeat_stop keytocomm : repeat_start keytocomm 50ms &
browsed_song 'comment' `get_browsed_song 'key'` &
browser_scroll +1 &
browser_scroll 'bottom' ?
browsed_song 'comment' `get_browsed_song 'key'` &
repeat_stop keytocomm :
nothing
- set the option "setTagsAuto" to yes (VirtualDJ Options)
- copy this code to an custom button
- open the folder and click the first title
- then start the repeat script
- test with a small file count
Posté Mon 03 Apr 23 @ 3:51 pm
just to note that will overwrite current comment.
There is the ability to append with different script.
There is the ability to append with different script.
Posté Mon 03 Apr 23 @ 4:07 pm
Wow, that was quick and thank you DennYo Beats, works perfectly. That's OK with me locodog.
Posté Mon 03 Apr 23 @ 4:14 pm