Skip to content
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

Question on play Podcast/Show episode order option improvement #320

Open
MarioPinto opened this issue Apr 20, 2022 · 3 comments
Open

Question on play Podcast/Show episode order option improvement #320

MarioPinto opened this issue Apr 20, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@MarioPinto
Copy link

Would it be helpful to have the option to play the next available episode (oldest not-yet-fully-played podcast/show episode) instead of the latest/newest episode (currently the default scenario) ?

Example:

  • Show has 10 episodes
  • you have listened to 1,2,3 and 4
  • you want to keep the order and listen to the 5th one and not the 10th

This is an easy thing to implement and I could create a PR. It would be a boolean like the "ignore fully played" one.
There is one limitation though: The Spotify API only returns the last 50 episodes.

@fcusson
Copy link
Collaborator

fcusson commented Apr 23, 2022

@MarioPinto If you want to make a PR go for it. Although the limit of 50 episodes could be a problem. I'll check if there is a way to go around that limitation with the API

@MarioPinto
Copy link
Author

@fcusson I don't think there is a way to return more than 50 items but the offset parameter should allow to return a different subset instead of just the last 50. I did a quick test but the offset parameter did not seem to affect anything. Not sure if it does not work with shows/podcasts or if it is some kind of bug.

@fcusson fcusson added the enhancement New feature or request label Mar 7, 2023
@hrdwrbob
Copy link

#387
I have made a PR with code that fixes this and completely changes the way shows work - it now works as play show, rather than episode (but looked up by show). My wife is much happier now that the automation works correctly.

@fcusson fcusson self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants