mpdevil/README.md

35 lines
1.1 KiB
Markdown
Raw Normal View History

2020-01-11 13:25:15 +03:00
README for mpdevil
==================
2020-03-02 00:25:35 +03:00
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.
2020-01-11 13:25:15 +03:00
2020-03-12 23:48:09 +03:00
![ScreenShot](screenshots/mainwindow_0.7.0.png)
2020-01-11 17:09:10 +03:00
2020-01-11 13:58:55 +03:00
Features
--------
2020-01-11 16:02:45 +03:00
1. playing songs without doubleclicking
2. displaying covers
3. fetching lyrics form the web (based on PyLyrics 1.1.0)
4. searching songs in your music library
5. removing single tracks form playlist by hovering and pressing del
2020-01-18 00:39:56 +03:00
6. appending albums by middleclick
7. query albums by rightclick
8. sending notifications on title change
9. managing multiple mpd servers
2020-03-02 00:25:35 +03:00
10. filtering by genre
2020-01-11 13:25:15 +03:00
2020-01-12 17:32:02 +03:00
TODO
----
2020-02-05 19:44:23 +03:00
1. Support media keys
2. MPRIS interface
2020-01-12 17:32:02 +03:00
2020-01-11 13:25:15 +03:00
Building and installation
-------------------------
2020-03-02 00:25:35 +03:00
To build from source, use:
2020-01-11 13:25:15 +03:00
./autogen.sh
make
make install