Tested with:
v1.9.7+hotfix.4, Wave G in Seattlev1.10.5, Comcast in the South Bay Area
set interfaces ethernet eth0 description LAN
set interfaces ethernet eth1 description WAN
set interfaces ethernet eth2 description WLAN
| # | |
| # this script will convert the hdhomerun listings (channels) to | |
| # m3u format for use with external media players. before running | |
| # this script, be sure to modify the <<config>> variable settings | |
| # below. | |
| # | |
| # Suggested Usage: This script should be run on a cron to keep | |
| # the channel lineup to date. Below is an example of how to execute this script: | |
| # python /path/to/script/hdhomerun-prime-listings-to-m3u.py > /path/to/playlist.m3u | |
| # |