pando85
pando85
When I'm running cherrymusic for a while, my playlists stop to load when I try to add them to Queue or another playlist. The error is: ``` TypeError: playlist[i] is...
I don't know if it is a problem with cherrymusic. Today it was offline and the logging was [this](https://gist.github.com/pando85/13dca97d32628d856e02). User locked by another updater. I don't know if it is...
I'm interesting in add this feature: Just when you are in shuffle mode and you want to come back to listen previous song.
Hello, first of all thanks for this great program. I think that main problem, when you have multiple monitors, is [DPIs](https://en.wikipedia.org/wiki/Dots_per_inch). This could be accomplish easily taking into account bigger...
I can't live without [brace expansion](http://www.linuxjournal.com/content/bash-brace-expansion).
Hello guys, I'm seeing that you have some activity again. I just forked this project two weeks ago because I think that it is fucking amazing. I forked because I...
We could have a simple endpoint that check kanindmd status and return 200. I like `/v1/ping` which return 200 with a body of `pong` but anything could be useful.
## Changes * Updated to Django 1.10 * Docker-compose to deploy project
I received a PR on my repo (rash-sh/rash#90) to implement a more powerful subset of hooks. I had `cargo-husky` workings previously but when I'm going to tested this new change...
If `.git/hooks` not exists, cargo-husky cannot create it and through and error on tests. Very annoying for new people in the community.