- Settings-Tab in der App (Discord/Update/Start-Tab live editierbar, kein config.json-Handbearbeiten noetig) - updater.py: plattformabhaengige Asset-Auswahl + Installation (Windows .zip/robocopy, Linux .tar.gz/Shell-Skript) - browser.py/chrome_shim.py: Sec-CH-UA + navigator.userAgentData jetzt je nach sys.platform (Windows/Linux/macOS) - app_id.py: robustere Suche nach umbenanntem QtWebEngine-Hilfsprozess (rglob statt fixer Pfade) - packaging/playtube.spec: icon/version nur unter Windows setzen (Linux-Build faehig) - packaging/install-linux.sh: Installationsskript fuer native Linux-Version (Desktop-Eintrag, Icon, PATH) - .github/workflows/release.yml: baut bei Tag-Push automatisch Windows-.exe UND Linux-Binary und veroeffentlicht beide als GitHub Release Co-Authored-By: Claude Sonnet 5 <[email protected]>
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"app_name": "Playtube",
|
|
"discord": {
|
|
"enabled": true,
|
|
"client_id": "1544058029190938774",
|
|
"update_interval_seconds": 5,
|
|
"show_idle_presence": true
|
|
},
|
|
"updates": {
|
|
"enabled": true,
|
|
"check_interval_hours": 6
|
|
},
|
|
"start_tab": "youtube",
|
|
"home_youtube": "https://www.youtube.com/",
|
|
"home_music": "https://music.youtube.com/",
|
|
"window": {
|
|
"width": 1366,
|
|
"height": 860
|
|
}
|
|
} |