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.
- Host: GitHub
- URL: https://github.com/rssblue/chapters
- Owner: rssblue
- License: apache-2.0
- Created: 2023-04-11T08:30:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T12:08:48.000Z (over 2 years ago)
- Last Synced: 2025-02-28T08:38:20.812Z (over 1 year ago)
- Topics: podcast, rust
- Language: Rust
- Homepage: https://docs.rs/chapters
- Size: 7.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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).