mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
macOS MPD client written in Swift.
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! |
||
|---|---|---|
| bin | ||
| libmpdclient@d0a6b65b51 | ||
| Persephone | ||
| Persephone.xcodeproj | ||
| PersephoneTests | ||
| PersephoneUITests | ||
| Resources | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| LICENSE.md | ||
| README.md | ||
Persephone
An MPD client for macOS, written in Swift.
Setup
Run bin/setup before opening the Xcode project.