kaliko

Results 6 issues of kaliko

The grouping version of count command behave unexpectedly IMHO: ``` python >>> cli = mpd.MPDClient() >>> cli.connect(host='/run/mpd/socket', port=42) >>> cli.count('group', 'albumartist') {'albumartist': ['art00', 'art01',…], 'playtime': ['123', '321', …], 'songs': ['1',...

enhancement

Here is a followup of #30 and #31 . When home directories do not share the same root path, how can we use readonly_paths and readwrite_paths config options? One cannot...

Please fix setup.py, the current setup option typo make it uninstallable.

I'm not sure CentOS supports yum security [0]. On centos 7 none of the following commands do return security info: - yum updateinfo list available - yum updateinfo list security...

Hi, Trying to have [MPD_sima working with mopidy](https://gitlab.com/kaliko/sima/issues/21) I stumbled upon this issue: ```bash # Here are correct requests printf 'find artist genre Idm\nclose\n' | nc localhost 6600 OK MPD...

C-enhancement

This issue is actually related to [an issue found](https://gitlab.com/kaliko/sima/issues/21) in an utility MPD client MPD_sima (also mentioned in mopidy/mopidy-mpd#14). Here is the ouptput of `commands` MPD command: ```bash printf "commands\nclose\n"...

C-bug