/krunner-audacious

Krunner runner plugin to control audacious

Primary LanguageC++MIT LicenseMIT

KDE Audacious control runner

Example

This is simple(currently) that allows you to use krunner to switch between tracks. Type adcs and then start typing track name, select track and press enter track should now be selected.

This runner is built for Plasma 6. If you are using Plasma 5, use branch plasma5

Usage

  • Use adcs <song_name> to find song and play song by name. Example: adcs never gonna to select song containing never gonna

  • Change audacious volume with adcs v <number> or adcs vol <number>. Delta values are supported too. Example: adcs vol 100 to change volume to 100%; adcs v -20 to make volume 20% quiter

Features

  • Switch to different tracks
  • Change volume

Planned:

  • Queue tracks instead of jump
  • View and remove elemnts of queue

Suggest more ideas in project issues tab.

Build & Install

git clone https://github.com/max8rr8/krunner-audacious.git
cd krunner-audacious
mkdir build && cd build
cmake ..
make
sudo make install