?? Sync updated wiki pages from docs/wiki

2025-07-27 20:04:16 -07:00
parent f4dbedc971
commit 287d70e65c
5 changed files with 14 additions and 105 deletions

@ -0,0 +1,3 @@
# File Naming & Directory Conventions
_TODO: Add content here._

107
Home.md

@ -1,106 +1,3 @@
<html>
<body>
<!--StartFragment--><html><head></head><body><h1>📄 GitHub Wiki: <code inline="">Home</code></h1>
<h1>😙 Llama Chile Shop Automation Pipeline</h1>
<p>Welcome to the GitHub wiki for the <strong>Llama Chile Shop</strong> content automation pipeline. This project automates the post-processing, metadata generation, and multi-platform publishing of Fortnite livestream highlight videos.</p>
<hr>
<h2>🌟 Project Purpose</h2>
<p>The goal of this pipeline is to:</p>
<ul>
<li>
<p>Automatically process Fortnite livestream clips into polished, branded videos.</p>
</li>
<li>
<p>Dynamically generate descriptions using OpenAI.</p>
</li>
<li>
<p>Upload videos to YouTube and PeerTube.</p>
</li>
<li>
<p>Promote newly uploaded videos on social media (Mastodon and Bluesky).</p>
</li>
</ul>
<p>All work is structured in versioned releases, each building upon the last.</p>
<hr>
<h2>📌 Current Status</h2>
<ul>
<li>
<p><strong>Latest version:</strong> <code inline="">v0.1.1</code></p>
</li>
<li>
<p><strong>Features in progress:</strong></p>
<ul>
<li>
<p>YouTube uploads with AI-generated descriptions</p>
</li>
<li>
<p>Modular architecture refactor</p>
</li>
<li>
<p>Proof-of-concept end-to-end flow for <code inline="">montages/</code> only</p>
</li>
</ul>
</li>
</ul>
<hr>
<h2>🧱 Core Technologies</h2>
<ul>
<li>
<p><strong>Python</strong> 3.11+</p>
</li>
<li>
<p><strong>FFmpeg</strong> for video processing</p>
</li>
<li>
<p><strong>OpenAI API</strong> for text generation</p>
</li>
<li>
<p><strong>YouTube Data API</strong> for uploads</p>
</li>
<li>
<p><strong>GitHub Actions</strong> (future)</p>
</li>
<li>
<p><strong>PeerTube API</strong> (future)</p>
</li>
</ul>
<hr>
<h2>🗃️ Directory Layout (Simplified)</h2>
<pre><code>Z:\
├── 2025.07.01\
│ ├── hits\
│ ├── misses\
│ ├── montages\
│ ├── outtakes\
│ └── rendered\
├── modules\
├── assets\
├── upload_youtube_montage.py
├── main.py
├── .env
└── README.md
</code></pre>
<hr>
<h2>📋 Version Map</h2>
# Home
Version | Feature Summary
-- | --
v0.0.1 | Stable rendering pipeline with intro/title/outro
v0.1.1 | Adds YouTube upload + dynamic OpenAI description support
v0.1.2 | Adds PeerTube support (same pattern as YouTube)
v0.2.0 | Adds Mastodon auto-toots
v0.2.1 | Adds Bluesky auto-toots
<hr>
<h2>🤝 Contributors</h2>
<ul>
<li>
<p>🧠 Alpha Alpaca (aka “Gramps”)</p>
</li>
<li>
<p>🤖 ChatGPT (assistant, code reviewer, doc writer)</p>
</li>
</ul></body></html><!--EndFragment-->
</body>
</html>
_TODO: Add content here._

3
Metadata Format.md Normal file

@ -0,0 +1,3 @@
# Metadata Format
_TODO: Add content here._

3
Metadata History.md Normal file

@ -0,0 +1,3 @@
# Metadata History
_TODO: Add content here._

3
Test Structure.md Normal file

@ -0,0 +1,3 @@
# Test Structure
_TODO: Add content here._