Initial commit: Twitch VOD Manager v3.5.3

- Main application with auto-update functionality
- PyInstaller spec for building standalone EXE
- Inno Setup installer script with silent update support
- Server version.json for update checking

Features:
- Download Twitch VODs
- Auto-update with silent installation
- Settings stored in ProgramData

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
xRangerDE
2026-02-04 12:30:52 +01:00
co-authored by Claude Opus 4.5
commit b29e50afa1
5 changed files with 2680 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"version": "3.5.3",
"download_url": "http://24-music.de/Twitch_VOD_Manager_Setup.exe",
"changelog": "Silent Update (kein CMD-Fenster)"
}