diff --git a/README.md b/README.md index 17261bbe..5cc79b4d 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,13 @@ For the [environment variables](#environment-variables), you may specify these i | `WEB_IP` | `0.0.0.0` | IP to use for webserver | | `WEB_PORT` | `4124` | Port to use for webserver | | `URL_REPO` | `https://git.binaryninja.net/BinaryNinja/` | Determines where the data files will be downloaded from. Do not change this or you will be unable to get M3U and EPG data. | +| `FILE_PLAYLIST` | `playlist.m3u8` | Filename for M3U playlist file | +| `FILE_EPG` | `xmltv.xml` | Filename for XML guide data file | +| `FILE_TAR` | `xmltv.xml.gz` | Filename for XML compressed as gzip .gz | +| `STREAM_QUALITY` | `hd` | Stream quality
Can be either `hd` or `sd` | | `DIR_BUILD` | `/usr/src/app` | Path inside container where TVApp2 will be built.

⚠️ This should not be used unless you know what you're doing | | `DIR_RUN` | `/usr/bin/app` | Path inside container where TVApp2 will be placed after it is built

⚠️ This should not be used unless you know what you're doing | +| `LOG_LEVEL` | `4` | Level of logging to display in console
`6` Trace & below
`5` Debug & below
`4` Info & below
`3` Notice & below
`2` Warn & below
`1` Error only |

@@ -765,6 +770,7 @@ This docker container contains the following env variables: | `URL_REPO` | `https://git.binaryninja.net/BinaryNinja/` | Determines where the data files will be downloaded from. Do not change this or you will be unable to get M3U and EPG data. | | `FILE_PLAYLIST` | `playlist.m3u8` | Filename for M3U playlist file | | `FILE_EPG` | `xmltv.xml` | Filename for XML guide data file | +| `FILE_TAR` | `xmltv.xml.gz` | Filename for XML compressed as gzip .gz | | `STREAM_QUALITY` | `hd` | Stream quality
Can be either `hd` or `sd` | | `DIR_BUILD` | `/usr/src/app` | Path inside container where TVApp2 will be built.

⚠️ This should not be used unless you know what you're doing | | `DIR_RUN` | `/usr/bin/app` | Path inside container where TVApp2 will be placed after it is built

⚠️ This should not be used unless you know what you're doing |