-
Notifications
You must be signed in to change notification settings - Fork 22
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
When building Plex Lists from Trakt User Lists, only the last episode of a show is added to the list. #44
Comments
This was by design. If you made a mixed playlist with 10 movies and 2 shows, It would be managable and you can go to the show easily. By adding every episode you could have 500 items in the list and the movies would get lost. I have not had time to fix some other issues with the new plex agent but when I do I will check this out. Add an option on the settings page to add all episodes instead of just the most recent. I wish I could put a season or show level on a playlist but not possible. |
That makes sense that it is to keep the list decluttered. It would make more sense to me to include the first episode available, opposed to the last, since I would watch in that order. Personally, I would greatly benefit from the option to include all eps, but the ability to switch the included ep to first available (instead of the last available) would also be sufficient. Thank you for your response! Still running the script daily! |
I could put an option in for first vs last.
I do remember that based on the list I grab an episode. So if the item on
the list is an episode them I show that episode. If its a season then I
show the last in the season. If a show then I show the last in the show.
Adding the flag I can keep this logic and just use the first episode. Will
check in about showing all episodes if show or season with another flag if
that is what you want.
…On Wed, Jan 20, 2021 at 11:50 AM lishremix ***@***.***> wrote:
That makes sense that it is to keep the list decluttered. It would make
more sense to me to include the first episode available, opposed to the
last, since I would watch in that order. Personally, I would greatly
benefit from the option to include all eps, but the ability to switch the
included ep to first available (instead of the last available) would also
be sufficient. Thank you for your response! Still running the script daily!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6X6MHEK5KHO6W2X7KFWNDS24CT5ANCNFSM4U62DGQQ>
.
|
Thank you for looking into this. My preference would be to include an option to include all episodes in a playlist. My secondary preference would be to include an option to use the first episode vs. the last. Thanks! |
I just found the script and it is wonderful! Thank you so much for working on it and sharing it. I just ran a test with a Trakt user list that contains both films and TV shows. The script ran successfully, but for TV shows, it doesn't add the whole show, just the last episode available on Plex. I couldn't see a place where this is configurable in the settings. Would it be possible to fix this? Thanks!
The text was updated successfully, but these errors were encountered: