快速登录:  

Forum: VirtualDJ 8.0 Technical Support

话题: Removing songs from automix - Page: 2

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Please bring this feature back. Please. Years, this worked for me with NO problems.
 

发表时间 Sat 16 May 15 @ 7:08 am
locoDogPRO InfinityModeratorMember since 2013
Remove a track from Side/Play list (Button)

Button
deck 5 linein on & deck 5 linein off & deck 5 playlist_load_and_remove & deck 5 unload

This script invents deck 5 by turning line in on & off, once the deck exists it loads the offending track, unloads it and the listing is removed from the list
The track HAS to be in focus, the last thing clicked, otherwise the top of the list gets removed.
These scripts change the selected deck, if you need to keep the selected deck, modify the script with this at the start,
set "$oldFocus" '`get_defaultdeck' & 

And this at the end
 & var_equal "$oldFocus" 1 ? deck 1 select : var_equal "$oldFocus" 2 ? deck 2 select : var_equal "$oldFocus" 3 ? deck 3 select : var_equal "$oldFocus" 4 ? deck 4 select : nothing

If you you use the "saveUnplayedToSidelist" option, this is your base script.
deck 5 linein on & deck 5 linein off & setting "saveUnplayedToSidelist" off & deck 5 sidelist_load_and_remove & deck 5 unload & setting "saveUnplayedToSidelist" on
 

发表时间 Sat 16 May 15 @ 7:40 am


(陈旧帖子或论坛版块会自动关闭)