A music player designed for a University Project

A music player designed for a University Project. Very flexibe and easy to use, a real life working application with user friendly controls. Hope u enjoy!! This player is designer using Tkinter pillow pygame Shutil os datetime The main thing is here that you ony need to add songs to the playlist from the location where they are stored and then you dont need to worry about any other thing they will be there in your playlist until you delete […]

Read more

A curses based mpd client with basic functionality and album art

Miniplayer A curses based mpd client with basic functionality and album art. After installation, the player can be opened from the terminal with miniplayer. Installation This package can be installed by: Cloning this repository to your computer and running python setup.py install Through PyPi with pip install miniplayer By installing the miniplayer-git package with your AUR package manager of choice. Configuration The config file is located at ~/.config/miniplayer/config. The example configuration file, config.example, has all the default values. You will […]

Read more

A simple music browser for the Music Player Daemon

mpdevil Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library mpdevil loads all tags and covers on demand. So you’ll never see any outdated information in the browser. Mpdevil strongly relies on tags. Features display large coversplay songs without doubleclicklyrics from www.letras.mus.brMPRIS interface (based on mpDris2)notifications on title changebasic queue manipulation (move and […]

Read more