Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQs #153

Merged
merged 1 commit into from
Aug 21, 2018
Merged

FAQs #153

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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