pyvideo / richard

video indexing site
Other
216 stars 55 forks source link

next/prev video in playlist links on video page #281

Open willkg opened 9 years ago

willkg commented 9 years ago

You go to one of your playlists and pick a video to watch. You watch the video. Now that you're done with the video, you want to go watch the next video in the playlist.

There's no way to do this from the video page. Right now you have to go back to the playlist and then go to the next video in the playlist.

It'd be nice to have next/prev video in playlist links on the video page.

There are some things I'm not sure about. I'm not sure what happens if a user has more than, say, 10 playlists. Clearly this doesn't scale. I'm also not sure how this works with playlists that you don't own since we don't want to show next/prev video in playlist for all playlists on the site. Maybe the better idea is to have a /playlist/<id>/watch/<videoid> url so that you're watching videos in a specific playlist and it can show you the next/prev video for that specific playlist.