@@ -41,30 +41,32 @@ See [Environment variables](#environment-variables) for configuration options.
4141
4242### Environment variables
4343
44- | Variable | Description | Default |
45- | ------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------- |
46- | ` LINEUP_ID` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | `USA-lineupId-DEFAULT` (Attenna) |
47- | `TIMESPAN` | Timespan in hours (up to 360 = 15 days, default : 6) | 6 |
48- | `PREF` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | (empty) |
49- | `COUNTRY` | Country code (default : ` USA` ) | USA |
50- | `POSTAL_CODE` | Postal code of where shows are available. | 30309 |
51- | `USER_AGENT` | Custom user agent string for HTTP requests. | Uses random if not specified |
52- | `TZ` | Timezone | System default |
53- | `SLEEP_TIME` | Sleep time before next run in seconds (default : 21600, Only used with Docker.) | 21600 |
54- | `OUTPUT_FILE` | Output file name (default : xmltv.xml) | xmltv.xml |
44+ | Variable | Description | Default |
45+ | ------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------- |
46+ | ` LINEUP_ID` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | `USA-lineupId-DEFAULT` (Attenna) |
47+ | `TIMESPAN` | Timespan in hours (up to 360 = 15 days, default : 6) | 6 |
48+ | `PREF` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | (empty) |
49+ | `COUNTRY` | Country code (default : ` USA` ) | USA |
50+ | `POSTAL_CODE` | Postal code of where shows are available. | 30309 |
51+ | `USER_AGENT` | Custom user agent string for HTTP requests. | Uses random if not specified |
52+ | `TZ` | Timezone | System default |
53+ | `SLEEP_TIME` | Sleep time before next run in seconds (default : 21600, Only used with Docker.) | 21600 |
54+ | `OUTPUT_FILE` | Output file name (default : xmltv.xml) | xmltv.xml |
55+ | `CHANNEL_THUMBNAIL_WIDTH` | Width of channel thumbnails in pixels (`0` removes width filter, unset uses API default) | API default (~55) |
5556
5657# ## Command line arguments
5758
58- | Argument | Description | Default |
59- | -------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------- |
60- | `--lineupId` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | `USA-lineupId-DEFAULT` (Attenna) |
61- | `--timespan` | Timespan in hours (up to 360 = 15 days, default : 6) | 6 |
62- | `--pref` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | (empty) |
63- | `--country` | Country code (default : ` USA` ) | USA |
64- | `--postalCode` | Postal code of where shows are available. | 30309 |
65- | `--userAgent` | Custom user agent string for HTTP requests. | Uses random if not specified |
66- | `--timezone` | Timezone | System default |
67- | `--outputFile` | Output file name (default : xmltv.xml) | xmltv.xml |
59+ | Argument | Description | Default |
60+ | ------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------- |
61+ | `--lineupId` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | `USA-lineupId-DEFAULT` (Attenna) |
62+ | `--timespan` | Timespan in hours (up to 360 = 15 days, default : 6) | 6 |
63+ | `--pref` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | (empty) |
64+ | `--country` | Country code (default : ` USA` ) | USA |
65+ | `--postalCode` | Postal code of where shows are available. | 30309 |
66+ | `--userAgent` | Custom user agent string for HTTP requests. | Uses random if not specified |
67+ | `--timezone` | Timezone | System default |
68+ | `--outputFile` | Output file name (default : xmltv.xml) | xmltv.xml |
69+ | `--channelThumbnailWidth` | Width of channel thumbnails in pixels (`0` removes width filter, unset uses API default) | API default (~55) |
6870
6971# # Setup and running in intervals
7072
0 commit comments