Release Chorus - A Web UI - 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) +----- Forum: Chorus (https://forum.kodi.tv/forumdisplay.php?fid=269) +----- Thread: Release Chorus - A Web UI (/showthread.php?tid=183451) |
RE: Chorus - A Web UI - dhead - 2014-02-03 @jez500 Wow, Great Work !!! Tested with my headless music client, Amlogic 8726-M6/MX device running XBMC Frodo on latest Linux build by croniccorey. I love the streaming feature which will may replace my CherryMusic installation which is streaming locally to my ChromeBook and also through VPN (Google Music killer). Few suggestions: * Browsing a large library is really awkward, having able to filter by genre is a must have feature. * Including artists that only appears in collections should be optional. Edit: It look like the setting from XBMC is applied. * Take some design notes from Music Pump Remote for Android in regards to: ** Ease of browsing ** Fitting gui to small and large screen. ** Artists info window. ** Playlist that is managed by the app which makes it possible to change the output (between local to remote) and thus enables a continues listening experience (imagine moving from amplified speakers to laptop or smartphone headphones), although if the webgui is access by multiple users one might want to keep the current behaviour (so maybe have this optional via a setting). * Future feature (when enabled in XBMC) would be transcoding audio (must due to bandwidth caps when streaming through mobile networks). * Keyboard shortcuts (same as XBMC, like Space as Play/Pause and etc...). * More app like experience in general like asking for confirmation for tab closing when audio is played locally), custom context menu (example Dropbox website) with actions (like Equeue, Equeue After Current, Play Now ...). * Downloading current playlist would be great (nice feature of CherryMusic, doesn't have to be a saved playlist). * Controling pvr radio would be very useful as I got a nice list of online radio station set as pvr radio with IPTVSimple. RE: Chorus - A Web UI - dhead - 2014-02-05 I noticed that on my tablet and Chromebook scrolling is noticeably slower than my laptop, I'm guessing that the images are not resized. Anyway pretty amazing addon I hope this would be advanced even more . RE: Chorus - A Web UI - elbalanetuser - 2014-02-07 Excellent work!!! This web interface is awesome! Thanks! RE: Chorus - A Web UI - disrupted - 2014-02-07 This web interface looks absolutely beautiful and is much superior compared to the default one. Fantastic job! RE: Chorus - A Web UI - szann - 2014-02-08 Sorry for the noob question but if I download the zip it gives me version 0.1 although the github overview shows 0.21. When I connect the 0.1 it is stuck in the loading screen as other people already experienced. Like to try 0.21 to see if this is remedied. The screens of the UI looks kick-ass! RE: Chorus - A Web UI - jez500 - 2014-02-23 Hi all, Just pushed a rather large update to chorus, loads of bug fixes, refactoring, styles and most notably... Movie support! So update today For those having issues getting up and running, do not clone the project into addons. Instead, extract the contents of the webinterface.chorus.zip into addons (removing any old versions first). @ezechiel1917 - To be honest, FLAC support is pretty low on the priority list for me @dhead - Thanks for the suggestions, I have added them over here: https://github.com/jez500/chorus/issues/10 - Yeah this thing gets sluggish on low power/memory devices, the api doesn't support resizing the images and you can't do it in javascript, I lazy load images where possible. @elbalanetuser, @freem@n Thanks RE: Chorus - A Web UI - Saner - 2014-02-23 I get a dependencies not met when installing from zip, could you list what it requires please. EDIT // This is with last nights gotham nightly, if that matters. EDIT 2// unzipping manually into ~/.xbmc/addons/ does no it work correctly either http://imgur.com/qGCsBYr RE: Chorus - A Web UI - jez500 - 2014-02-23 (2014-02-23, 12:45)Saner Wrote: I get a dependencies not met when installing from zip, could you list what it requires please. possibly, have a play with the version numbers in the <requires> section of addon.xml eg. addons/webinterface.chorus/addon.xml RE: Chorus - A Web UI - Saner - 2014-02-23 I shall have a play I likes playing. EDIT // PHP Code: <import addon="xbmc.gui" version="5.0.1"/> Fixed it installing, but I still get the other errors. PHP Code: Uncaught TypeError: Cannot read property 'length' of null chorus.js:17008 RE: Chorus - A Web UI - jez500 - 2014-02-23 (2014-02-23, 13:07)Saner Wrote: I shall have a play Nice I have just pushed a minor update v0.2.4, hopefully fixing a few things. I also removed the gui as a requirement RE: Chorus - A Web UI - Saner - 2014-02-23 Installed fine and seem to be working perfectly. thanks for the quick fix RE: Chorus - A Web UI - Martijn - 2014-02-23 i'm missing the stop button. i can only pauze/play so there's no way to stop current playback RE: Chorus - A Web UI - jez500 - 2014-02-23 (2014-02-23, 13:53)Martijn Wrote: i'm missing the stop button. i can only pauze/play so there's no way to stop current playback There never was a stop button In most cases pausing is enough although I might add a stop button to a popup remote in the future RE: Chorus - A Web UI - Martijn - 2014-02-23 (2014-02-23, 14:11)jez500 Wrote:(2014-02-23, 13:53)Martijn Wrote: i'm missing the stop button. i can only pauze/play so there's no way to stop current playback if you pause the video will keep displaying in xbmc. i'm sure there are plenty of us who actually want to stop the playback at least that would be something i expect on the bottom remote during playback. looks very promising in total. RE: Chorus - A Web UI - jez500 - 2014-02-23 (2014-02-23, 14:13)Martijn Wrote: if you pause the video will keep displaying in xbmc. i'm sure there are plenty of us who actually want to stop the playback I like the "during playback" idea, maybe these too... - Double click the play button to stop - A "now playing" section on the movie page that is playing, including a stop button I would prefer not to have it as a permanent addition to the ui, It already has lots of buttons |