Skip to content

Larnicone/playmymusic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play My Music

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

Designed for elementary OS

Get it on AppCenter


screenshot screenshot screenshot screenshot screenshot

Donations

If you liked Play My Music, and would like to support it's development of this app and more, consider buying me a coffee :)

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

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

Clone repository and change directory

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

Create build folder, compile and start application

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

Install and start Play My Music on your system

sudo make install
com.github.artemanufrij.playmymusic

About

An elementary OS app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 98.5%
  • CMake 1.5%