From 2631c9344467dc768a95420cfc91c6cfa353f1ba Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sat, 20 Dec 2025 14:32:13 +0100 Subject: [PATCH] moved repo install guide to top --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0474ee9..d135726 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ A Jellyfin plugin for accessing SRF Play (Swiss Radio and Television) video-on-d **Beta/Alpha** - This plugin has been tested on two Jellyfin instances and is working. Some clients may experience issues with hardware decoding, which appears to be client-specific behavior. +## Quick Install + +Add this repository URL in Jellyfin (Dashboard → Plugins → Repositories): + +``` +https://gitea.tourolle.paris/dtourolle/jellyfin-srfPlay/raw/branch/master/manifest.json +``` + +Then install "SRF Play" from the plugin catalog. + ## Features - Access to SRF Play VOD content (video-on-demand, no DRM-protected content) @@ -102,16 +112,6 @@ dotnet build The compiled plugin will be in `bin/Debug/net8.0/` -## Quick Install - -Add this repository URL in Jellyfin (Dashboard → Plugins → Repositories): - -``` -https://gitea.tourolle.paris/dtourolle/jellyfin-srfPlay/raw/branch/master/manifest.json -``` - -Then install "SRF Play" from the plugin catalog. - ## Manual Installation 1. Build the plugin (see above)