i'm not actaully showing the playlist on screen, i just want it so that when the stop button is pressed VLC resets the playlist to item 1 rather than just the beginning of the current playlist item. is this possible?
i could work around it if i could have more than one control action from a button - is there syntax for this? i tried this but it vlc just refused to load the skin:
Code: Select all
<Button x="35" y="260" up="stop_up" down="stop_down" over="stop_up" action="vlc.stop()" action="playlist.previous()" tooltiptext="Stop"/>
thanks in advance,
mark.[/code]