mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
updated README
This commit is contained in:
parent
8f8ff627de
commit
74ecc30591
35
README.md
35
README.md
@ -7,25 +7,30 @@ mpdevil is focused on playing your local music directly instead of managing play
|
|||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
1. playing songs without doubleclicking
|
- play songs without doubleclicking
|
||||||
2. displaying covers
|
- search songs in your music library
|
||||||
3. fetching lyrics form the web (based on PyLyrics 1.1.0)
|
- manage multiple mpd servers
|
||||||
4. searching songs in your music library
|
- filter by genre
|
||||||
5. removing single tracks form playlist by hovering and pressing del
|
- control with media keys
|
||||||
6. appending albums by middleclick
|
- displays covers
|
||||||
7. query albums by rightclick
|
- sends notifications on title change
|
||||||
8. sending notifications on title change
|
- fetches lyrics form the web (based on PyLyrics)
|
||||||
9. managing multiple mpd servers
|
- MPRIS interface (based on mpDris2)
|
||||||
10. filtering by genre
|
|
||||||
|
|
||||||
TODO
|
|
||||||
----
|
|
||||||
1. Support media keys
|
|
||||||
2. MPRIS interface
|
|
||||||
|
|
||||||
Building and installation
|
Building and installation
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
- Gtk3
|
||||||
|
- Python3
|
||||||
|
|
||||||
|
Python modules:
|
||||||
|
- mpd (python-mpd2)
|
||||||
|
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
|
||||||
|
- requests
|
||||||
|
- bs4 (beautifulsoup)
|
||||||
|
- dbus
|
||||||
|
|
||||||
To build from source, use:
|
To build from source, use:
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user