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

Add Oldest, Random Support to Podcast.PlayOrder #29

Closed
jmillerv opened this issue Dec 11, 2022 · 1 comment · Fixed by #33
Closed

Add Oldest, Random Support to Podcast.PlayOrder #29

jmillerv opened this issue Dec 11, 2022 · 1 comment · Fixed by #33
Labels
enhancement New feature or request

Comments

@jmillerv
Copy link
Owner

Currently, the program selects from the newest episode in the feed, checks against the cache of played episodes, and then returns whatever the most recent episode that hasn't been played. The feeds should also be able to be played randomly and oldest first.

@jmillerv jmillerv added the enhancement New feature or request label Dec 11, 2022
@jmillerv jmillerv added this to the Nice To Have milestone Dec 11, 2022
@jmillerv
Copy link
Owner Author

Most of this code was implemented in #4, but changing between, newest, oldest, random isn't possible at the moment.

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

Successfully merging a pull request may close this issue.

1 participant