A local-first podcast feed generator and editor.
Project description
offshore
Homepage ・ Repository ・ PyPI package ・ Tickets
Local-first podcast feed generator and editor. Manage show metadata and episodes locally, generate a standards-compliant RSS 2.0 + iTunes feed, and serve or publish the output anywhere.
To contribute, please send patch to ~lamons/offshore-dev@lists.sr.ht.
Screenshots†
Requirements
Python 3.11 or later.
Installation
pip install offshore-podcast
Or from source:
pip install -e .
Quick start
offshore serve # opens the web UI at http://127.0.0.1:8765
Data layout
Every show lives in its own subdirectory inside the shows root.
~/offshore/ # default shows root (configurable)
<slug>/
<slug>.json # show and episode metadata
<slug>.lock.json # feed stability lock (GUID / pub_date history)
<slug>.report.json # check results
podcast.xml # generated feed (default location)
rss.xsl # generated stylesheet (default location)
<slug>.json is the primary data file. It stores everything that ends up in the feed: show title, description, language, categories, cover image URL, feed self-link, episodes with their audio URLs, shownotes, persons, and more.
<slug>.lock.json records each episode's GUID and pub_date when it is first saved. Any later change to these values through a normal save is rejected, protecting subscribers from duplicate entries. Use offshore republish to intentionally move an episode date.
<slug>.report.json holds the result of the latest check run, including per-episode audio and image verification results. It's auto-generated to be read by offshore and should not be manually edited.
Documentation
Development
pip install -e ".[dev]"
python -m pytest
Acknowledgement
†: The example feed in the screenshots is from Preserve This Podcast.
The episode check result icons use Bootstrap Icons.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file offshore_podcast-0.5.2.tar.gz.
File metadata
- Download URL: offshore_podcast-0.5.2.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70f1f4334267bbaf318e42fbb28f70adafa6dd4d4d640fb75666e4c1ccbc143c
|
|
| MD5 |
6b517147cad8bb408016df4df694cdf1
|
|
| BLAKE2b-256 |
0ab113ad6d3f581acb7a7ccce617ea23717563808cea3ba46d65864836a9d70a
|
File details
Details for the file offshore_podcast-0.5.2-py3-none-any.whl.
File metadata
- Download URL: offshore_podcast-0.5.2-py3-none-any.whl
- Upload date:
- Size: 120.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc2380a42d66892e15721f4928a3afaacd5d5e581b92ef3f63d97898ff97afce
|
|
| MD5 |
fea5b0e645e6cbf6d7215d37d9c62319
|
|
| BLAKE2b-256 |
09fa86d212434e4e9bf90ce01f8c16f182902f54473b42e77e8b8e43f040e17d
|