jellypod/build.yaml
Duncan Tourolle 945c550901
All checks were successful
🏗️ Build Plugin / build (push) Successful in 2m6s
🧪 Test Plugin / test (push) Successful in 56s
Add gitea workflows
2025-12-14 00:09:18 +01:00

23 lines
734 B
YAML

---
name: "Jellypod"
guid: "c713faf4-4e50-4e87-941a-1200178ed605"
version: "1.0.0.0"
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "Podcast management plugin for Jellyfin"
description: >
Jellypod allows you to subscribe to podcast RSS feeds, automatically download
episodes, and manage your podcast library within Jellyfin. Episodes are stored
as standard audio files and integrate with Jellyfin's built-in audio player.
category: "General"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Jellypod.dll"
- "System.ServiceModel.Syndication.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "net8.0"
project: "Jellyfin.Plugin.Jellypod/Jellyfin.Plugin.Jellypod.csproj"
changelog: >
Initial release