jellypod/README.md
Duncan Tourolle ba497924e9
All checks were successful
🚀 Release Plugin / build-and-release (push) Successful in 1m54s
update readme
2025-12-14 00:10:25 +01:00

1.2 KiB

Jellypod

A Jellyfin plugin that adds podcast support to your media server.

Features

  • Browse and subscribe to podcasts
  • Automatic episode downloads
  • Integration with Jellyfin's library system

Installation

Manual Installation

  1. Download the latest release from Releases
  2. Extract the contents to your Jellyfin plugins directory:
    • Linux: ~/.local/share/jellyfin/plugins/Jellypod/
    • Windows: %LOCALAPPDATA%\jellyfin\plugins\Jellypod\
    • Docker: /config/plugins/Jellypod/
  3. Restart Jellyfin

Building from Source

Requirements

Build

dotnet build

The plugin DLL will be in Jellyfin.Plugin.Jellypod/bin/Debug/net8.0/.

Development

This plugin is based on the Jellyfin Plugin Template.

See the .vscode folder for VS Code debugging configuration.

License

This project is licensed under the GPLv3 - see the LICENSE file for details.