mpv: add a menu option to cast just the audio, via Blast

This commit is contained in:
2024-03-11 11:43:53 +00:00
parent c1edf96ce0
commit 21691fc2fd

View File

@@ -109,6 +109,11 @@ in
# ];
};
suggestedPrograms = [
"blast-to-default"
"go2tv"
];
sandbox.method = "bwrap";
sandbox.autodetectCliPaths = true;
sandbox.net = "all";
@@ -169,7 +174,8 @@ in
alt+i script-binding uosc/keybinds #! Utils > Key bindings
O script-binding uosc/show-in-directory #! Utils > Show in directory
# script-binding uosc/open-config-directory #! Utils > Open config directory
# set pause yes; run ${execInTerm} go2tv -v "''${stream-open-filename}" #! Cast
ctrl+r run ${execInTerm} blast-to-default #! Audiocast
ctrl+t set pause yes; run ${execInTerm} go2tv -v "''${stream-open-filename}" #! Cast
# set pause yes; run ${execInTerm} go2tv -u "''${stream-open-filename}" #! Cast (...) > Stream
# set pause yes; run go2tv #! Cast (...) > GUI
# TODO: unify "Cast" and "Cast (stream)" options above.