https://github.com/hbmartin/podcast-chapter-tools
Extract and transform podcast chapter information between PodCastIndex chapters, Podlove simple chapters, and description embeds.
https://github.com/hbmartin/podcast-chapter-tools
chapters podcast podcast-chapters podcastindex podlove
Last synced: about 1 month ago
JSON representation
Extract and transform podcast chapter information between PodCastIndex chapters, Podlove simple chapters, and description embeds.
- Host: GitHub
- URL: https://github.com/hbmartin/podcast-chapter-tools
- Owner: hbmartin
- License: apache-2.0
- Created: 2024-06-13T20:45:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T02:02:32.000Z (7 months ago)
- Last Synced: 2025-04-08T12:47:29.717Z (2 months ago)
- Topics: chapters, podcast, podcast-chapters, podcastindex, podlove
- Language: Python
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# podcast-chapter-tools
[](https://github.com/hbmartin/podcast-transcript-tools/actions/workflows/lint.yml)
[](https://github.com/astral-sh/ruff)
[](https://github.com/psf/black)
[](https://google.github.io/pytype/)
[](https://twitter.com/hmartin)
Implementing indexing and conversion of podcast chapters.
- https://github.com/hbmartin/podcast-transcript-convert
- https://github.com/Podcastindex-org/podcast-namespace/blob/main/transcripts/transcripts.md
- https://github.com/hbmartin/overcast-to-sqlite
- https://support.spotify.com/us/podcasters/article/enabling-podcast-chapters/## Installation
```bash
pip install podcast-chapter-tools
```## Development
```bash
git clone [email protected]:hbmartin/podcast-chapter-tools.git
cd podcast-chapter-tools
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```## Authors
- [Harold Martin](https://www.linkedin.com/in/harold-martin-98526971/) - harold.martin at gmail
- Icon courtesy of [Vecteezy.com](https://www.vecteezy.com)