• 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 34
Release Chorus - A Web UI
@jez500
Chorus2 looks good, can't wait for the final product. Wink
Reply
(2015-06-23, 10:44)JoergZ Wrote: It's real on of the best webinterfaces for managing medias and plugins! Thank you, jez500! Some questions about playlists:
1.) I understand, that custom playlists are only stored in the local webbrowser. Is there a method to export them that they can be used in another browser?
2.) You've built a fine interface for the radio plugin of Tristan Fischer. But it isn't possible to use the internal storage method to store stations in the My Stations list, isn't it? Do you plan to add this function of a server side storage?
Jörg
1) Was always an idea in the pipeline, would only work with the other kodi instances sharing the same library due to ids but good when you change browsers. Will revisit this (and possibly m3u exports) down the track
2) Thanks Smile I love the radio addon. I know 'my stations' works in Chorus2 and should work in v1 too. Fix for station names here.

(2015-06-23, 11:49)jtscherb Wrote: Mhm, streaming doesn´t work for me, neither with html5 nor vlc. Tested it with several browsers and systems. What´s the problem?
Most of the time it is the file format. Post an issue on github with details, errors, environment, etc.

(2015-07-10, 04:36)spookybathtub Wrote: Is there a list of supported keyboard shortcuts? The only one I can get to work is spacebar. I'd really like to use arrow keys to skip a song. I have version 0.3.9, which I think is the latest.
I want to build in some sort of help system and will probably do it v2, but for now this is the key commands code, you should be able to decipher what is available Smile
https://github.com/jez500/chorus/blob/ma...map.js#L46

(2015-07-13, 12:59)Mysqo Wrote: Hi I Tried the Chorus2 addon but it wont start-up.
I use my http://localip:9090 and its just searching for the webpage but nothing starts, am i doing something wrong?

I dont get the addon verified in kodi addons no webservice.kodi or chorus2 is occuring.
I have tried your suggestion above.
Chorus (1) works as always.

Is there any development thread for the new chorus?
Issues here can go here: https://github.com/jez500/chorus2/issues
Will start a new thread when it's ready for release.

(2015-07-13, 13:05)schumi2004 Wrote: @jez500
Missing Live Radio seemed to be a backend issue at the end.

I tested Chorus2 and so far it worked fine.
Where can we help to translate it?
Translators, yes please!
If anyone wants to help with this, here are the translation files: https://github.com/jez500/chorus2/tree/master/src/lang
Feel free to add languages (copy en.po to {mylang}.po and edit). Ideally submit back in a git branch, or just send me a link to download.


(2015-07-13, 17:05)schumi2004 Wrote: @jez500
Chorus2 looks good, can't wait for the final product. Wink
Thanks Smile
Reply
can we get flac support for local play streaming?
i think this is a crucial feature. flac is de facto standard lossless file format.
Reply
@jez500

Thanks for all your hard work on Chorus, it's really helping me get the most of my nascent raspberry pi music server setup. Looking forward to Chorus2. I don't think I'm adept enough to test the pre-release version, but I was still hoping to make some feature suggestions based on using Chorus.
Where would you like feature requests / enhancements posted while you are in re-write, https://github.com/jez500/chorus/issues or https://github.com/jez500/chorus2/issues?

thanks,
b Smile
Reply
(2015-07-14, 12:32)xochi Wrote: can we get flac support for local play streaming?
i think this is a crucial feature. flac is de facto standard lossless file format.
I have created a feature request for you

(2015-07-17, 02:49)bennett4senate Wrote: @jez500

Thanks for all your hard work on Chorus, it's really helping me get the most of my nascent raspberry pi music server setup. Looking forward to Chorus2. I don't think I'm adept enough to test the pre-release version, but I was still hoping to make some feature suggestions based on using Chorus.
Where would you like feature requests / enhancements posted while you are in re-write, https://github.com/jez500/chorus/issues or https://github.com/jez500/chorus2/issues?

thanks,
b Smile
tbh, any new feature will only end up in Chorus2 so here is the best spot: https://github.com/jez500/chorus2/issues
Reply
Hi, this is my first visit to this forum.

I've been looking for this issue but couldn't find anything helpful. I'm running chorus2 on the latest osmc on rpi2.
Chorus2 does what I need it to do but there is a minor thing that I cannot seem to solve on my own: when I list the artists, no artist pictures are downloaded. Only the default gray Kody image is shown.
I don't know whether this is a osmc, Kodi, or Chorus setting. I just can't seem to find it (yes, I do have a working internet connection).

Any ideas?
Reply
Not a chorus2 kodi thing, works here, check your settings.
Reply
Just playing around with this for the first time, just another +1 for FLAC streaming support.

Also would be nice to have the VLC stream option about the HTML5 player, as thats probably what most people are using to stream.
Reply
(2015-07-17, 18:05)Schoelje Wrote: Hi, this is my first visit to this forum.

I've been looking for this issue but couldn't find anything helpful. I'm running chorus2 on the latest osmc on rpi2.
Chorus2 does what I need it to do but there is a minor thing that I cannot seem to solve on my own: when I list the artists, no artist pictures are downloaded. Only the default gray Kody image is shown.
I don't know whether this is a osmc, Kodi, or Chorus setting. I just can't seem to find it (yes, I do have a working internet connection).

Any ideas?
In Kodi, Music Library Settings, Enable "Download additional information during updates"?

(2015-07-18, 00:22)zag Wrote: Also would be nice to have the VLC stream option about the HTML5 player, as thats probably what most people are using to stream.

I find the opposite, probably because most of my content is x264 which works great in Chrome html5. That said, I was thinking of adding a sprinkle of smarts to it, something like if 'avi' then VLC, if 'mkv', 'mp4' then HTML5, so the player guesses what will be the best default.
Reply
Or make it configurable Wink
Reply
@jez500
Thanks for your help. Unfortunately, "Download additional information during updates" is already enabled.
Browser cache cleared but it makes no difference (I didn't expect it would).
I installed the "old" Chorus and it has the same issue. So, that indicated it's not Chorus.
Will investigate this further but I'm open for suggestions.
Reply
I deleted ~/.kodi/userdata/Database/MyMusic48.db and recreated the database.
Both MyMusic48.db and Textures13.db grew exponentially.
Checking the artists list in Chorus2 I saw that most artist images were now shown.

Thanks for your help.
Reply
(2015-07-18, 16:56)Schoelje Wrote: I deleted ~/.kodi/userdata/Database/MyMusic48.db and recreated the database.
Both MyMusic48.db and Textures13.db grew exponentially.
Checking the artists list in Chorus2 I saw that most artist images were now shown.

Thanks for your help.

texturecache.py could have helped you there.
Reply
Hello, trying to get Chorus2 working but having some trouble.
Downloaded the zip from the Github page and tried to Add from Zip file in Kodi Addons menu, but got the "this addon has incorrect structure" warning.
Tried both webinterface.kodi.2.0.2.zip and chorus2-master.zip and got the same error. (Wasn't sure exactly which file you meant by "the zip from the root of this repo" - sorry, v. noob)
I tried to manually move them to the addons directory but couldn't find it (again, noob Tongue ).
I also tried changing the settings in the System menu as described on the Github page but no change. I'm running OpenElec on RPi2.

Any advice appreciated, thanks.
Reply
How did you download the zip?
I tried using wget and that resulted in the error you described.
I had to download the usual way and save the zip on a NAS. From there I could install Chorus2.
Reply
  • 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 34

Logout Mark Read Team Forum Stats Members Help
Chorus - A Web UI10