gotbletu / shownotes

notes for videos from my youtube channel
https://www.youtube.com/user/gotbletu
GNU General Public License v3.0
911 stars 173 forks source link

TuxTV Close #9

Closed kirkins closed 7 years ago

kirkins commented 7 years ago

With the TuxTv script. If you close using 'q' everything stops but if you close the terminal menu and leave vlc playing then later close vlc the sound will keep playing even though the window is closed.

I've just been opening the menu in tmux and re-opening when I want to change channels or close.

Do you know how I can manually close a backgrounded vlc steam if that happens?

gotbletu commented 7 years ago

Well usually i would just leave the tmux session for it open but if you want it killall vlc instances, you can use this command

killall -9 vlc

or bust out htop and kill it that way if you like also:

start htop
hit \
type vlc
hit enter
hit k
hit 9
hit enter
kirkins commented 7 years ago

perfect, thx