تخطَّ إلى المحتوى

podcast

هذا المحتوى غير متوفر بلغتك بعد.

RSS feed management, episode hosting, and multi-device playback sync. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Terminal window
nself license set nself_pro_xxxxx...
nself plugin install podcast

A complete podcast backend for hosting and distributing podcast episodes. Manages episode uploads to MinIO, generates standards-compliant RSS feeds for Apple Podcasts and Spotify, tracks per-device playback progress for cross-device sync, and provides chapter marker support.

Env VarDefaultDescription
PODCAST_PORT3210Podcast service port
PODCAST_STORAGE_BUCKETnoneMinIO bucket for audio files
PODCAST_BASE_URLnonePublic base URL for episode URLs in RSS
PODCAST_DEFAULT_LANGUAGEenDefault podcast language
PortPurpose
3210Podcast REST API

5 tables added to your Postgres database:

  • np_podcast_shows: podcast show definitions
  • np_podcast_episodes: episode records
  • np_podcast_chapters: episode chapter markers
  • np_podcast_progress: per-device playback progress
  • np_podcast_subscriptions: subscriber records
RouteTarget
/podcast/Podcast management API
/podcast/{show_id}/feed.xmlRSS feed for distribution