mirror of
https://github.com/tubearchivist/docs.git
synced 2025-04-05 11:40:13 +00:00
add video and channel metadata
This commit is contained in:
parent
8714149421
commit
98f3bf7575
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user