diff options
Diffstat (limited to 'dotfiles/system/.local/bin/mpd_play_yt_stream')
| -rwxr-xr-x | dotfiles/system/.local/bin/mpd_play_yt_stream | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dotfiles/system/.local/bin/mpd_play_yt_stream b/dotfiles/system/.local/bin/mpd_play_yt_stream deleted file mode 100755 index b53f298..0000000 --- a/dotfiles/system/.local/bin/mpd_play_yt_stream +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# -MYHOST='127.0.0.1' # or your MPD host - -mpduri="$(yt-dlp -f best -g $1)#" -# mpduri="$(yt-dlp -g $1)#" -# TAG=$(yt-dlp -i --get-filename $1) -# cadena="{\"title\":\"$TAG\"}" -# echo "$cadena" -# mpduri="$mpduri$cadena" -# echo "$mpduri" -mpc insert "$mpduri" -mpc next -mpc play |
