a Jellyfin & Subsonic client for the terminal — powered by mpv, Chromecast and UPnP MediaRenderer
mpv chromecast mpris navidrome jellyfin upnp tui
15

Configure Feed

Select the types of activity you want to include in your feed.

Add Nix build CI workflow

Run nix build on ubuntu-latest and macos-latest for every push to
main and every pull request, using the Determinate Systems Nix
installer.

Tsiry Sandratraina (Jul 6, 2026, 6:56 PM +0300) 90dc271e 20415e23

+22
+22
.github/workflows/nix.yml
··· 1 + name: nix 2 + 3 + on: 4 + push: 5 + branches: 6 + - main 7 + pull_request: 8 + 9 + jobs: 10 + build: 11 + strategy: 12 + fail-fast: false 13 + matrix: 14 + os: 15 + - ubuntu-latest 16 + - macos-latest 17 + runs-on: ${{ matrix.os }} 18 + steps: 19 + - uses: actions/checkout@v4 20 + - uses: DeterminateSystems/nix-installer-action@v16 21 + - name: Build 22 + run: nix build -L