roxwize / music

Music player and library designed for elementary OS (with last.fm support !!)

Home Page:https://elementary.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music

Translation status

Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • granite-7
  • gstreamer-1.0
  • gstreamer-pbutils-1.0
  • gstreamer-tag-1.0
  • gtk4
  • meson
  • valac

You'll need to create your own Last.fm API account and add the API key and shared secret to .env:

LASTFM_API_KEY=[ KEY ]
LASTFM_SHARED_SECRET=[ SECRET ]

It's recommended to create a clean build environment. Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with io.elementary.music

ninja install
io.elementary.music

About

Music player and library designed for elementary OS (with last.fm support !!)

https://elementary.io

License:GNU General Public License v3.0


Languages

Language:Vala 90.3%Language:Meson 5.5%Language:CSS 4.2%