Initial commit: YouTube Sync Docker container

- Alpine-based Docker image with yt-dlp
- Configurable channel sync script
- Unraid template for Community Applications
- Automatic scheduling via cron
- Emby/Plex/Jellyfin compatible output structure
This commit is contained in:
2026-05-08 18:52:04 -04:00
commit 0ffb54e12e
7 changed files with 456 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Docker
*.log
# Testing
test/
downloads/
config/
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db