Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Unload to SideList

This topic is old and might contain outdated or incorrect information.

GianVJPRO InfinityMember since 2012
Hello,
is there an action to Unload a track from deck and "park" it to SideList ?

Thank You in advance for attention.
 

Posted Mon 27 Jul 15 @ 5:37 am
unload & sidelist_add
 

Posted Mon 27 Jul 15 @ 6:33 am
GianVJPRO InfinityMember since 2012
kradcliffe wrote :
unload & sidelist_add


This sequences of action unload the song from deck, but add to sidelist the focused song on browser and not the song actually loaded on deck.

 

Posted Mon 27 Jul 15 @ 9:32 am
djdadPRO InfinityDevelopment ManagerMember since 2005
A workaround...
search "`get_filepath`" & browser_window 'songs' & browser_scroll 'top' & sidelist_add & search ""
keep in mind that the above will work for the selected deck, so you may need to add deck x in front of the get_browsed_filepath action if you need the action to work on a specific deck.
filepath is quite safe to query/search and get the track that is loaded and just that.

Assuming that you need this for a skin (or else you are posting in the wwrong forum), you will probably need to replace quote and double-quote as following..

search "`get_filepath`" & browser_window 'songs' & browser_scroll 'top' & sidelist_add & search ""
 

Posted Mon 27 Jul 15 @ 10:56 am
GianVJPRO InfinityMember since 2012
I need it for XML code skin.
The above workaround I think it search, in the browser, the song loaded in the deck and add it to sidelist... but it change the browser contents and in some situation it does not accomplish my needed.

The scenario to satisfy my need is:
- Load a song in a deck for next mix
- Meanwhile someone request me another song
- Search it on a browser, to check if I had the requested song
- Found it: the browser it's now focused to requested song
- I need to park the initial loaded song (without search it again), to load from the browser the requested song

Thank You anyway for support.
 

Posted Mon 27 Jul 15 @ 1:16 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
what you ask is not possible. I just offered you a workaround.
You may ask this feature in the wishes forum.
 

Posted Mon 27 Jul 15 @ 2:56 pm
GianVJPRO InfinityMember since 2012
I asked it in Wishes Skin thread.
Thank You DJDad.
 

Posted Tue 28 Jul 15 @ 3:00 am


(Old topics and forums are automatically closed)