mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
e72625879c99e0b7b8e522b363cf98ee84d68ef8
README for mpdevil
mpdevil is focused on playing your local music directly instead of managing playlists or playing network streams. So it neither supports saving playlists nor restoring them. Therefore mpdevil is mainly a music browser which aims to be easy to use. mpdevil dosen't store any client side database of your music library. Instead all tags and covers get presented to you in real time. So you'll never see any outdated information in your browser. mpdevil strongly relies on tags especially on the AlbumArtist tag.
Features
- playing songs without doubleclicking
- displaying covers
- fetching lyrics form the web (based on PyLyrics 1.1.0)
- searching songs in your music library
- removing single tracks form playlist by hovering and pressing del
- appending albums by middleclick
- query albums by rightclick
- sending notifications on title change
- managing multiple mpd servers
TODO
- MPRIS interface
Building and installation
To build from source, use::
./autogen.sh
make
make install
Languages
Python
99%
Meson
1%