1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
779d365d8a
Display icon next to playing track 2019-02-05 21:54:33 -05:00
27449cbb21
Show the queue and update it when it changes 2019-02-03 17:32:08 -05:00
a1481f419b
Update state of transport controls on state change 2019-02-02 13:27:03 -05:00
1f064426d1
Add handler delegate for MPD client notifications 2019-02-02 13:27:03 -05:00
be98d0ffd6
Move MPD connection to AppDelegate 2019-02-02 13:27:02 -05:00
637711edc1
Refactor mpdclient to fetch status 2019-02-02 13:26:00 -05:00
c4cfd57d3d
MPDClient correctly sequences commands
In order to avoid getting disconnected from the server, it is necessary
to send an "idle" command once you are connected. This tells the server
that the client is going to wait for a status change message from the
server. In the meantime if the client needs to send another command, it
must first send "noidle", then send the command, then send "idle" once
more. If the command results in a status change, the "idle" will return
immediately, which must be dealt with and then the "idle" command must
be sent once more.

Phew!
2019-02-02 13:26:00 -05:00
ca55177c81
You can press a button and a thing happens! 2019-02-02 13:26:00 -05:00
328e4cf602
Setup window and add toolbar buttons 2019-01-11 17:24:53 -05:00