Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fawni/shy
🍂 Command line MusicBee remote controller
https://github.com/fawni/shy
musicbee
Last synced: 3 months ago
JSON representation
🍂 Command line MusicBee remote controller
- Host: GitHub
- URL: https://github.com/fawni/shy
- Owner: fawni
- License: osl-3.0
- Created: 2022-09-14T19:05:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T18:20:44.000Z (9 months ago)
- Last Synced: 2024-04-16T13:16:42.681Z (7 months ago)
- Topics: musicbee
- Language: Rust
- Homepage:
- Size: 376 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - fawni/shy - 🍂 Command line MusicBee remote controller (Rust)
README
# shy🍂
A command line remote controller for MusicBee
> [!IMPORTANT]
> shy requires the MusicBee web server plugin [mb_WWWserver](https://github.com/fawni/mb_WWWserver) to be able to run.## Installation
```
cargo install --git https://github.com/fawni/shy
```## Usage
> ###### In the following examples, | represents or
```sh
shy np # print now playing
shy add track.mp3 track.flac path/to/album # adds track.mp3 track.flac and valid audio files in album directory to queue
shy v +10 | 80 | -40 # increase volume by 10 points | set volume to 80 | decrease volume by 40
shy seek 5 | 70% | -20 # seek 5 seconds | set position to 70% | go back 20 seconds
````shy -h` for more information
## License
[OSL-3.0](LICENSE)