Release Arnold - A modern Kodi web interface - 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: Release Arnold - A modern Kodi web interface (/showthread.php?tid=304815) |
Arnold - A modern Kodi web interface - HusKy_ - 2017-01-24 Hey guys, my first post here. Let me introduce you to Arnold - A modern Kodi web interface. Arnold is a general purpose web interface for Kodi which supports multiple transport layers - WebSockets and AJAX. To make everything speedy, Arnold uses local database for offline caching and instant library loading. It can run both as a Kodi addon but also as a standalone web application. For its UI, I have chosen Semantic UI which provides clean and modern look. Features
Live Demo The demo is available at https://scholtzm.github.io/arnold/ ( This demo uses static data and does not connect to live Kodi instance. ) Screenshots These were taken from the live demo. Download Download the latest release from releases section. Installation instructions can be found in the README. Links GitHub Repository Issue Tracker RE: Arnold - A modern Kodi web interface - tuxfuxch - 2017-01-25 looks very nice for a first version (just checked on demo (btw also very nice idea)). * does "hotkey" work? if not but you consider adding it, here the once from kodi: http://kodi.wiki/view/keyboard_controls. i thing it's very useful. * it is not very responsive. i have seen the setting how many entries per row, but responsiveness would be better. if you don't know it, flexbox (a "css technique") is a great way of doing it. * also browsing addon would be quite nice to have in a future version. (i use a lot of radio stations from addons, as many do) * in my own webinterface i added also functionality for favorites. i love that and use it often. (especially with radio stations and video podcasts (both over addons)) for an early version very promising! looks also great. looking forward for more. RE: Arnold - A modern Kodi web interface - aur0n - 2017-01-28 Looks nice, would be handy to be able to sort the results by date added, rate, etc. RE: Arnold - A modern Kodi web interface - Caesium - 2017-01-28 Looks great. Nice choice with Semantic UI, also my CSS framework of choice Any plans to add PVR functionality? RE: Arnold - A modern Kodi web interface - HusKy_ - 2017-02-15 Hey guys, sorry for super late reply. I started this UI a while ago when the default web interface sucked and I wanted to try a new tech stack. Couple weeks ago, I finally updated Kodi to v17 which also contains Chorus2. I have to say, Chorus is pretty great and I probably won't continue my work on this web interface. If I ever have some spare time, I'll most likely contribute to Chorus to make it even better than it is now. |