[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
blacklist Offline
Posting Freak
Posts: 814
Joined: Jul 2009
Reputation: 1
Location: Atlanta, Ga, USA
Post: #61
Loving this interface - great job!

For some reason neither my video or music databases are ever populated?
Am I missing something, or is this a feature still in progress?
find quote
Kieron Offline
Senior Member
Posts: 151
Joined: Aug 2009
Reputation: 0
Post: #62
Kabooga, this is looking good mate. Keep up the good work.
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #63
The music and video databases are not getting filled in because one of the API calls (in a sequence of API calls) is failing. What I am seeing is that I made the API command timeout too low for most people. I will be releasing a version later today that will extend the command timeout, this will 'mostly' address the issue. In a later release I will put in 'retries' for failed API commands to fully address this issue.

Thanks for the feedback.
find quote
blacklist Offline
Posting Freak
Posts: 814
Joined: Jul 2009
Reputation: 1
Location: Atlanta, Ga, USA
Post: #64
Kabooga Wrote:The music and video databases are not getting filled in because one of the API calls (in a sequence of API calls) is failing. What I am seeing is that I made the API command timeout too low for most people. I will be releasing a version later today that will extend the command timeout, this will 'mostly' address the issue. In a later release I will put in 'retries' for failed API commands to fully address this issue.

Thanks for the feedback.

Awesome!

With 1000+ movies, 6000+ TV episodes, and 25000+ songs I suspected this was the problem. If you need someone to test out with a large collection drop me a line and I'd be glad to troubleshoot for you.
find quote
Connor32 Offline
Junior Member
Posts: 16
Joined: Feb 2009
Reputation: 0
Post: #65
Version 1.15 seems to work under Linux.

No luck with version 1.20.
find quote
DaveHope Offline
Junior Member
Posts: 31
Joined: Apr 2009
Reputation: 0
Post: #66
Connor32 Wrote:No luck with version 1.20.

Works for me.

To those who asked for a screenshot, here you go!

[Image: xbmccontrol.jpg]

Only annoyance so far is that artists don't seem to be sorted alphabetically Sad

Keep up the great work!

Edit:
Another minor request, could you change to to sort by Album Artist rather than Artist? or give an option to change it ? Smile
(This post was last modified: 2009-09-26 16:26 by DaveHope.)
find quote
rudeboyx Offline
Fan
Posts: 747
Joined: Dec 2007
Reputation: 0
Location: Burnley, UK
Post: #67
same problem here with the slow loading and failure to load lists with v1.20

v1.15 works a treat.

except in both versions it fails to show any cover art. im using iexplorer 7.


displaying artists and albums in alphabetical order would be nice to.
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #68
Hi All,

Sorry for the long lag time to get back on XBMControl Web. Getting RIF'ed and having to find a new job took me away from my projects for a little while.
Uploaded XBMControl Web v1.25 to the code project http://code.google.com/p/xbmcontrol-web/.

Changes:
Changed the timeouts to handle long API commands better.
Also re-introduced the 'Clear Playlist' button.

I'll work on getting the Library listings to display alphabetically for the next release.

rudyboyx, I'm still trying to resolve the image problems with IE7. Both Firefox and Safari don't have this problem.

Enjoy,
Kabooga
find quote
darkscout Offline
Posting Freak
Posts: 2,148
Joined: Jul 2008
Reputation: 12
Post: #69
Small error with capitalization.

Just grabbing http://ip:port/XBMControl_Web/ gives an error. It looks like it's trying to get default.asp. If I get Default.asp directly, all is good.

/XBMC on Debian
find quote
Kabooga Offline
Senior Member
Posts: 193
Joined: Feb 2009
Reputation: 0
Location: Silicon Valley, CA
Post: #70
darkscout, thanks for the heads up. I'll rename Default.asp to default.asp in the next release.

I'm glad this works with a Linux distribution (I don't have a Linux box to test on).

Enjoy,
Kabooga
find quote
Post Reply