subtr-actor 0.1.11

Rocket League replay transformer
Documentation
1
2
3
4
5
6
7
8
9
export NIXPKGS_ALLOW_BROKEN=1
use flake . --impure
export SCROBBLE_SCRUBBER_LASTFM_USERNAME="$(pass show last.fm | grep user: | cut -d: -f2 | tr -d ' ')"
export SCROBBLE_SCRUBBER_LASTFM_PASSWORD="$(pass show last.fm | head -n 1)"
export SCROBBLE_SCRUBBER_OPENAI_API_KEY="$(pass show open-ai-scrobble-scrubber-api-key)"

# Export for lastfm-edit binary compatibility
export LASTFM_EDIT_USERNAME="$SCROBBLE_SCRUBBER_LASTFM_USERNAME"
export LASTFM_EDIT_PASSWORD="$SCROBBLE_SCRUBBER_LASTFM_PASSWORD"