openzim / youtube

Create a ZIM file from a Youtube channel/username/playlist
GNU General Public License v3.0
39 stars 26 forks source link

Show playlist panel instead of arrows for videos from the `Videos` tab #241

Closed dan-niles closed 6 days ago

dan-niles commented 1 week ago

@Popolechien In our initial discussion we decided to add arrows to videos (#215) played from the Videos page (#213) so that users can navigate to different videos once they have finished viewing the one they clicked on. Something like this:

image

With #237 a playlist panel listing all the videos in a playlist is being added. In this, users can view the thumbnails and title of all videos in a playlist. I propose we use this same playlist panel in the single video page so that users explore more videos in the ZIM easily. (With this they have the option to also loop/shuffle videos).

image

This is also much easier to implement compared to adding arrows buttons to the side of videos, since we have the code ready in #237. What do you think? Shall we do it in this method?

Popolechien commented 1 week ago

@dan-niles : Looks good to me, thanks and feel free to go ahead.