Skip to content

Commit

Permalink
Merge pull request #153 from chazlarson/patch-3
Browse files Browse the repository at this point in the history
FAQs
  • Loading branch information
robbiet480 authored Aug 21, 2018
2 parents 309792d + 107d30a commit 983e15b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IPTV proxy for Plex Live written in Golang

# Configuration

Here's an example configuration file. It should be placed in `/etc/telly/telly.config.toml` or `$HOME/.telly/telly.config.toml` or `telly.config.toml` in the directory that telly is running from.
Here's an example configuration file. You will need to create this file. It should be placed in `/etc/telly/telly.config.toml` or `$HOME/.telly/telly.config.toml` or `telly.config.toml` in the directory that telly is running from.

```toml
[Discovery]
Expand Down Expand Up @@ -57,6 +57,11 @@ Here's an example configuration file. It should be placed in `/etc/telly/telly.c
M3U = "http://myprovider.com/playlist.m3u"
EPG = "http://myprovider.com/epg.xml"
```
You only need one source; the ones you are not using should be commented out or deleted. The filter-related keys can be used with any of the sources.

If you do not have a Schedules Direct account, that section can be removed or left blank.

Set listen- and base-address to the IP address of the machine running telly.

# Docker

Expand Down

0 comments on commit 983e15b

Please sign in to comment.