Skip to content

Commit

Permalink
docs(readme): Remove flag column
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 20, 2023
1 parent 0b57be2 commit c6b67c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ systemctl enable --now castsponsorskip
## Configuration
You can configure the following parameters by setting the appropriate command line flag or environment variable:

| Flag | Env | Description | Default |
|-----------------------|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|
| `--discover-interval` | `DISCOVER_INTERVAL` | Interval to restart the DNS discovery client. | `5m` |
| `--paused-interval` | `PAUSED_INTERVAL` | Time to wait between each poll of the Cast device status when paused. | `1m` |
| `--playing-interval` | `PLAYING_INTERVAL` | Time to wait between each poll of the Cast device status when playing. | `1s` |
| `--categories` | `CATEGORIES` (or `SBCCATEGORIES`) | Comma-separated (or space-separated) SponsorBlock categories to skip, see [category list](https://github.com/ajayyy/SponsorBlock/blob/master/config.json.example). | `sponsor` |
| `--network-interface` | `NETWORK_INTERFACE` | Optionally configure the network interface to use. | All interfaces |

Command line documentation is also generated [here](./docs/castsponsorskip.md).
| Env | Description | Default |
|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|
| `DISCOVER_INTERVAL` | Interval to restart the DNS discovery client. | `5m` |
| `PAUSED_INTERVAL` | Time to wait between each poll of the Cast device status when paused. | `1m` |
| `PLAYING_INTERVAL` | Time to wait between each poll of the Cast device status when playing. | `1s` |
| `CATEGORIES` (or `SBCCATEGORIES`) | Comma-separated (or space-separated) SponsorBlock categories to skip, see [category list](https://github.com/ajayyy/SponsorBlock/blob/master/config.json.example). | `sponsor` |
| `NETWORK_INTERFACE` | Optionally configure the network interface to use. | All interfaces |

See command-line flag documentation [here](./docs/castsponsorskip.md).

To modify the variables when running as a systemd service, create an override for the service with:

Expand Down

0 comments on commit c6b67c0

Please sign in to comment.