mirror of
https://github.com/tubearchivist/tubearchivist-plex.git
synced 2026-03-23 20:37:11 +00:00
[GH-ISSUE #81] [Feature Request]: Single Season #29
Labels
No labels
bug
bug
documentation
duplicate
enhancement
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-plex#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bnason on GitHub (Oct 6, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-plex/issues/81
I've read the documentation.
Your Feature Request
It would be nice to have the option of having a single season for a channel instead of being broken up by years. Plex can then be set to hide seasons for those with only one season.
Your help is needed!
@lamusmaser commented on GitHub (Oct 6, 2024):
Acknowledged. I would have to look into how best to do this. Unfortunately, I am unsure if we can do this on a per-channel basis or if this would have to be global for all channels in the library.
I can look into it more, but this will be after some of our other feature requests that are already in progress for research and development.
@bnason commented on GitHub (Oct 6, 2024):
I may take a stab at this. I'm assuming I will need to modify the Scanner. Since it already is looking at the
ta_config.json, I could add some new keys there to control functionality, something like this:Honestly rather than having that boolean, I would prefer if it could be a format string that can use the data from
get_ta_metadatato generate the value. Since I'm not a python developer, I'm not sure what options are available in the ecosystem to handle that. Do you have any ideas/input/advice on that?Something like this:
Hard coded 1 for single season
Something like this for year based seasons where
metadatais the result fromget_ta_metadata:"{metadata.date.published | format('%Y')}"@jay-oswald commented on GitHub (Jan 7, 2025):
No need for this to be done in this plugin, plex already does this nativatly
On your libary settings, to go advanced, then set seasons to hide, no more seasons at all
@jay-oswald commented on GitHub (Jan 7, 2025):
Just realised you are probably wanting to do this for only some shows, and not others. So my above comment is probbaly not relevant. But I just hide all seasons or everything anyway, so its just a single list of vidoes like youtube.
@lamusmaser commented on GitHub (Mar 11, 2025):
I think if this is going to come in, it will be as part of v0.2.0, since we'll be making a lot of major changes to how things are operating and working anyway. Adding this in as a separate functionality that can be added by people will allow them to choose to integrate this.
As noted by @jay-oswald, you can always enable/disable this for the full library, but if you are looking for individual seasons, then I would want this to come through as something the Scanner performs. The Scanner will be able to handle those functions better for the onset, and would be able to change it later if someone modified the list.