~scripts
55 itemsDownload ./*

55 itemsDownload ./*

..
dzen2
tiling
vosh
4cdl
4trips
alarm
ambient
ana-wall.sh
battery-monitor
brightness.sh
checkit
cleverbot.py
clock
color-gen
colors-hex
colorscheme.sh
compton
dailywall
dmenu
ffthumb
grid
gridmacro
gridmacro.kde
help
importw
indexer
install-all.sh
install-twily.sh
installng
keep-on
mp3ogg
orage
pipes
pipes.x
pipewire_bt.sh
ports
rain
randwall
rotate.sh
scan.sh
screen-dim
screencast
screencast2
scrot
scrotw
search
skull
slocker
starwars
streamit
sumnum
tty-colorize
usrmount
ytp
ytplay


scriptsytplay
1 988•  6 years ago•  DownloadRawClose
6 years ago•  1 988

{}
#!/bin/bash
#
# Author:      Twily                                           2017
# Description: Play everything on youtube based on your search tag.
# Requires:    mpv
# Usage        $ sh ./ytplay Some Artist

SRC="$@"

SRC=${SRC// /%20}
SRC=${SRC//&/%26}
TAG="#music"
URL="https://www.youtube.com/results?search_query="

mpv "$URL$SRC$TAG" --really-quiet --force-window=immediate --keep-open --loop=inf &

exit 0

Top
©twily.info 2013 - 2024
twily at twily dot info



2 017 790 visits
... ^ v