---
name: media-and-creative-production
description: "Comprehensive media management (movies, TV, music, ebooks) and creative production (AI video, transcription, automation)."
---

# Media & Creative Production

Class-level umbrella for managing and creating digital media content.

## Media Library Management (ZimaOS)

Organize and normalize local media files at `/media/HDD_1TB/Medien/`.

### Standards
- **Naming**: Underscores, ASCII only, no track artifacts.
- **TV Shows**: `Show_Name/S01/Show_Name_S01E01.mp4`.
- **Permissions**: Use `sudo` for writes on HDD mount.

### Content Types
- **Movies & TV**: Plex metadata troubleshooting and library audits.
- **Audiobooks**: Tagging via Audible API, concatenation with `ffmpeg`, Audiobookshelf integration.
- **eBooks**: Metadata repair (Morawa.at covers), EPUB/PDF patching.

## Creative Production & Automation

### AI Video Production
- **Workflow**: Script → DALL-E → edge-tts → ffmpeg (Ken-Burns).
- **YouTube Pipeline**: Reddit JSON → edge-tts → background footage → ffmpeg.
- **ZimaOS ffmpeg**: Use `-c:v mpeg4 -q:v 5`.

### Music & Transcription
- **Resources**: Finding sheet music/tabs on international and Turkish platforms.
- **Transcription**: Audio analysis via `librosa` for chord/melody extraction.

## Common Pitfalls
- **yt-dlp**: Always use `--no-part` on ZimaOS HDD mounts to avoid rename corruption.
- **Plex**: Posters must be 2:3 portrait; `curl -F` corrupts uploads.
- **Reddit**: 403 is common; use PullPush.io as fallback.
