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:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user