jez500 / chorus

A Web UI for XBMC, focused on user experience and music. Get the latest version here: https://github.com/xbmc/chorus2
357 stars 54 forks source link

Moving tracks up and down the playlist has no effect on the XBMC playlist #4

Closed kopf closed 10 years ago

kopf commented 10 years ago

The order of tracks can be changed in the chorus interface, by clicking and dragging up and down. This, however, has no effect on the actual playlist being played by xbmc.

jez500 commented 10 years ago

I can't replicate this, are you reordering things in the playlist on the right or is it a saved custom playlist? The only issue I have had is if I try to move the item that is playing, I don't think it likes that. The way the playlist is reordered, the moved item is cloned then inserted in the new position with the old one being destroyed. So moving the playing item results in it being destroyed during playback. It didn't break anything but it didn't save the new position either.

All that being said, I have just done a monster update, with a lot of work on the playlists so you might find it fixed with the latest version.

jez500 commented 10 years ago

I was able to reproduce this and fixed as of v0.2.8

kopf commented 10 years ago

Thanks!