diff --git a/docs/Channels.md b/docs/Channels.md index e6f76541..629222c2 100644 --- a/docs/Channels.md +++ b/docs/Channels.md @@ -17,16 +17,18 @@ The **Subscribe to Channels** button . This will open a dedicated page. ## Channel Detail -Each channel will get a dedicated channel detail page accessible at `/channel//` of your Tube Archivist. This page shows all the videos you have downloaded from this channel plus additional metadata. +Each channel will get a dedicated channel detail page accessible at `/channel//` of your Tube Archivist. This page shows all the videos you have downloaded from this channel. + - If you are subscribed to the channel, an *Unsubscribe* button will show, else the *Subscribe* button will show. -- You can *Show* the channel description, that matches with the *About* tab on YouTube. - The **Mark as Watched** button will mark all videos of this channel as watched. + +Additionally there is a *Channel Playlist* page, accessible at `/channel//playlist/` to show all indexed playlists from this channel. + +On the *Channel About* page you can see additional metadata. - The button **Delete Channel** will delete the channel plus all videos of this channel, both media files and metadata additionally this will also delete playlists metadata belonging to that channel. -- The button **Show Playlists** will go to the [playlists](Playlists) page and filter the list to only show playlists from this channel. -### Channel Customize -Clicking on the *Configure* button will open a form with options to configure settings on a per channel basis. Any configurations here will overwrite your settings from the [settings](Settings) page. -- **Download Format**: Overwrite the download qualities for videos from this channel. +The channel customize form gives options to change settings on a per channel basis. Any configurations here will overwrite your configurations from the [settings](Settings) page. +- **Download Format**: Overwrite the download quality for videos from this channel. - **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 for having to check which playlist this belongs to. - **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) page. Selecting *unset* will remove the overwrite and your setting will fall back to the default on the settings page.