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