From 206be57e8fc44ca33de683dd8776a9e164ef404f Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Fri, 18 Jul 2025 22:51:20 -0700 Subject: [PATCH] docs: update lineup id info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 793b3c4..167edbc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ See [Environment variables](#environment-variables) for configuration options. | Variable | Description | Type | Default | | ------------- | --------------------------------------------------------------------------------------------------------------- | ------- | -------------------------------- | -| `LINEUP_ID` | Lineup ID; You can find this at https://tvlistings.gracenote.com/grid-affiliates.html?aid=orbebb | String | `USA-lineupId-DEFAULT` (Attenna) | +| `LINEUP_ID` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | String | `USA-lineupId-DEFAULT` (Attenna) | | `TIMESPAN` | Either 3 or 6 hours of shows | Integer | 3 | | `PREF` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | String | (empty) | | `COUNTRY` | Country code (default: `US`) | String | US | @@ -60,7 +60,7 @@ See [Environment variables](#environment-variables) for configuration options. | Argument | Description | Type | Default | | -------------- | --------------------------------------------------------------------------------------------------------------- | ------- | -------------------------------- | -| `--lineupId` | Lineup ID; You can find this at https://tvlistings.gracenote.com/grid-affiliates.html?aid=orbebb | String | `USA-lineupId-DEFAULT` (Attenna) | +| `--lineupId` | Lineup ID; Read more in the [Wiki](https://github.com/jef/zap2xml/wiki/Retrieving-Lineup-ID) | String | `USA-lineupId-DEFAULT` (Attenna) | | `--timespan` | Either 3 or 6 hours of shows | Integer | 3 | | `--pref` | User Preferences, comma separated list. `m` for showing music, `p` for showing pay-per-view, `h` for showing HD | String | (empty) | | `--country` | Country code (default: `US`) | String | US |