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

Implement Autoplay #284

Open
2 tasks
kkuepper opened this issue Feb 9, 2024 · 0 comments
Open
2 tasks

Implement Autoplay #284

kkuepper opened this issue Feb 9, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Community can help with implementing this

Comments

@kkuepper
Copy link
Member

kkuepper commented Feb 9, 2024

  • implement pseudo code from below
  • ProfileMenu.vue: remove v-if on MenuItem to enable setting

If autoplay is enabled, it should play music after today's episode.

pseudo code:

start today's episode //We want to start playing immediately and don't want to wait for the request.
If (tile.item.shufflePodcastId > 0){ // don't do it for continue listening tiles
   if (enabled autoplay in settings) {
       load TrackApi.trackRecommendationGet() to get list of music
       add music to queue
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Community can help with implementing this
Projects
None yet
Development

No branches or pull requests

1 participant