-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Next episode link at episode page. #30
Comments
@cristianoliveira the next/previous on the queue? not sure If I follow. Wouldn't it make more sense to have that on the player instead? |
For instance, on this page I would like to have a next/preview link |
@cristianoliveira that's the thing, there are several concepts of next. The player is an "app by itself", if you consider the state of the application the next is whatever is decided by the user on the queue. You can have a link for the episodes' page next, I guess that makes sense, but in general wouldn't it make more sense to have that on the player instead? |
Actually, I like to see the description of each episode before listening. Is that my need. The first solution that came up my mind was that. We can solve that with another approach |
but then we have 3 different problems:
The solution for 1 is just displaying the next/previous buttons with a hover with the episode from the Queue. The solution for 2 is fairly simple, we could create an endpoint that return the next/previuos episode restricting the channel only. (Currently, if it does not find any it returns a random one from another channel) 3 could be solved in the solution of 1, with a hover that shows the description or at least a link. |
When listening to an episode when this episode is not interesting I would like to try the next/previous one without having to go back to the list.
The text was updated successfully, but these errors were encountered: