add video and channel metadata

This commit is contained in:
simon 2023-05-07 20:38:25 +07:00
parent 8714149421
commit 98f3bf7575
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@ To search your channels, click on the search icon <img src="/assets/icon-search.
## Channel Detail ## Channel Detail
Each channel gets a set of channel detail pages. Each channel gets a set of channel detail pages.
- If you are subscribed to the channel, an *Unsubscribe* button will show, else the *Subscribe* button will show. - If you are subscribed to the channel, an *Unsubscribe* button will show, else the *Subscribe* button will show.
- You'll see some statistics of the channel, like how many videos you have, total playback and total size. That aggregation is based your filter.
- The **Mark as Watched** button will mark all videos of this channel as watched. - The **Mark as Watched** button will mark all videos of this channel as watched.
### Videos ### Videos
@ -43,6 +44,8 @@ On the *Channel About* page, accessible at `/channel/<channel-id>/about/`, you c
- The button **Reindex** will reindex all channel metadata. This will also categorize existing videos as shorts or streams. - The button **Reindex** will reindex all channel metadata. This will also categorize existing videos as shorts or streams.
- The button **Reindex Videos** will reindex metadata for all videos in this channel. - The button **Reindex Videos** will reindex metadata for all videos in this channel.
If available, you can find the channel description and channel tags there.
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.md) page. 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.md) page.
- **Download Format**: Overwrite the download quality for videos from this channel. - **Download Format**: Overwrite the download quality for videos from this channel.

View File

@ -9,6 +9,8 @@ Clicking on the channel name or the channel icon will bring you to the dedicated
If available, a tag cloud will show, representing the tags set by the uploader. If available, a tag cloud will show, representing the tags set by the uploader.
There you can also find stream metadata like file size, video codecs, video bitrate and resolution, audio codecs and bitrate.
The video description is truncated to the first few lines, click on *show more* to expand the whole description. The video description is truncated to the first few lines, click on *show more* to expand the whole description.
## Playlist ## Playlist