Hello
I can't find what I think would be called 'sidelist_remove' in VDJscript.
It is available and works if using mouse rightclick, but I wanted to map it to a button at my controller.
Pretty hard to map a function that isn't defined...
I use the sidelist a lot for requests that does't fit right now.
It would be great to have this fixed in the next release.
Regards,
I can't find what I think would be called 'sidelist_remove' in VDJscript.
It is available and works if using mouse rightclick, but I wanted to map it to a button at my controller.
Pretty hard to map a function that isn't defined...
I use the sidelist a lot for requests that does't fit right now.
It would be great to have this fixed in the next release.
Regards,
Mensajes Wed 23 May 12 @ 4:50 pm
you can use "sidelist_load_and_remove" it will load the selected deck "in pfl" or you can specify a deck to load eg "deck 3 sidelist_load_and_remove"... if you use a controller with a load button you could use something like
holding ? browser_window "sidelist" : browser_window "songs" : browser_window "sidelist" : browser_window "sidelist" ? sidelist_load_and_remove & browser_window "songs" : load
what it does is to put the focus on the sidelist you hold the load button for half a second then you can scroll the sidelist and if you press the load button it will load and remove the song from the sidelist, it will also put the focus back on the songs part of the browser when you load the song. If you don't wish to load a track from the sidelist when the focus is on it you can hold the button for another half second to put the focus back on the songs.
holding ? browser_window "sidelist" : browser_window "songs" : browser_window "sidelist" : browser_window "sidelist" ? sidelist_load_and_remove & browser_window "songs" : load
what it does is to put the focus on the sidelist you hold the load button for half a second then you can scroll the sidelist and if you press the load button it will load and remove the song from the sidelist, it will also put the focus back on the songs part of the browser when you load the song. If you don't wish to load a track from the sidelist when the focus is on it you can hold the button for another half second to put the focus back on the songs.
Mensajes Wed 23 May 12 @ 5:18 pm
Hello
Unfortunately there is more problems.
sidelist_load_and_remove only loads THE FIRST song in sidelist.
I already use a switching button between browser and sidelist, and then load with the LOAD button at each deck.
The thing is that I have to clear the sidelist manually.
I might be a strange DJ, but I use to have like 10-15 requests and own "maybe play"-songs here.
For the playlist, there is an option "Auto remove played". This would have worked for the sidelist too.
Thanks for your idea anyway.
Unfortunately there is more problems.
sidelist_load_and_remove only loads THE FIRST song in sidelist.
I already use a switching button between browser and sidelist, and then load with the LOAD button at each deck.
The thing is that I have to clear the sidelist manually.
I might be a strange DJ, but I use to have like 10-15 requests and own "maybe play"-songs here.
For the playlist, there is an option "Auto remove played". This would have worked for the sidelist too.
Thanks for your idea anyway.
Mensajes Fri 25 May 12 @ 4:42 am
SIDELIST remove already played tracks script:
switch_sidelist_playlist & playlist_remove_played & switch_sidelist_playlist
I even put this command on most of my skins!
switch_sidelist_playlist & playlist_remove_played & switch_sidelist_playlist
I even put this command on most of my skins!
Mensajes Fri 25 May 12 @ 4:49 am