A simple music browser for MPD
Go to file
Martin Wagner 3c3d65b8a5 updated changelog 2020-04-04 10:25:11 +02:00
bin fixed error in 'Browser' 2020-04-03 18:48:17 +02:00
data slightly polished icon 2020-04-04 10:04:18 +02:00
po changed default layout 2020-04-01 18:52:08 +02: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 updated changelog 2020-04-04 10:25:11 +02: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 updated changelog 2020-04-04 10:25:11 +02:00
README updated READMEs 2020-01-11 15:09:10 +01:00
README.md fixed typo in README 2020-04-03 20:41:11 +02:00
autogen.sh updated file permission 2020-01-11 12:47:24 +01:00
configure.ac build: added dependency check for python-dbus 2020-03-23 17:40:12 +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

  • play songs without doubleclicking
  • search songs in your music library
  • manage multiple mpd servers
  • filter by genre
  • control with media keys
  • displays covers
  • sends notifications on title change
  • fetches lyrics from the web (based on PyLyrics)
  • MPRIS interface (based on mpDris2)

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:

./autogen.sh
make
make install