Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Make queued item limit configurable #126

Open
dj21d opened this issue May 19, 2021 · 3 comments
Open

Make queued item limit configurable #126

dj21d opened this issue May 19, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@dj21d
Copy link

dj21d commented May 19, 2021

Description:
When I use plex assistant to shuffle play a show, only episodes from early seasons are added to the playlist, but not exactly the first 21 shows of the series. Confirmed with 3 different shows.

Example:
"Tell plex to shuffle play the simpsons"
Playlist(sorted for ease of reading): S01E02, S01E03, S01E04, S01E05, S01E06, S01E08, S01E09, S01E13, S02E01, S02E02, S02E03, S02E05, S02E06, S02E07, S02E08, S02E09, S02E11, S02E12, S02E13, S02E14, S02E16
When I use the shuffle function within the plex mobile app I get a playlist from all 16 season I have downloaded.

Errors: No Errors in log
Integration Version: 1.1.6
HA Version: 2021.5.1
Plex Version: 1.22.3.4392
Trigger Method: IFTTT
Install method: HACS
HA's Plex Integration ☑️
Command(through google assistant): "Tell plex to shuffle play {show} on {device}
No advanced Configs

@dj21d dj21d added the bug Something isn't working label May 19, 2021
@github-actions
Copy link

Important:

Issues that don't provide the information requested in the troubleshooting docs may not get a reply and may be closed until the info is provided. Please, include as much of the requested info as possible so that I can replicate and investigate your issue.

When pasting in your config/code/errors always place 3 backticks ``` above the first line and after the last line. Doing this will format it correctly.

@maykar
Copy link
Owner

maykar commented May 30, 2021

** Disclaimer: Bear with me as I have very little time to work on my projects at the moment as I am currently going through a divorce, finding a new place to live, moving, and still keeping my sanity.

I did put a limit on returned results to help with processing speed and I thought it would be rare that anyone would watch that much TV in a sitting, but I can see that there would be use cases. The music results aren't as limited as they have a shorter duration.

Maybe I can just make this user configurable...

@maykar maykar added enhancement New feature or request and removed bug Something isn't working labels May 30, 2021
@maykar maykar changed the title Limited Results when requesting "Shuffle" of show Make queued item limit configurable May 30, 2021
@dj21d
Copy link
Author

dj21d commented May 30, 2021

First of all, sorry to hear about that. Hope everything goes well and you're able to get some stability once again.

Thanks for taking a look, I can definitely understand why the limit is in place. I use automations to throw on a random playlist of a show when falling asleep so while I'm not watching everything in a sitting, it's definitely nice to have some variety. First season of the Simpsons doesn't have the same charm 🤣

Now that I know the limit is within your code (i figured it was a Plex API limit) maybe I can poke at it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants