[Web Interface Addon] XBMC Control Web Page - an open source development project

  Thread Rating:
  • 3 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
VELPO Offline
Junior Member
Posts: 14
Joined: Jan 2012
Reputation: 0
Post: #211
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.
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #212
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.

I am an expert at acting like an expert ---- WC Fields.

XBMC Web Control Interface - http://code.google.com/p/xbmcontrol-web/
find quote
VELPO Offline
Junior Member
Posts: 14
Joined: Jan 2012
Reputation: 0
Post: #213
Amazing!
find quote
Ara1 Offline
Member
Posts: 65
Joined: Oct 2010
Reputation: 0
Post: #214
one quick Question: is it possible to move songs around in the playlist?
find quote
wmnone Offline
Junior Member
Posts: 2
Joined: Nov 2011
Reputation: 0
Post: #215
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



In addition, I do not use XBMC libraries, I just use it as an interface to play media from my network shares. Therefore, the ability to browse files is great! However, it's difficult to know how to actually add them to the playlist, it's not as simple as clicking them; it just appends a new file in the list called "eg123.mp3Not folder". Therefore, for other users:

To add files from 'Files' list to playlist:
  1. Browse to file or folder that you want to add to playlist
  2. Drag and drop file or folder into playlist window on right of screen

Thanks for the clarifications.
Love to see that you are using B-Drive (:
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #216
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.

I am an expert at acting like an expert ---- WC Fields.

XBMC Web Control Interface - http://code.google.com/p/xbmcontrol-web/
find quote
Mizaki Offline
Fan
Posts: 664
Joined: Apr 2011
Reputation: 12
Post: #217
http://wiki.xbmc.org/index.php?title=JSO...ylist.Swap Smile

[Image: watched-clearlogo.jpg]
AWXi - Ajax web interface. Wiki
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #218
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 Wink )

I am an expert at acting like an expert ---- WC Fields.

XBMC Web Control Interface - http://code.google.com/p/xbmcontrol-web/
find quote
Ara1 Offline
Member
Posts: 65
Joined: Oct 2010
Reputation: 0
Post: #219
Thanks a lot for looking into this Smile
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 Wink
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #220
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.

I am an expert at acting like an expert ---- WC Fields.

XBMC Web Control Interface - http://code.google.com/p/xbmcontrol-web/
find quote
Post Reply