mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 18:01:42 +00:00
The metadata.json for podcasts only contained podcast-level metadata (title, author, etc.) but no episode data. When a podcast library was moved or restored from backup, all episode metadata was lost. This writes per-episode .json files alongside each episode's audio file (e.g. episode.mp3 -> episode.json) containing title, subtitle, season, episode, episodeType, pubDate, publishedAt, description, and chapters. This matches the flat structure approach suggested in issue #5093 since podcast libraries are structured differently from books (flat vs directory-based). Fixes #5093 |
||
|---|---|---|
| .. | ||
| auth | ||
| controllers | ||
| finders | ||
| libs | ||
| managers | ||
| migrations | ||
| models | ||
| objects | ||
| providers | ||
| routers | ||
| scanner | ||
| utils | ||
| Auth.js | ||
| Database.js | ||
| Logger.js | ||
| Server.js | ||
| SocketAuthority.js | ||
| Watcher.js | ||