mirror of
https://github.com/Radarr/Radarr
synced 2026-04-29 02:53:30 +02:00
docs: update roadmap for Phase 5 TV Shows completion
This commit is contained in:
parent
a8ba9c0843
commit
4f4c00b78b
2 changed files with 18 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -25,6 +25,17 @@ All notable changes to Aletheia are documented in this file.
|
|||
- OpenLibrary metadata provider (BookInfoProxy)
|
||||
- AudiobookInfoProxy with narrator support
|
||||
|
||||
- **Phase 5: TV Shows** (December 2025) - PR #149
|
||||
- TVShow, Season, Episode entities with hierarchical relationships
|
||||
- EpisodeFile entity for downloaded content tracking
|
||||
- TVShowStatus and SeriesType enums for series metadata
|
||||
- TVDbProxy metadata provider for series/episode lookup
|
||||
- TVParser with scene numbering support
|
||||
- Full CRUD API controllers (TVShowController, SeasonController, EpisodeController)
|
||||
- Frontend pages: TV Shows index, show details with season/episode grids
|
||||
- Season/episode-level monitoring with cascade logic
|
||||
- Integration with existing quality profiles and indexer system
|
||||
|
||||
- **Phase 6: Music Foundation** (December 2025) - PR #147
|
||||
- Artist, Album, Track entities with hierarchical relationships
|
||||
- 60+ music quality definitions covering:
|
||||
|
|
|
|||
11
README.md
11
README.md
|
|
@ -82,15 +82,18 @@ See [ROADMAP.md](../ROADMAP.md) for detailed phase planning.
|
|||
- Phase 0-1: Privacy & security fixes
|
||||
- Phase 2: Foundation (fork, CI/CD, branding)
|
||||
- Phase 2.5: Community standards, quality gates, Unpackerr absorption
|
||||
- Phase 3: Multi-media foundation (database generalization, base entities)
|
||||
- Phase 4: Books & audiobooks support
|
||||
- Phase 5: TV shows (foundation)
|
||||
- Phase 6: Music (foundation)
|
||||
|
||||
**Current:**
|
||||
- Phase 3: Multi-media foundation (database generalization, indexer management)
|
||||
- Phase 5+: TV shows (advanced: anime, multi-episode, packs)
|
||||
- Phase 6+: Music (fingerprinting and quality analysis)
|
||||
|
||||
**Planned:**
|
||||
- Phase 4: Books & audiobooks support
|
||||
- Phase 5: TV shows
|
||||
- Phase 6: Music (with fingerprinting and quality analysis)
|
||||
- Phase 7: Subtitles (Bazarr replacement), podcasts, comics
|
||||
- Phase 8: Advanced indexer integration (Prowlarr absorption)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue