sebaro / Yarock

Yarock is a modern looking music player
GNU General Public License v3.0
1 stars 0 forks source link

About

Yarock is a modern looking music player, packed with features, that doesn’t depend on any specific desktop environment. Yarock is designed to provide an easy and pretty music browser based on cover art. Yarock is easy to build with a minimal set of dependancies, and offers the choose of differents audio back-end.

Features

Dependencies

Build:

GUI:

Engines:

Compiling from source

Building from command line

mkdir build && cd build
cmake ..
make

Install

make install (as root)

Audio engine

You can build yarock with alternate audio engine (vlc, phonon or mpv).

If you want enable/disable audio engine use the following cmake option :

mkdir build && cd build
cmake .. -DENABLE_VLC=ON -DENABLE_MPV=ON -DENABLE_PHONON=ON -DENABLE_QTMULTIMEDIA=ON
make
make install (as root)

Tips & Tricks

Change systray icon

You can use your on icon for yarock in the systray by using the file

/home/your name/.config/yarock/systray_icon.png

Original version (Qt4/Qt5)

Copyright (C) 2010-2019 Sébastien Amardeilh sebastien.amardeilh+yarock@gmail.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.