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

Configure Feed

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

Fix Gemfury account name in README install instructions

The apt and yum repos live under https://apt.fury.io/tsiry and
https://yum.fury.io/tsiry, not tsirysndr.

+6 -6
+6 -6
README.md
··· 123 123 Or add the Gemfury apt repo once and `apt install` normally: 124 124 125 125 ```bash 126 - echo "deb [trusted=yes] https://apt.fury.io/tsirysndr/ /" \ 127 - | sudo tee /etc/apt/sources.list.d/tsirysndr.list 126 + echo "deb [trusted=yes] https://apt.fury.io/tsiry/ /" \ 127 + | sudo tee /etc/apt/sources.list.d/tsiry.list 128 128 sudo apt update && sudo apt install fin 129 129 ``` 130 130 ··· 138 138 Or via the Gemfury yum repo: 139 139 140 140 ```bash 141 - sudo tee /etc/yum.repos.d/tsirysndr.repo <<'EOF' 142 - [tsirysndr] 143 - name=tsirysndr 144 - baseurl=https://yum.fury.io/tsirysndr/ 141 + sudo tee /etc/yum.repos.d/tsiry.repo <<'EOF' 142 + [tsiry] 143 + name=tsiry 144 + baseurl=https://yum.fury.io/tsiry/ 145 145 enabled=1 146 146 gpgcheck=0 147 147 EOF