Hello,
The reason i've just switched from Serato is being able to sort songs by "last play/first play".
As i'm new to VDJ i played with a couple songs to set things and train. But i don't want the songs to appear as "last play" as i did not play them during a gig.
So how to reset the songs to "never played" or remove them from the last played song ? I might need to set cues and grid for new songs, and i don't want them to be marked as played, as i did not really play them,
Thank you
The reason i've just switched from Serato is being able to sort songs by "last play/first play".
As i'm new to VDJ i played with a couple songs to set things and train. But i don't want the songs to appear as "last play" as i did not play them during a gig.
So how to reset the songs to "never played" or remove them from the last played song ? I might need to set cues and grid for new songs, and i don't want them to be marked as played, as i did not really play them,
Thank you
Posted 3 days ago @ 7:44 am
setting writeHistory
for practice sessions you could turn that off
or to mark a track
you could do this
browsed_song 'lastplay' '2000/01/01 00:00'
browsed_song 'playcount' 0
for practice sessions you could turn that off
or to mark a track
you could do this
browsed_song 'lastplay' '2000/01/01 00:00'
browsed_song 'playcount' 0
Posted 3 days ago @ 8:09 am
Hello, and thank you for your resonse.
I’m new to Virtual DJ so i have no idea how to do this…
I’m new to Virtual DJ so i have no idea how to do this…
Posted 2 days ago @ 1:02 pm
sure the first is a setting, just go into options and type "write"
the second you want to use a custom_button
https://www.virtualdj.com/manuals/virtualdj/interface/decks/decksadvanced/custombuttons.html
these two will effect the track pointed at in the browser.
browsed_song 'lastplay' '2000/01/01 00:00'
browsed_song 'playcount' 0
these two will effect the track loaded on deck.
loaded_song 'lastplay' '2000/01/01 00:00'
loaded_song 'playcount' 0
the second you want to use a custom_button
https://www.virtualdj.com/manuals/virtualdj/interface/decks/decksadvanced/custombuttons.html
these two will effect the track pointed at in the browser.
browsed_song 'lastplay' '2000/01/01 00:00'
browsed_song 'playcount' 0
these two will effect the track loaded on deck.
loaded_song 'lastplay' '2000/01/01 00:00'
loaded_song 'playcount' 0
Posted 2 days ago @ 1:34 pm
I'm still confused.
"sure the first is a setting, just go into options and type "write""
I've just typed "write". That's it for the first step ? I don't change any setting or parameter ?
"sure the first is a setting, just go into options and type "write""
I've just typed "write". That's it for the first step ? I don't change any setting or parameter ?
Posted 14 hours ago
oui - it will write history /last played
non - it won't.
non - it won't.
Posted 13 hours ago
Alright i get it. I was confused by the code lines.
Now is it me or no Custom button can be used for this action ?
Now is it me or no Custom button can be used for this action ?
Posted 3 hours ago
Just enter
The button will switch writeHistory on/off and change the button colour too.
setting "writeHistory"to the Action: area
The button will switch writeHistory on/off and change the button colour too.
Posted 3 hours ago





