gd

Results 9 comments of gd

May be worth having a look at [snapcast](https://github.com/badaix/snapcast) > Snapcast is a multiroom client-server audio player, where all clients are time synchronized with the server to play perfectly synced audio....

Just an idea: add a new property "queue_title" to the player queue. Set this to the playlist name when loaded and clear it when the queue is changed. The "queue_title"...

For `append` and `replace` I think the expectation is that the playlist `FOO` already exists. So following your draft I've changed the implementation to use the `save` command with an...

@milohr, there's a [utility](https://github.com/geneticdrift/fake-music-files) to create a large fake music collection. It might be useful for testing issues like this one during development. It uses CDDB to randomly tag music...

My apologies. I understand why it would have been more convenient to have a step by step smaller commits. But please understand that it's a single ~5000 LOC c file...

Based on MPD source code, ```noidle``` doesn't notify pending events, it just leaves idle mode and sends ```OK```. https://github.com/MusicPlayerDaemon/MPD/blob/9c19368fc789fa7101110f73b6ffae8503ae326d/src/client/Process.cxx#L54C1-L67C1

It looks like MPD documentation and source code are in contradiction. > The idle command can be canceled by sending the command noidle (no other commands are allowed). MPD will...

> Could you spell out for me what it is owntone should or shouldn't do? When ```noidle``` is received and the client connection is not in idle state then it...