Tom Wallroth
Tom Wallroth
Hi @systems-rebooter! I agree that a more complete CLI interface would be nice. Deleting users and changing passwords should be supported. And it's true that it does not make any...
Hey @systems-rebooter! I have implemented the command line switches for deleting users and changing their passwords. ``` $ ./cherrymusic --deleteuser USERNAME ``` and ``` $ ./cherrymusic --changepassword USERNAME NEWPASSWORD ```...
Well, I don't consider email addresses to be such a special case: the question is rather, which special characters should be allowed as a username. In my opinion an @...
Hi Lev, thanks for your comments! CM already uses Bootstrap and responsive design, even though it can be argued that it does not work too well. When resizing your browser...
Hey @systems-rebooter! Sorry for the long wait! We want a better search as well, but searching is a tricky problem! Especially since we try to keep CM as light as...
Just to clear this one up: the bitrate limit was never meant to limit other users, but to save bandwidth when using CM on the go. Limiting the bandwidth for...
Hi Martijn, I had a quick look at the branch and it looks good (there were still missing checks for some of the listed scenarios, but that's an easy fix)....
Hey Martijn, What I meant, was that you used the `userOptionMultivalListener` instead of the `userOptionCheckboxListener`, even though the choice is binary (either stop when removing the playing track or dont)....
Hey @j0ack! Great to see this coming along. I am a great fan of drag'n'drop, but I've never gotten around to implement it. As you said, the lazy track branch...
I think that fetching multiple meta infos in one HTTP call would be great for servers with a lot of computing power, but on less beefy machines this leads to...