
tv channel play list (linux based)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
An awk script to convert a channels.conf file to a playlist. This allows DVB-T channels to be selected without manually entering frequency. Next channel / previous channel can be selected in the same way as next track / previous track.
A channels.conf file defines frequencies and other parameters for available DVB-T channels in your area. The files can be created by w_scan (recommended), scan or dvbscan. The scanning applications are available externally and may have to be installed on your system to perform the scan.
Once you have a channels.conf file, run the script using the command line:
awk -f makeplaylist.awk channels.conf > playlist.xspf
Then open the play list in vlc.
Assumes that your DVB-T card is working correctly with correct drivers etc.
I am not sure of the availability of w_scan, scan or dvbscan on platforms other than linux.
khaled99
4 years ago
Report