Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elementary/music

Music player and library designed for elementary OS
https://github.com/elementary/music

gstreamer gtk gtk3 hacktoberfest libgda meson vala

Last synced: about 2 months ago
JSON representation

Music player and library designed for elementary OS

Awesome Lists containing this project

README

        

# Music
[![Translation status](https://l10n.elementary.io/widgets/music/-/svg-badge.svg)](https://l10n.elementary.io/projects/music/?utm_source=widget)

![Screenshot](data/screenshot.png?raw=true)

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

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