- Samsung-Zertifikate (author + distributor) fuer TV-App erstellt - WGT mit Samsung-Signatur auf TV installiert und getestet - Streaming movflags korrigiert: default_base_moof statt faststart (pipe) - frag_duration=1s fuer schnelleren Playback-Start auf Samsung TV - INSTALL.md komplett ueberarbeitet mit Manjaro/Arch-Anleitung - .gitignore: Tizen Studio workspace/ Ordner ausgeschlossen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
42 lines
343 B
Text
42 lines
343 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Data
|
|
data/
|
|
|
|
# Docker
|
|
*.tar
|
|
|
|
# Alt-Backups
|
|
alt/
|
|
_extract/
|
|
|
|
# Config (wird zur Laufzeit gemountet)
|
|
video-konverter/app/cfg/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Tizen Studio Workspace
|
|
workspace/
|
|
|
|
# Claude
|
|
.claude/
|