GithubHelp home page GithubHelp logo

yarock's Introduction

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

  • Browse artist photos, album covers
  • Music collection database (SQLite 3)
  • Easy search and filter music collection
  • Manage favorites item (album, artist)
  • Play music directly from collection or playqueue
  • Simple playqueue
  • Smart playlist generator
  • Support mp3,Ogg Vorbis,flac music files (depending on audio engine)
  • Support load/save playlist file (m3u, pls, xspf)
  • Play radio stream (tunein, dirble, radionomy,...)
  • Mp3Gain tag support for volume normalization
  • Contextual info & cover art download (lastfm, echonest, musicbrainz)
  • Supports scrobbling to Last.fm
  • Command line interface, Mpris interface
  • Clean and simple user interface
  • No GNOME or KDE dependancies

Dependencies

Build:

  • c++-17 compiler
  • cmake >= 3.16
  • make

GUI:

  • qt6
  • taglib
  • htmlcxx

Engines:

  • mpv (libmpv)
  • vlv (libvlc)
  • phonon
  • qtmultimedia

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 [email protected]

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/.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.