mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 18:01:42 +00:00
The metadata.json written for podcast libraries only included podcast-level metadata (title, author, description, etc.) but not episode-level data like titles, descriptions, pubDates, and chapters. This meant that when a podcast library was moved or restored from backup, all episode metadata was lost. This change adds an episodes array to the metadata.json output containing the key fields for each episode: title, subtitle, season, number, type, pubDate, publishedAt, description, and chapters. 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 | ||