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

https://github.com/max8rr8/krunner-audacious

Krunner runner plugin to control audacious
https://github.com/max8rr8/krunner-audacious

audacius krunner

Last synced: 11 months ago
JSON representation

Krunner runner plugin to control audacious

Awesome Lists containing this project

README

          

# KDE Audacious control runner

![Example](./docs/demo.png)

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](https://github.com/max8rr8/krunner-audacious/tree/plasma5)

## Usage

* Use `adcs ` to find song and play song by name.
Example: `adcs never gonna` to select song containing `never gonna`

* Change audacious volume with `adcs v ` or `adcs vol `. 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
```bash
git clone https://github.com/max8rr8/krunner-audacious.git
cd krunner-audacious
mkdir build && cd build
cmake ..
make
sudo make install
```