Media-specific implementation details for each operational concept.
For conceptual documentation, see Operational Concepts.
| Media Type | Status | Documentation |
|---|---|---|
| Movies | Complete | Full pipeline implementation |
| TV Shows | Planned | Series → Season → Episode hierarchy |
| Music | Planned | Artist → Album → Track hierarchy |
| Phase | Document | Concept Reference |
|---|---|---|
| Scanning | 01-SCANNING.md | Scanning |
| Scraping | 02-SCRAPING.md | Scraping |
| Asset Selection | 03-ASSET-SELECTION.md | Downloading |
| Actor Enrichment | 04-ACTOR-ENRICHMENT.md | - |
| Trailer Enrichment | 05-TRAILER-ENRICHMENT.md | - |
| Publishing | 06-PUBLISHING.md | Publishing |
implementation/
├── README.md # This file
├── Movies/ # Movie-specific implementation
│ ├── README.md # Movie pipeline overview
│ ├── 01-SCANNING.md
│ ├── 02-SCRAPING.md
│ ├── 03-ASSET-SELECTION.md
│ ├── 04-ACTOR-ENRICHMENT.md
│ ├── 05-TRAILER-ENRICHMENT.md
│ └── 06-PUBLISHING.md
├── TVShows/ # (Planned)
└── Music/ # (Planned)
- Operational Concepts - Design principles and architecture
- Architecture - System design