快速登录:  

Forum: General Discussion

话题: Mark a song as played with custom button?
bibi-bPRO InfinityMember since 2022
Hi there,

I would like to mark a loaded song as played by holding a custom bottom. And, if the song is already marked as played, I like to switch it back to unplayed.
Can someone help with the script, as I only knew of "not_played" but not the other way around.

Thanks


 

发表时间 Fri 28 Apr 23 @ 6:51 pm
locoDogPRO InfinityModeratorMember since 2013
browsed_song "Already Played" 0
browsed_song "Already Played" 1
 

发表时间 Fri 28 Apr 23 @ 7:19 pm
bibi-bPRO InfinityMember since 2022
Thanks!
 

发表时间 Sat 29 Apr 23 @ 6:38 am
How can this be applied for a song loaded on a deck?
In a skin I want to control "visibility" of elements based on the "already played" status of a song loaded in that deck.

How would a snippet look like?
 

发表时间 Tue 25 Jul 23 @ 10:57 am
locoDogPRO InfinityModeratorMember since 2013
like above but
get_loaded_song...
instead of
browsed_song...
 

发表时间 Tue 25 Jul 23 @ 11:06 am
Checked that out but it did not work.
Entered this as name in the Pads Editor:

Test: `get_loaded_song 'Already Played' ? get_text 'yes' : get_text 'no'`


But this returns Test: no. No matter if the loaded song is played or not.

Using
Test: `get_browsed_song 'Already Played' ? get_text 'yes' : get_text 'no'`

is working fine for the browser selected song.
 

发表时间 Tue 25 Jul 23 @ 11:51 am
locoDogPRO InfinityModeratorMember since 2013
with param_equal
`get_loaded_song 'Already Played' & param_equal 1 ? get_text 'yes' : get_text 'no'`
 

发表时间 Tue 25 Jul 23 @ 12:47 pm
Thank you so much.
This is working perfectly fine 👍
 

发表时间 Tue 25 Jul 23 @ 3:45 pm
hi can you help i use virtual dj 7 and i would like to select 20 track and mark the as played
now i can unmark or remove the flag after is played but i can not mark it as played can you help please
 

发表时间 Fri 26 Jul 24 @ 7:24 pm
locoDogPRO InfinityModeratorMember since 2013
I honestly can't remember if you can do that with v7, it has been 10 years since I used v7.
 

发表时间 Fri 26 Jul 24 @ 7:36 pm
THANKS for replying
i have virtual dj 8 infinity
but dj live feed back do not work like virtual dj 7
is the reason i still use virtual dj 7
i have a large librey
and with livefeedback i have manege to create a way of play

i pley in key rotation
i dont beat mach

sound crazy but i can lisent to more music this wat
i give you some of my rotation key

01 a
06 a
03 a
08 a
05 a
02 a
07 a
04 a
09 a
06 a
11 a
08 a
05 a
10 a
07 a
04 a
 

发表时间 Fri 26 Jul 24 @ 8:11 pm
if you coud help me to inser a comad marck as playe for virtual dj
i will apresiate the programe crash after 10 days os me playing
if i can mark the tunes i have played till the crash i willbe avalibe to create more set without repetition
please let me know
playing in the way i play can open more creativity for music to lisent to it
 

发表时间 Fri 26 Jul 24 @ 8:16 pm


hi this is the skin i use
i coud pay for the job
if is need it
i realy want this comand
i have bean serging
for the last two yeard
i trying to do it my self but i dont indesten codin
i know it is posible for a person who andesten coding
hop you can help
henry vina
 

发表时间 Sat 27 Jul 24 @ 3:48 pm
cue rmx by cioce (1366x768)

this is the name
 

发表时间 Sat 27 Jul 24 @ 3:50 pm
user23005977 wrote :
hi can you help i use virtual dj 7 and i would like to select 20 track and mark the as played
now i can unmark or remove the flag after is played but i can not mark it as played can you help please

You can mark files as unplayed while you are in HISTORY.
So, if you are looking at current day's history file, you can select tracks and mark them as unplayed.

That's the only place and only way I remember you can do it in VirtualDJ 7
 

发表时间 Sun 28 Jul 24 @ 5:27 pm
thanks i know this
i would like to mark them as played
so lifefeedback can give me new choice
 

发表时间 Sun 28 Jul 24 @ 8:41 pm