kaliko

Results 13 comments of kaliko

Maybe you could edit manually the credential file: ``` bash # Located here (unless you relocated the archive): #${HOME}/Raccoon/archives/default/credentials.cfg androidid= userid= password= ``` Special character need to be escaped though...

:+1: for this feature request

Looks related to #12711, try to split options: ```bash ipython -i m os ```

Well I managed to limit|disable swapping (at least on Debian 10 aka Buster). I had to boot in unified cgroups and enable swap accounting with the following kernel options: ```...

I don't see how to do it without changing or writing an alternative `_read_objects` method. Another solution might be to give all possible delimiters, or a smaller set of them...

I've added a example of a grouping count command in my repo, ref. count#50.

There is also an issue with client to client protocol as used in MPD_sima (auto-queuing MPD client). I did a quick test on demo.groovebasin.com, the server should list "readmessages", "sendmessage",...

I also believe a good approach would be to expose regular MPD protocol over a websocket (cf. #1511). Just leaving the message to reference the websocket issue already reported here.

For the record: - Debian package code is on [salsa](https://salsa.debian.org/debian/endlessh) - The [ITP #933846](https://bugs.debian.org/933846) - The package is currently (2019-11-04) held in the [NEW queue](https://ftp-master.debian.org/new.html).

Why not using [mbid parameter instead of artist](https://www.last.fm/api/show/track.getTopTags), it should solve that kind of issue and others (for instance artist homonyms). n.b. i'm not involved in this plugin development but...