Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Implementation

Media-specific implementation details for each operational concept.

For conceptual documentation, see Operational Concepts.

Media Types

Media Type Status Documentation
Movies Complete Full pipeline implementation
TV Shows Planned Series → Season → Episode hierarchy
Music Planned Artist → Album → Track hierarchy

Movies Implementation

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

Structure

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)

Related Documentation