23 lines
734 B
YAML
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
|