Hey Jesse

 

Thanks for submitting the pull request for your webinterface.

Here are a few general things that you need to change (see also
<http://wiki.xbmc.org/index.php?title=Official_Add-on_Repository_Guidelines>
http://wiki.xbmc.org/index.php?title=Official_Add-on_Repository_Guidelines):

.          You need to add a license file to your webinterface containing
the license you chose

.         The addon logo must not contain any transparency (see also
<http://wiki.xbmc.org/index.php?title=Add-ons_for_XBMC_(Developement)#Guidli
nes_for_images>
http://wiki.xbmc.org/index.php?title=Add-ons_for_XBMC_(Developement)#Guidlin
es_for_images )

.          have an empty README file in your repository. Either remove it or
add some useful content

 

Now concerning the webinterface itself:

.         When using it with Eden-pre I don't see anything apart from
placeholders. No matter what I do (type something in the search field or
click one of the placeholders) I can't get any real information. Furthermore
I get the following javascript error in firebug everytime I click something:
"selectedSubNode is undefined" in type-xbmc.js line 495

.         When using it with Dharma I can browse movies, tv shows and albums
without any problem and start playback of items. The only unexpected
behaviour I found was that starting a song does only queue that single song
and not the whole album so Skip Next doesn't work because there is only one
song in the playlist.

.          I took a glance at your code and there are a few things that
won't work for Eden-pre. JSON-RPC has changed a lot since Dharma and you
won't be able to use the same methods to get your webinterface working in
Dharma and in Eden. One example is XBMC.Play which appears throughout your
code but doesn't exists anymore in Eden-pre (it was replaced by Player.Open)

 

So if you can fix up the general things I mentioned first your webinterface
could be added to the official dharma repo but if you want it to get added
for Eden (which would be very welcome) you will have to create a separate
branch for that work and fix the JSON-RPC calls. An API overview for
Eden-pre can be found at
<http://wiki.xbmc.org/index.php?title=JSON-RPC_API/v3>
http://wiki.xbmc.org/index.php?title=JSON-RPC_API/v3 and at
<http://wiki.xbmc.org/index.php?title=Eden_API_Changes#JSON-RPC>
http://wiki.xbmc.org/index.php?title=Eden_API_Changes#JSON-RPC you can find
an (incomplete) list of changes to JSON-RPC since Dharma.

 

 

Von: Jesse Foltz [mailto:[email protected]] 
Gesendet: Samstag, 19. November 2011 00:27
An: [email protected]
Betreff: [Xbmc-addons] [Git Pull] Home Row - XBMC Web Interface

 

*addon -   webinterface.home-row
*version - 0.1.0
*url - git://github.com/soljin/Home-Row-XBMC.git
*revision - 73c77244ec
*branch - master
*xbmc version - dharma, eden-pre 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to