feat: lokale Fernsteuerung per Named Pipe fuer das Stream Dock Plugin

Playback, Lautstaerke, Tab-Wechsel sowie list_playlists/play_playlist ueber
\.\pipe\Playtube.Remote.<Name>; Tests inklusive.
This commit is contained in:
2026-09-25 23:43:17 +02:00
parent c30efec612
commit 33043f1319
9 changed files with 852 additions and 1 deletions
+3
View File
@@ -38,6 +38,9 @@ DEFAULT_CONFIG: dict[str, Any] = {
"youtube_output": "",
"music_output": "",
},
# Lokale Fernsteuerung fuer das Stream-Dock-Plugin (Named Pipe, nur dieser Benutzer) -
# siehe playtube/remote_control.py.
"remote_control": {"enabled": True},
"start_tab": "youtube", # "youtube" oder "music"
"home_youtube": "https://www.youtube.com/",
"home_music": "https://music.youtube.com/",