mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
47 lines
872 B
Markdown
47 lines
872 B
Markdown
# Persephone
|
|
|
|
An MPD client for macOS, written in Swift.
|
|
|
|
<img src="Resources/export/appIcon256@2x.png" width="256" height="256">
|
|
|
|
## MP... what?
|
|
|
|
From the [website](https://www.musicpd.org):
|
|
|
|
> "Music Player Daemon (MPD) is a flexible, powerful, server-side application
|
|
> for playing music. Through plugins and libraries it can play a variety of
|
|
> sound files while being controlled by its network protocol."
|
|
|
|
Wikipedia has a [more comprehensive
|
|
description](https://en.wikipedia.org/wiki/Music_Player_Daemon).
|
|
|
|
## Screenshot
|
|
|
|

|
|
|
|
## Setup
|
|
|
|
Install dependencies from Homebrew:
|
|
|
|
```sh
|
|
$ brew bundle
|
|
```
|
|
|
|
Run `bin/setup`:
|
|
|
|
```sh
|
|
$ bin/setup
|
|
```
|
|
|
|
Open the Xcode project:
|
|
|
|
```sh
|
|
$ open Persephone.xcodeproj
|
|
```
|
|
|
|
You will probably want MPD server to be running on your local machine.
|
|
|
|
## Credits
|
|
|
|
Lyre by Xinh Studio from the Noun Project
|