Kodi Community Forum
[Web Interface Addon] XBMC Control Web Page - an open source development project - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (https://forum.kodi.tv/forumdisplay.php?fid=156)
+---- Thread: [Web Interface Addon] XBMC Control Web Page - an open source development project (/showthread.php?tid=51596)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - VELPO - 2012-03-28

I don't know what the deal is. I have about 20 playlists in that folder; m3u, wpl, asx - and only 1 shows up via XBMControl.


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2012-03-30

VELPO: I think I see the problem with only one playlist showing. Code bug on my part, will have a fix soon.

Cheers,
Kabooga


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - VELPO - 2012-03-31

Good news, I ran out of options to try!


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2012-04-18

Newest version webinterface.xrc-0.0.C.zip can be loaded at.
http://code.google.com/p/xbmcontrol-web/downloads/list

Changes:
'Load Playlist' Button will see more than one playlist.

Sorry for the long wait. Cheers.


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - VELPO - 2012-04-18

+downloading.

Yesssssssss! There they are!

Thank you.


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - avaholic - 2012-08-05

Hello,

Just starting out with XBMC...

Unfortunately, I have not organized my library properly and would love to use your tool.

I downloaded it, installed it as a zip, and changed the XBMC network settings to allow for web control.

However, when I browse to the web URL I receive:

The connection was reset.
The connection to the server was reset while the page was loading.

Tried changing port 80 to 8080 with same results.

I thought perhaps I needed IIS so I added that feature and obviously see the undefined IIS 7 page but no XBMC Control. I've removed IIS.

Any ideas?

WIndows 7 64
Tried IE 9, FF 13.0
eden

Thanks,

Chris


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2012-08-05

Hi Chris,

I am assuming you are running the 'Eden' version of XBMC.

There are a few things I do after loading the addon from a zip file.
From System->Network->Services
1) Make sure 'Allow Control of XBMC via HTTP' is enabled.
2) Port is set to 8080.
3) Web interface shows 'XBMControl Web' selected. (This is three lines down from the Port setting).

To verify it is working I start up a browser on the machine running XBMC, clear the browsers cache (this is important), and go to page "http://localhost:8080". The page should start up correctly.

Hope this helps,

Cheers.
Kabooga



RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - marvin1985 - 2012-08-06

Would it be possible to add *all-artists* to the top of the artist list, so that you can see a list of all your albums on the right and all songs on the bottom list? That way you can find a certain album or song without knowing the artist. That would be a fantastic addition Smile


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2012-08-14

I am currently working on getting this Web Interface working with the upcoming Frodo version. The interface will look the same, but the code is greatly changed to handle the newest framework from Sencha.

I'll add the 'All' artists in this update. Please note that if you select 'All' artists then every song in the library will be retrieved and put into the list. On smaller libraries this is acceptable, but on large libraries you may hang-ups or long refresh times on the interface.

Regards,

Kabooga.


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - marvin1985 - 2012-08-19

I would suggest that when you click on "all artists" only the albums appear on the right side. Then, on top of the album list there could be an "all albums" option to load all the songs. I think most of the time you would only need to see the albums, which should load pretty fast.


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2012-08-23

I like that suggestion. It will be integrated into the next release I am working on for Frodo.

Thank you for the input.


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - piipes - 2012-10-09

Hello.

Does interface work with latest nightlies?

I only get update playlist tree failure.

http://japesone.kapsi.fi/gallery/Images/kavija_kuvat/update%20playlist%20tree%20failure.JPG



RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2012-11-05

The latest nightlies are for the upcomming Frodo release. There have been changes to the JSON API that are needing to be integrated into my Addon.

I will have a working version later this week.

Cheers,
Kabooga


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2012-11-24

I finally have the newest version of XBMControl posted. This version works with the Frodo release of XBMC. It will not work with the Eden release.

Newest version webinterface.xrc-1.0.0.zip can be loaded at.
http://code.google.com/p/xbmcontrol-web/downloads/list

This release is a rewrite of the existing add-on. Between the JSON API changes and incorporating the newest Javascript framework from Sencha it was easier to basically start from scratch. The look and feel should be very familiar to existing users, but the underlying workings are different.

The only part not currently functional is the virtual remote control. This will be functional soon. I want to use updated graphics for this and have not gotten around to it.


RE: [Web Interface Addon] XBMC Control Web Page - an open source development project - XFlak - 2012-12-09

Thanks for this, I can't wait for your next update with remote support!