diff --git a/mkdocs/docs/channels.md b/mkdocs/docs/channels.md index 6b17849..bfff913 100644 --- a/mkdocs/docs/channels.md +++ b/mkdocs/docs/channels.md @@ -54,6 +54,7 @@ The channel customize form gives options to change settings on a per channel bas - **Auto Delete**: Automatically delete watched videos from this channel after selected days. - **Index Playlists**: Automatically add all Playlists with at least a video downloaded to your index. Only do this for channels where you care about playlists as this will slow down indexing new videos because each video will need to check if it belongs to each indexed playlist. This works best if a channel creates playlists containing videos from that channel. Also see [subscribing to Playlist](playlists.md/#playlist-overview). - **SponsorBlock**: Using [SponsorBlock](https://sponsor.ajay.app/) to get and skip sponsored content. Customize per channel: You can *disable* or *enable* SponsorBlock for certain channels only to overwrite the behavior set on the [settings](settings/application.md) page. Selecting *unset* will remove the overwrite and your setting will fall back to the default on the settings page. +- **Page Size**: This will overwrite the page size per channel as described in the [settings](settings/application.md#subscriptions). Setting a value to `0` (zero) you can deactivate shorts on this channel, for example. ### Downloads If you have any videos from this channel pending in the download queue, a *Downloads* link will show, bringing you directly to the [downloads](downloads.md) page, filtering the list by the selected channel. diff --git a/mkdocs/docs/installation/docker-compose.md b/mkdocs/docs/installation/docker-compose.md index 2a794c6..0279b63 100644 --- a/mkdocs/docs/installation/docker-compose.md +++ b/mkdocs/docs/installation/docker-compose.md @@ -35,6 +35,9 @@ Save the [docker-compose.yml](https://github.com/tubearchivist/tubearchivist/blo - For the scheduler to know what time it is, set your timezone with the `TZ` environment variable, defaults to *UTC*. - Set `ENABLE_CAST`, a boolean value, to enable sending videos to your cast-ready devices, [read more](../configuration/cast.md). +!!! info + There is a check at application startup comparing the `TZ` value with your existing schedules. Your schedules will update automatically to reflect the change in timezone. + ## Configuring Tube Archivist Edit the following values in your local `docker-compose.yml` file: