Georg has never been this polished https://georg.pvv.ntnu.no
Go to file
Oystein Kristoffer Tveit 355d2ad13d
module.nix: relax hardening
2024-10-22 19:49:52 +02:00
assets Add picture of grzeg 2024-10-20 01:24:09 +02:00
src systemd integration 2024-10-20 23:06:32 +02:00
.envrc .envrc: init 2024-08-04 03:13:10 +02:00
.gitignore default.nix: init, flake.nix: add app 2024-08-04 04:10:59 +02:00
Cargo.lock systemd integration 2024-10-20 23:06:32 +02:00
Cargo.toml systemd integration 2024-10-20 23:06:32 +02:00
LICENSE Initial commit 2024-04-14 00:57:21 +02:00
README.md README.md: add startup commands 2024-08-04 04:19:00 +02:00
default.nix nix: use unwrapped program by default in module 2024-10-20 23:06:32 +02:00
flake.lock flake.lock: bump 2024-10-20 19:48:04 +02:00
flake.nix nix: use unwrapped program by default in module 2024-10-20 23:06:32 +02:00
module.nix module.nix: relax hardening 2024-10-22 19:49:52 +02:00

README.md

Greg-ng

New implementation of https://github.com/Programvareverkstedet/grzegorz

Test it out

# NixOS
nix run "git+https://git.pvv.ntnu.no/Projects/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock

# Other (after git clone and rust toolchain has been set up)
cargo run -- --mpv-socket-path /tmp/mpv.sock

See also https://git.pvv.ntnu.no/Projects/grzegorz-clients for frontend alternatives

Debugging

RUST_LOG=greg_ng=trace,mpvipc=trace cargo run -- --mpv-socket-path /tmp/mpv.sock