Tom Wallroth
Tom Wallroth
Alright, first, I want to give you my opinion of what cherrymusic should and should not be, and secondly I will try to propose a solution to get over these...
Is systemV cross compatible with all distributions, or do we have to ake special systemV startup files for each individual distribution? Depending on that, we should first start to make...
Hey @Lord-Simon, Thanks for your contribution, this looks quite handy! I've added it to the wiki for anyone to find (https://github.com/devsnd/cherrymusic/wiki/Setup-guide#running-as-debian-daemon) Would you also know how to package DEBs for...
Well, I think it's a good option to have, but I don't think you should be able to set the path yourself. Rather it should be a switch that automatically...
#195 is important, but this has nothing to do with this issue as far as I understand. If we have to break the integrity of the database at some point...
Maybe it is possible to trick the browser into (almost) gapless playback, by just downloading the next track (e.g via AJAX). This download is then automatically cached by the browser,...
Crossfading would mean to manage two audio players at the same time, so that one fades out and the other fades in. I'm not sure it is worth the effort....
I consider the priority not too low, actually: It is possible to launch multiple updates fromt he webinterface and therefore locking up the server... my proposition would be to write...
http://docs.python.org/2/library/gettext.html#internationalizing-your-programs-and-modules We should start by marking all our message strings using the `_()` function. Afterwards we can run pygettext on it to create *.pot files, which in turn can be...
The `i18n` branch now has a translation generation script. It only works on linux right now and requires python3. We can now easily add translations (by creating a new subfolder...