Directory Layout
This page describes the structure of the Llama Chile Shop video automation project as implemented on the NAS mount (Z:\). This layout ensures a predictable, scalable structure for stream session content and pipeline assets.
Root Structure (Z:\)
Naming Conventions
- Session folders follow:
YYYY.MM.DD or YYYY.MM.DD.N
- Rendered videos retain input name, with
-vert or -vertical denoting vertical orientation
- All
notes.* files in subfolders are used to seed OpenAI-based descriptions (except for montages/, which has none)
Example
Given a stream session folder Z:\2025.07.04:
This structure allows the pipeline to:
- Detect input type
- Generate and overlay titles
- Call OpenAI if a
notes.* file is present
- Upload to YouTube/PeerTube as applicable
- Optionally toot/post to social media
Next: [Module Index](wiki_module_index.md)