-
-
Notifications
You must be signed in to change notification settings - Fork 18
Installation
Radical edited this page Nov 14, 2023
·
7 revisions
Download the cross-platform installer (ctrl+s on the page that opens).
You might have to open a PowerShell window and execute it manually with python like this
$ python3 installer.py
The installer goes through all of the config options and installs the binary, it works on Windows, macOS and Linux.
Run this command from a terminal:
$ cargo install jellyfin-rpc-cli
Packages are maintained by @Maxr1998 and @0xGingi
Packages maintained by me, @Radiicall!
# Import GPG key and enable the repository
sudo rpm --import https://repo.radical.fun/rpm/gpgkey.pub
echo -e "[jellyfin-rpc]\nname=Jellyfin-RPC\nmetadata_expire=2d\nbaseurl=https://repo.radical.fun/rpm/x86_64/\ngpgkey=https://repo.radical.fun/rpm/gpgkey.pub\nrepo_gpgcheck=1\npkg_gpgcheck=1\nenabled=1" | sudo tee /etc/yum.repos.d/jellyfin-rpc.repo
# Update DNF cache
sudo dnf -q makecache -y --disablerepo="*" --enablerepo="jellyfin-rpc"
# Install the package
sudo dnf install jellyfin-rpc
# Enable the repository
echo -e "[jellyfin-rpc]\nname=Jellyfin-RPC\nbaseurl=https://repo.radical.fun/rpm/x86_64/\ngpgkey=https://repo.radical.fun/rpm/gpgkey.pub\nrepo_gpgcheck=1\npkg_gpgcheck=1\nenabled=1\nautorefresh=1\ntype=rpm-md" | sudo tee /etc/zypp/repos.d/jellyfin-rpc.repo
# Import GPG key and update Zypper cache
sudo zypper --gpg-auto-import-keys refresh jellyfin-rpc
# Install the package
sudo zypper install jellyfin-rpc
$ git clone https://github.com/Radiicall/jellyfin-rpc && cd jellyfin-rpc
$ cargo build --release
$ cargo install --path .