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

Pre-load local cache #9

Open
micksmothers opened this issue Nov 14, 2022 · 1 comment
Open

Pre-load local cache #9

micksmothers opened this issue Nov 14, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@micksmothers
Copy link

Feature request:

As a Plex-aaos user I would like to allocate a fixed amount of local storage to pre-cache songs from the currently playing playlist so that the playback experience is less susceptible to interruption due to network issues.

Suggestions: maybe a sliding scale from 100MB to 2GB or such?

Acceptance criteria:
Scenario: shuffle enabled
When the user has enabled the shuffle option
Then the cache should be in the order of the shuffled track list

Scenario: playlist change
When the user has selected a new playlist
and has initiated playback
and the first song in the playlist actually starts playing
Then the cache should be replaced with a new cache from the newly selected playlist

When the user has selected a new playlist
and has not initiated playlist
and switches back to the originally playing playlist
Then the cache should be maintained

@joeyberkovitz
Copy link
Owner

Seems like a dup of #3 with some additional details and features. I'll merge them later

@joeyberkovitz joeyberkovitz added duplicate This issue or pull request already exists enhancement New feature or request labels Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants