Skip to content

Running Telly: Dev Branch Standalone with config file

Chaz Larson edited this page Dec 5, 2018 · 1 revision
  1. Create a telly.config.toml file and place it in /etc/telly/telly.config.toml or $HOME/.telly/telly.config.toml or the directory that telly is in.

OS X:

./telly
INFO[2018-08-24T18:02:45-05:00] telly is preparing to go live (version=1.1.0.1, branch=dev, revision=309792d7b5976a9689d2386c43961ead77cc11ec)
INFO[2018-08-24T18:02:49-05:00] Loading M3U from http://irislinks.net:83/get.php?username=hunter1&password=hunter2&type=m3u_plus&output=ts
INFO[2018-08-24T18:02:50-05:00] Loading XMLTV from http://irislinks.net:83/xmltv.php?username=hunter1&password=hunter2
INFO[2018-08-24T18:03:40-05:00] Requesting guide data for 0 programs from Schedules Direct
INFO[2018-08-24T18:03:40-05:00] Making 0 requests to Schedules Direct for program information, this might take a while
INFO[2018-08-24T18:03:40-05:00] Making 0 requests to Schedules Direct for artwork, this might take a while
INFO[2018-08-24T18:03:44-05:00] Loaded 271 channels into the lineup from Heisenberg
INFO[2018-08-24T18:03:44-05:00] telly is live and on the air!
INFO[2018-08-24T18:03:44-05:00] Broadcasting from http://1.2.3.4:6077/
INFO[2018-08-24T18:03:44-05:00] EPG URL: http://1.2.3.4:6077/epg.xml

Linux:

./telly
INFO[2018-08-24T18:02:45-05:00] telly is preparing to go live (version=1.1.0.1, branch=dev, revision=309792d7b5976a9689d2386c43961ead77cc11ec)
INFO[2018-08-24T18:02:49-05:00] Loading M3U from http://irislinks.net:83/get.php?username=hunter1&password=hunter2&type=m3u_plus&output=ts
INFO[2018-08-24T18:02:50-05:00] Loading XMLTV from http://irislinks.net:83/xmltv.php?username=hunter1&password=hunter2
INFO[2018-08-24T18:03:40-05:00] Requesting guide data for 0 programs from Schedules Direct
INFO[2018-08-24T18:03:40-05:00] Making 0 requests to Schedules Direct for program information, this might take a while
INFO[2018-08-24T18:03:40-05:00] Making 0 requests to Schedules Direct for artwork, this might take a while
INFO[2018-08-24T18:03:44-05:00] Loaded 271 channels into the lineup from Heisenberg
INFO[2018-08-24T18:03:44-05:00] telly is live and on the air!
INFO[2018-08-24T18:03:44-05:00] Broadcasting from http://1.2.3.4:6077/
INFO[2018-08-24T18:03:44-05:00] EPG URL: http://1.2.3.4:6077/epg.xml

Windows:

telly
INFO[2018-08-24T18:02:45-05:00] telly is preparing to go live (version=1.1.0.1, branch=dev, revision=309792d7b5976a9689d2386c43961ead77cc11ec)
INFO[2018-08-24T18:02:49-05:00] Loading M3U from http://irislinks.net:83/get.php?username=hunter1&password=hunter2&type=m3u_plus&output=ts
INFO[2018-08-24T18:02:50-05:00] Loading XMLTV from http://irislinks.net:83/xmltv.php?username=hunter1&password=hunter2
INFO[2018-08-24T18:03:40-05:00] Requesting guide data for 0 programs from Schedules Direct
INFO[2018-08-24T18:03:40-05:00] Making 0 requests to Schedules Direct for program information, this might take a while
INFO[2018-08-24T18:03:40-05:00] Making 0 requests to Schedules Direct for artwork, this might take a while
INFO[2018-08-24T18:03:44-05:00] Loaded 271 channels into the lineup from Heisenberg
INFO[2018-08-24T18:03:44-05:00] telly is live and on the air!
INFO[2018-08-24T18:03:44-05:00] Broadcasting from http://1.2.3.4:6077/
INFO[2018-08-24T18:03:44-05:00] EPG URL: http://1.2.3.4:6077/epg.xml

Walkthroughs

Clone this wiki locally