Quote: Originally Posted by
MrTrunks 
can someone tell me how to remove a song from the current playlist using lsx3.2?
I can't seem to figure out how to remove individual items only add them or clear entire list.
Thanks
You cant.
If you just want to prune a list but not actually delete the song, you cant do this in the skin.
BUT... If you actually want to DELETE the song that is playing then just click and hold the "Delete Track" button.
This button will either immediately delete (GONE FOREVER) the currently playing song or it will send it to the recycle bin.
To configure witch action it will do, edit the file
delete.ini found inside of the
"deletecurrent" folder.
By default the
action=recycle, to delete forever without sending the file to the recycle bin, change it to
action=delete
what you want to do isnt a bad idea, so ill look into adding this feature. If i weren't actually in the middle of uploading an updated release, id add it now.
But since its so easy to add, just follow these steps to enable it.
open audio_player.skin in notepad or any other text editor or use rrskineditor.
find this line
B01,715,298,86,62,"",@DELETE_CURRENT@
and replace it with this line
B01,715,298,86,62,"MINUS1",@DELETE_CURRENT@
so now after doing that, when you click the delete track button, it will just remove the item from the playlist and nothing else. Click and hold the same button if you want to physicaly delete the track from your hard drive.
ill prob upload an updated audio_player.skin file with the above changes for those that dont want to dig around in the .skin file.