diff --git a/scripts/.local/share/scripts/iptv b/scripts/.local/share/scripts/iptv index dc4f245..02acdef 100755 --- a/scripts/.local/share/scripts/iptv +++ b/scripts/.local/share/scripts/iptv @@ -27,7 +27,7 @@ streaming_server() { } stream_channel() { - "$HOME"/.local/share/scripts/playstream.py --ace-stream-pid "$1" --player "$(which mpv) --profile acestream" + nix-shell -p vlc --run "$HOME/.local/share/scripts/playstream.py --ace-stream-pid $1 --player '$(whereis vlc | cut -d ':' -f 2)'" } channel_selection() {