diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 330e8f9..3e4bea1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: id: jprm run: | # Build plugin using JPRM - /tmp/jprm-venv/bin/jprm --verbosity=debug plugin build ./ + /tmp/jprm-venv/bin/jprm --verbosity=debug plugin build . # Find the generated zip file ARTIFACT=$(find . -name "*.zip" -type f -print -quit) diff --git a/build.yaml b/build.yaml index 168daa7..6cc6095 100644 --- a/build.yaml +++ b/build.yaml @@ -1,16 +1,20 @@ --- -name: "Template" +name: "SRFPlay" guid: "eb5d7894-8eef-4b36-aa6f-5d124e828ce1" version: "1.0.0.0" targetAbi: "10.9.0.0" framework: "net8.0" -overview: "Short description about your plugin" +overview: "SRF Play plugin for Jellyfin" description: > - This is a longer description that can span more than one - line and include details about your plugin. -category: "General" + Provides access to SRF Play content in Jellyfin, including + live streams and on-demand content from Swiss Radio and Television. +category: "LiveTV" owner: "jellyfin" artifacts: -- "Jellyfin.Plugin.Template.dll" +- "Jellyfin.Plugin.SRFPlay.dll" +build_type: "dotnet" +dotnet_configuration: "Release" +dotnet_framework: "net8.0" +project: "Jellyfin.Plugin.SRFPlay/Jellyfin.Plugin.SRFPlay.csproj" changelog: > - changelog + Initial release