A simple music browser for MPD
Go to file
2020-08-29 10:51:31 +02:00
bin removed GtkHeaderBar.set_title() 2020-08-29 10:51:31 +02:00
data added an internal setting to control the main refresh interval 2020-08-29 10:35:19 +02:00
po switched to python based build (setup.py) 2020-08-27 20:56:51 +02:00
screenshots preparations for 0.8.5 2020-08-19 20:40:38 +02:00
AUTHORS updated email 2020-07-03 23:11:33 +02:00
LICENSE Initial commit 2020-01-11 11:21:48 +01:00
NEWS updated changelog 2020-04-04 10:25:11 +02:00
README.md removed glib-compile-schemas from setup.py 2020-08-28 09:39:33 +02:00
setup.py removed glib-compile-schemas from setup.py 2020-08-28 09:39:33 +02:00

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)

See: https://github.com/SoongNoonien/mpdevil/wiki/Usage

Package Installation

See: https://github.com/SoongNoonien/mpdevil/releases/latest

Ubuntu, Debian, Mint:

  • Download the .deb file
  • Open a console
  • Navigate into download dir
  • Run: sudo apt install ./mpdevil_VERSION.deb

Arch, Manjaro (see: https://aur.archlinux.org/packages/mpdevil/):

  • Download the PKGBUILD from the AUR
  • Open a console
  • Navigate into download dir
  • Run: makepkg -sirc
  • Alternatively install it with an AUR helper

Gentoo (see: https://wiki.gentoo.org/wiki/Custom_repository):

  • Download the .ebuild
  • Place it into your local tree
  • Generate manifest file
  • Run: emerge mpdevil

Building

Build dependencies:

  • DistUtilsExtra

Dependencies:

  • Gtk3
  • Python3

Python modules:

  • mpd (python-mpd2)
  • gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
  • requests
  • bs4 (beautifulsoup)
  • dbus
  • pkg_resources (setuptools)

Run:

git clone https://github.com/SoongNoonien/mpdevil.git
cd mpdevil
sudo python3 setup.py install
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
sudo gtk-update-icon-cache
sudo update-desktop-database