An open API service indexing awesome lists of open source software.

https://github.com/rssblue/chapters

Manage podcast chapters in Rust.
https://github.com/rssblue/chapters

podcast rust

Last synced: 6 months ago
JSON representation

Manage podcast chapters in Rust.

Awesome Lists containing this project

README

          

# Chapters

Manage your podcast (or any media) chapters in multiple formats using Rust.

This crate allows you to read and write chapters

- [x] [from](crate::from_json) and [to](crate::to_json) JSON chapter files
- [x] [from](crate::from_mp3_file) and [to](crate::to_mp3_file) MP3 ID3v2 tags
- [x] [from](crate::from_description) and [to](crate::to_description) episode show notes

## Optional features

- **`rssblue`** — features used internally by [RSS Blue](https://rssblue.com).