A simple music browser for MPD
Go to file
Martin Wagner eb8edecfda perparations for 0.7.0 2020-03-12 21:48:09 +01:00
bin improved visual sort index 2020-03-12 17:09:24 +01:00
data improved visual sort index 2020-03-12 17:09:24 +01:00
po improved visual sort index 2020-03-12 17:09:24 +01:00
screenshots perparations for 0.7.0 2020-03-12 21:48:09 +01:00
AUTHORS Add files via upload 2020-01-11 11:25:15 +01:00
COPYING Add files via upload 2020-01-11 11:25:15 +01:00
ChangeLog Create ChangeLog 2020-01-11 12:26:29 +01:00
LICENSE Initial commit 2020-01-11 11:21:48 +01:00
Makefile.am Add files via upload 2020-01-11 11:25:15 +01:00
NEWS Update NEWS 2020-01-11 12:01:47 +01:00
README updated READMEs 2020-01-11 15:09:10 +01:00
README.md perparations for 0.7.0 2020-03-12 21:48:09 +01:00
autogen.sh updated file permission 2020-01-11 12:47:24 +01:00
configure.ac perparations for 0.7.0 2020-03-12 21:48:09 +01:00

README.md

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.

ScreenShot

Features

  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
  6. appending albums by middleclick
  7. query albums by rightclick
  8. sending notifications on title change
  9. managing multiple mpd servers
  10. filtering by genre

TODO

  1. Support media keys
  2. MPRIS interface

Building and installation

To build from source, use:

./autogen.sh
make
make install