Added tools for automatically passing to vlc and looping

master
silverwizard 2 years ago
parent 7e5896e1e3
commit cc40d16479
  1. 6
      ytloop.sh
  2. 3
      ytscroll.sh

@ -1,3 +1,7 @@
VID=$1
if [ -z $VID ]
then
exit
fi
vlc $VID
./ytscroll.sh `./ytrelated.sh $VID`
./ytloop.sh `./ytrelated.sh $VID`

@ -1,2 +1,3 @@
VID=`./ytsearch.sh $@`
vlc $VID && ./ytloop.sh $VID
vlc $VID
./ytloop.sh `./ytrelated.sh $VID`

Loading…
Cancel
Save