Kodi Community Forum
WebServer HTTP API (HttpApi): for PocketPC and Web-client Remote Control Apps - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: WebServer HTTP API (HttpApi): for PocketPC and Web-client Remote Control Apps (/showthread.php?tid=8760)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


- nad - 2008-04-11

The thumbnails you are getting are just the default ones for movie (timeboard image) and audio (speakers image) files. If the regular xbmc interface displays the images you want then the thumbnail being returned to your browser should also be correct. From your description it sounds as if you don't have the thumbnails set up.


- Niroth - 2008-04-12

I would agree. Perhaps the thumbnails aren't setup. But it's not the images that I am wanting to get displayed, its the song titles. I want to do basicaly what Trex has done, take the 7 or 8 lines of results from the getcurrentlyplying command, and just display one element of it, ie. the song name.


XBMC-M SourceForge - KevMoore123 - 2008-06-03

Hi Guys,

The source for my app (XBMC-M) is now availabe on sourceforge,

https://sourceforge.net/project/showfiles.php?group_id=212319

For those guys who are interested. Please feel free to use/abuse it. If you want to be a contributor let me know and I will add you as a user on SVN for the sourceforge repository.

Cheers

Kev


- taoizt - 2008-06-04

I think there are great initiatives to build nice web clients for PocketPC's, but what about the normal PC's ? I have used the XBMC Control, and the Ajax Webinterface, but sadly, as promising as they are, both are far from finished and polished. Is there any application that I'm missing that is ready or almost ready and has a somewhat finished look?


- jeepcook - 2008-06-17

NeoMorph Wrote:Nad, as I've said before... you rock! Gonna try out the GetMusicLabel command out in a bit but it sounds like it will let me know whether to enable the recording button correctly.


FYI, my current panel is now looking like this (click on image to get a full sized one)...


Image
The big red and blue buttons at the top left are just placeholders for testing stuff. The reason the buttons are so big is that it's a touchscreen layout.

I just have a few logic glitches to work through and then add some updated graphics for the covers display, artist bio display and web lookup display to do and then version 1 will be ready for release to NetRemote/Girder users.

Hello,

Is there news about a version of this beautiful interface ?

Thanks


- taoizt - 2008-06-17

Yes Yes, I absolutely agree! This really looks great, but is there any development in it?


- MarsianMan - 2009-05-09

I have been trying to use the default web interface and now the ajax version someone wrote but I find them woefully lacking. Is there any reason an interface can not be developed to allow browsing the Library instead of the file structure?

I find it really annoying to play albums because the normal interfaces add them to the playlist by name and this is not the order of the album. As an alternative is there a way (preferrably in linux) to create automatically generate playlists for folders (each compilation is in a different folder)?

Do the desktop versions also have the webserver (I use the xbox version right now, but testing a new web interface would be easier if I used a desktop version).