Files
youtube-sync-docker/.gitignore
azcomputerguru 0ffb54e12e 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
2026-05-08 18:52:04 -04:00

19 lines
118 B
Plaintext

# Docker
*.log
# Testing
test/
downloads/
config/
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db