I don't know what I'm doing
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-23 08:01:39 +02:00
internal handlers: added duration to osd-playing-msg, fixed osd duration 2026-08-23 08:01:39 +02:00
.gitignore Initial implementation 2022-12-08 06:00:55 +01:00
go.mod use go.yaml.in/yaml/v3, upgrade dependencies 2026-08-16 04:35:20 +02:00
go.sum use go.yaml.in/yaml/v3, upgrade dependencies 2026-08-16 04:35:20 +02:00
LICENSE Initial commit 2022-12-08 05:29:02 +01:00
main.go avoid os.Exit on non-error situations 2024-01-21 21:22:18 +01:00
plugin.go migrate to my personal forgejo 2026-08-16 04:30:01 +02:00
README.md added instructions on how to run the mpv plugin from development build 2025-06-05 00:40:45 +02:00
standalone.go migrate to my personal forgejo 2026-08-16 04:30:01 +02:00

b8r

I don't know what I'm doing

Bash completion

complete -C /path/to/b8r -o default b8r

MPV plugin (Linux/Mac only)

$ mkdir -p ~/.config/mpv/scripts/
$ ln -s /path/to/b8r ~/.config/mpv/scripts/b8r.run

Run from development build

$ ln -s b8r b8r.run
$ mpv --load-scripts=no --script=./b8r.run ...