ac000/divibly
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Overview
========
divibly is a simple program to watch DVB-T streams using libvlc & GTK.
It needs a channels.conf file in the zap format.
You can create a suitable channels.conf like
$ dvbv5-scan /usr/share/dvbv5/dvb-t/<transmitter> -O zap -o channels.conf
Where <transmitter> is a suitable file from that directory.
On Fedora you will need the v4l-utils & dtv-scan-tables packages.
Use
===
Run it like
$ divibly channels.conf
Up/Down arrow moves through channels.
1-9 & 0 are mapped to the first 10 channels.
f toggles fullscreen.
z resizes the screen back to the default
r resets the current channel, e.g if there's a loss of audio...
m toggles muting of audio.
s toggles subtitles.
/ shows an entry box where you can search for a channel, just start typing...
Esc will cancel this entry.
Esc Un-fullscreen/quits.
q quits.
A double left mouse click toggles full screen.
It has fairly simple requirements; GTK3, libVLC and xosd.
License
=======
divibly is Licensed under the GNU General Public License version 2. See
the COPYING file for details.
Contributing
============
See CodingStyle. Also, code should be signed-off. This means adding a line
that says "Signed-off-by: Name <email>" at the end of each commit, indicating
that you wrote the code and have the right to pass it on as an open source
patch.
See: http://developercertificate.org/