@@ -45,27 +45,27 @@ See [Environment variables](#environment-variables) for configuration options.
4545
4646### Environment variables
4747
48- | Variable | Description | Type | Default |
49- | ------------- | --------------------------------------------------------------------------------------------------------------- | ------ | ------ -------------------------- |
50- | ` LINEUP_ID` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | String | `USA-lineupId-DEFAULT` (Attenna) |
51- | `TIMESPAN` | Either 3 or 6 hours of shows | String | 3 |
52- | `PREF` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | String | (empty) |
53- | `COUNTRY` | Country code (default : ` US ` ) | String | US |
54- | `POSTAL_CODE` | Postal code of where shows are available. | String | 30309 |
55- | `USER_AGENT` | Custom user agent string for HTTP requests. | String | Uses random if not specified |
56- | `TZ` | Timezone | String | System default |
57- | `SLEEP_TIME` | Sleep time before next run in seconds (default : 10800, Only used with Docker.) | String | 10800 |
58- | `OUTPUT_FILE` | Output file name (default : xmltv.xml) | String | xmltv.xml |
48+ | Variable | Description | Default |
49+ | ------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------- |
50+ | ` LINEUP_ID` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | `USA-lineupId-DEFAULT` (Attenna) |
51+ | `TIMESPAN` | Timespan in hours (up to 360 = 15 days, default : 6) | 6 |
52+ | `PREF` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | (empty) |
53+ | `COUNTRY` | Country code (default : ` USA ` ) | USA |
54+ | `POSTAL_CODE` | Postal code of where shows are available. | 30309 |
55+ | `USER_AGENT` | Custom user agent string for HTTP requests. | Uses random if not specified |
56+ | `TZ` | Timezone | System default |
57+ | `SLEEP_TIME` | Sleep time before next run in seconds (default : 10800, Only used with Docker.) | 10800 |
58+ | `OUTPUT_FILE` | Output file name (default : xmltv.xml) | xmltv.xml |
5959
6060# ## Command line arguments
6161
62- | Argument | Description | Type | Default |
63- | -------------- | --------------------------------------------------------------------------------------------------------------- | ------ | ------ -------------------------- |
64- | `--lineupId` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | String | `USA-lineupId-DEFAULT` (Attenna) |
65- | `--timespan` | Either 3 or 6 hours of shows | String | 3 |
66- | `--pref` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | String | (empty) |
67- | `--country` | Country code (default : ` US ` ) | String | US |
68- | `--postalCode` | Postal code of where shows are available. | String | 30309 |
69- | `--userAgent` | Custom user agent string for HTTP requests. | String | Uses random if not specified |
70- | `--timezone` | Timezone | String | System default |
71- | `--outputFile` | Output file name (default : xmltv.xml) | String | xmltv.xml |
62+ | Argument | Description | Default |
63+ | -------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------- |
64+ | `--lineupId` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | `USA-lineupId-DEFAULT` (Attenna) |
65+ | `--timespan` | Timespan in hours (up to 360 = 15 days, default : 6) | 6 |
66+ | `--pref` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | (empty) |
67+ | `--country` | Country code (default : ` USA ` ) | USA |
68+ | `--postalCode` | Postal code of where shows are available. | 30309 |
69+ | `--userAgent` | Custom user agent string for HTTP requests. | Uses random if not specified |
70+ | `--timezone` | Timezone | System default |
71+ | `--outputFile` | Output file name (default : xmltv.xml) | xmltv.xml |
0 commit comments