From ccea275c30245b711f6eaefa5473136fec1f2c41 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 10 Apr 2024 18:35:05 +0200 Subject: [PATCH] add custom playlist user docs --- mkdocs/docs/playlists.md | 7 +++++-- mkdocs/docs/video.md | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/playlists.md b/mkdocs/docs/playlists.md index 346a7aa..f8fa1e1 100644 --- a/mkdocs/docs/playlists.md +++ b/mkdocs/docs/playlists.md @@ -12,11 +12,14 @@ Accessible at `/playlist/` of your Tube Archivist, this **Overview Page** shows You can index playlists of a channel from the channel detail page as described [here](channels.md#channel-detail). -The **Subscribe to Playlist** button add icon opens a text field to subscribe to playlists. You have a few options: +To add a playlist click on the add icon button. There you can **Subscribe to Playlist**: -- Enter a playlist [playlist](urls.md#playlist) +- Enter a playlist [playlist](urls.md#playlist). - Add one per line. +*or* you can **Create Custom Playlist**. That is a local only playlist. Add videos from their [video detail page](video.md). + + !!! note It doesn't make sense to subscribe to a playlist if you are already subscribed the corresponding channel as this will slow down the **Rescan Subscriptions** [task](downloads.md#rescan-subscriptions). diff --git a/mkdocs/docs/video.md b/mkdocs/docs/video.md index bd240ea..bc3677c 100644 --- a/mkdocs/docs/video.md +++ b/mkdocs/docs/video.md @@ -10,6 +10,7 @@ Clicking on the channel name or the channel icon will bring you to the dedicated - The button **Reindex** will reindex the metadata of this video. - The button **Download File** will download the media file in the browser. - The button **Delete Video** will delete that video including the media file. +- The button **Add to Playlist** opens a list of your available [custom playlists](playlists.md/#playlist-overview). Check the box to add the video to the list. If available, a tag cloud will show, representing the tags set by the uploader.