![]() |
|
[Web Interface Addon] XBMC Control Web Page - an open source development project - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Web Interfaces (/forumdisplay.php?fid=156) +---- Thread: [Web Interface Addon] XBMC Control Web Page - an open source development project (/showthread.php?tid=51596) |
- VELPO - 2012-01-10 07:36 Love this add on! Completely changed the way I entertain. I'm constantly downloading music while using this due to requests.. Is there any way to refresh the library with this? If not.. *REQUESTED* Thank you though, absolutely love this. - Kabooga - 2012-01-11 20:07 Thank you for using the addon VELPO. Great suggestion you made. I'll look at adding a button to refresh the library. I'll have something ready in a day or two (that bothersome thing called 'work' gets in the way....) Cheers. - VELPO - 2012-01-13 19:41 Amazing! - Ara1 - 2012-01-17 10:32 one quick Question: is it possible to move songs around in the playlist? - wmnone - 2012-01-17 13:57 Iggy82 Wrote:These instructions need to be included in the ZIP file or somewhere on the Google project page, I've been going mad trying to work out how to install this! (Newbie to XBMC). My additions in red bold text Thanks for the clarifications. Love to see that you are using B-Drive (: - Kabooga - 2012-01-17 22:34 Ara1, currently you can't move entries around in the playlist. I'll check to see if the functionality has been added to the API interface yet. If it has I'll be adding that functionality to the next release. - Mizaki - 2012-01-17 23:05 http://wiki.xbmc.org/index.php?title=JSON-RPC_API/v3#Playlist.Swap
- Kabooga - 2012-01-18 02:52 Thanks for the info Mizaki. Looks like the playlist.swap functionality is really swaping two playlist entries in the playlist. At least when I tried it that is what was happening. To move an entriy I will need to do an playlist.insert and then a playlist.remove to move a playlist entry from one location in the playlist to a different location in that playlist. It would be nice to have a Playlist.Move function (something I've been harping about for a while )
- Ara1 - 2012-01-19 10:16 Thanks a lot for looking into this ![]() I think you could also do it by marking an item with a radio button, providing an up/down button, and then swapping the entry one by one +1/-1. I'm thinking about doing a "jukebox" addon myself, as so far I haven't found a Interface suitable for partys. I'm very inexperienced with programming, so this might take a while
- Kabooga - 2012-01-20 00:47 Newest version webinterface.xrc-0.0.8.zip can be loaded at. http://code.google.com/p/xbmcontrol-web/downloads/list Changes: 1) Added Refresh Library button to the top right of the library panel. 2) Playlist entries can be moved in the playlist by drag-n-drop. Cheers. |