Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artemanufrij/playmymusic

An elementary OS app
https://github.com/artemanufrij/playmymusic

linux music player vala

Last synced: 3 days ago
JSON representation

An elementary OS app

Awesome Lists containing this project

README

        


Melody




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


Designed for elementary OS


[![Build Status](https://travis-ci.org/artemanufrij/playmymusic.svg?branch=master)](https://travis-ci.org/artemanufrij/playmymusic)

### Donate
PayPal | LiberaPay | Patreon



Get it on AppCenter


Download On Flathub


![screenshot](screenshots/Screenshot.png)
![screenshot](screenshots/Screenshot_Artists.png)
![screenshot](screenshots/Screenshot_Tracks.png)

## 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
```