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

Shuffle An Entire Library #1399

Closed
anthonylavado opened this issue Oct 3, 2023 · 1 comment · Fixed by #1376
Closed

Shuffle An Entire Library #1399

anthonylavado opened this issue Oct 3, 2023 · 1 comment · Fixed by #1376
Labels
enhancement New feature or request

Comments

@anthonylavado
Copy link
Member

anthonylavado commented Oct 3, 2023

Is your feature request related to a problem? Please describe

This was created on behalf of a Reddit user comment:
https://www.reddit.com/r/linux/comments/16xufak/comment/k352mtw/

Describe the solution you'd like

Being able to select a library, and select "Shuffle" to play any media item inside at random. This would apply to the root of the library, whether movies or tv shows.

Describe alternatives you've considered

Using TV Show shuffle, but it requires selecting a TV Show.

Additional context

None really.

@anthonylavado anthonylavado added the enhancement New feature or request label Oct 3, 2023
@cewert
Copy link
Member

cewert commented Oct 3, 2023

This is being implemented in my "Quick Play" PR #1376. Pressing play on a movie or tv show collection from the home screen "My Media" row will shuffle play the items inside (mostly).

These are the library types supported and what the current logic looks like (copied from the PR):

  • Add "collectionFolder" support
    • Supports movies, tvshows, boxsets, and music collection types
      • movies: shuffle play all movies found in collection
      • tvshows: shuffle play all watched episodes in collection
      • boxsets: pick a random boxset inside and play all the items inside
      • music: shuffle play all audio files in collection
    • Works from the "My Media" and favorite rows on the home page and also the main grid view

Edit: I also added support for Quick Playing Live TV and Music Video libraries

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.

2 participants