screens
This commit is contained in:
parent
182c63704a
commit
d17c561ab1
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,8 @@ CYP is a web-based frontend for [MPD](https://www.musicpd.org/), the Music Playe
|
||||||
- Save and load playlists
|
- Save and load playlists
|
||||||
- Browse the library by artists/albums/directories
|
- Browse the library by artists/albums/directories
|
||||||
- Display album art via native MPD calls (no need to access the library; requires MPD >= 0.21)
|
- Display album art via native MPD calls (no need to access the library; requires MPD >= 0.21)
|
||||||
- [Youtube-dl](https://ytdl-org.github.io/youtube-dl/index.html) intergration
|
- [Youtube-dl](https://ytdl-org.github.io/youtube-dl/index.html) integration
|
||||||
|
- Dark/Light themes
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -35,7 +36,6 @@ Point your browser to http://localhost:8080 to open the interface.
|
||||||
- Responsive layout via Flexbox
|
- Responsive layout via Flexbox
|
||||||
- CSS Custom Properties
|
- CSS Custom Properties
|
||||||
- SVG icons (Material Design)
|
- SVG icons (Material Design)
|
||||||
- Dark/Light theme available
|
|
||||||
- Can spawn Youtube-dl to download audio files
|
- Can spawn Youtube-dl to download audio files
|
||||||
- Album art retrieved directly from MPD (and cached via localStorage)
|
- Album art retrieved directly from MPD (and cached via localStorage)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue