mirror of
https://github.com/danbee/persephone-web.git
synced 2025-03-04 08:39:07 +00:00
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
---
|
|
title: Persephone
|
|
---
|
|
|
|
<header role="banner">
|
|
<h1>Persephone</h1>
|
|
</header>
|
|
|
|
<main>
|
|
<img class="icon" src="/images/icon-512.png" alt="">
|
|
|
|
<div class="text">
|
|
<p>Persephone is a modern, open source MPD client for macOS.
|
|
|
|
<h2>MP… what?</h2>
|
|
|
|
<p>From the <a href="https://www.musicpd.org" rel="nofollow">website</a>:</p>
|
|
|
|
<blockquote>
|
|
<p>
|
|
“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.”
|
|
</p>
|
|
</blockquote>
|
|
|
|
<p>
|
|
Wikipedia has a
|
|
<a href="https://en.wikipedia.org/wiki/Music_Player_Daemon" rel="nofollow">more comprehensive description</a>.
|
|
</p>
|
|
|
|
<p class="download-section">
|
|
<a class="download-button" href="https://github.com/danbee/persephone/releases/download/0.13.0-alpha/Persephone-0.13.0-alpha.zip">↓ Download</a>
|
|
</p>
|
|
</div>
|
|
|
|
<picture>
|
|
<source srcset="/images/screenshot-dark.png" media="(prefers-color-scheme: dark)">
|
|
<img class="screenshot" src="/images/screenshot-light.png">
|
|
</picture>
|
|
</main>
|