PeerTube
PeerTube copied to clipboard
Add Ability to Show Multiple Channels in Peertube Videos List
Describe the problem to be solved
When customizing the home page, there are a lot of options to show videos through the peertube-videos-list and other PeerTube HTML tags. However, on the peertube-videos-list, you can only display a list from 1 channel or 1 account. peertube-videos-list
For example: data-channel-handle="chocobozzz_channel"
It would be great to show a list from multiple channels so you can easily display the newest or trending videos from specific, featured channels on the home page.
Describe the solution you would like
Unless there is another way to do this, please consider adding the same functionality so that it can display a list from multiple channels, the same way these work: data-category-one-of and data-language-one-of
Maybe create: data-channel-handle-one-of="chocobozzz_channel, channel_2, channel_3" And this too: data-account-handle-one-of="chocobozzz, account_2, account_3"
A side note, on peertube-videos-list is only shows view count for the video and does not show published date. (5 views) Please consider adding published date so that it is consistent with all the other video lists (Local Videos, Recently Added etc.) which shows (8 hours ago • 5 views)
Thank you!