-- Leo's gemini proxy

-- Connecting to republic.circumlunar.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Choose channel dialog


Following on from the last post about how I got my TV card working, here is a little script I wrote that allows me to choose a channel and start watching. It uses zenity for a rudimentary GUI:


$ cat bin/tv_choose_channel
#!/bin/bash
awk -F ':' '{print $1}' < .mplayer/channels.conf  | \
   zenity --list --title "Choose Channel" \
   --text "Choose a TV channel to watch..." \
   --column "Channels" | xargs -IREP tv_watch "REP"

Originally posted at 2007-05-10 02:57:06+00:00. Automatically generated from the original post : apologies for the errors introduced.


original post

-- Response ended

-- Page fetched on Sun May 19 08:24:40 2024