It doesn't work : i put this in :
NBSidebar1 = (tabpos=left90,typesubmenu='PC') \
VBQueueList \
VBPlayList
VBQueueList = (tabtitle=_"Queue") \
EditListButtons(group=2,small=1,relief=none) \
MBQueueList = LSortItem(label="Sort",group=2) \
_QueueList(cols="queuenumber titleaa",colwidth="queuenumber 20",sort="path album:i disc track file",songtree=1,group=2)
VBPlayList = (tabtitle=_"Playlist") \
_SongList(cols="playandqueue titleaa",colwidth="queuenumber 20",sort="path album:i disc track file",mode=playlist,group=1,follow=1)
And I just see "sort" without no effect under the queue buttons.
Same think with :
NBSidebar1 = (tabpos=left90,typesubmenu='PC') \
VBQueueList \
VBPlayList
VBQueueList = (tabtitle=_"Queue") \
EditListButtons(group=2,small=1,relief=none) MBQueueList = LSortItem(label="Sort",group=2) \
_QueueList(cols="queuenumber titleaa",colwidth="queuenumber 20",sort="path album:i disc track file",songtree=1,group=2)
VBPlayList = (tabtitle=_"Playlist") \
_SongList(cols="playandqueue titleaa",colwidth="queuenumber 20",sort="path album:i disc track file",mode=playlist,group=1,follow=1)
I just want to see a button after the queue buttons existing yet on the queue tab on the right area to be able to suffle the queue.