playmymusic icon indicating copy to clipboard operation
playmymusic copied to clipboard

An elementary OS app

Melody


A music player for listening to local music files, online radios, and Audio CD's

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter Download On Flathub


screenshot screenshot screenshot

Install from Flatpak

Melody on Flathub: https://flathub.org/apps/details/com.github.artemanufrij.playmymusic

Install

flatpak install flathub com.github.artemanufrij.playmymusic

Run

flatpak run com.github.artemanufrij.playmymusic

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libsoup2.4-dev libsqlite3-dev libgstreamer-plugins-base1.0-dev libtagc0-dev

Clone repository and change directory

git clone https://github.com/artemanufrij/playmymusic.git
cd playmymusic

Compile, install and start Melody on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.playmymusic