Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artemanufrij/playmymusic
- Owner: artemanufrij
- Created: 2017-09-18T00:24:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:30:10.000Z (about 4 years ago)
- Last Synced: 2023-02-28T23:36:33.942Z (over 1 year ago)
- Topics: linux, music, player, vala
- Language: Vala
- Homepage: http://anufrij.org/melody
- Size: 12.3 MB
- Stars: 93
- Watchers: 7
- Forks: 27
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
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
![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.playmymusicInstall
```
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
```