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
- Host: GitHub
- URL: https://github.com/max8rr8/krunner-audacious
- Owner: max8rr8
- License: mit
- Created: 2023-06-02T11:51:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T06:45:01.000Z (over 2 years ago)
- Last Synced: 2025-02-05T04:49:46.821Z (over 1 year ago)
- Topics: audacius, krunner
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KDE Audacious control runner

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