-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Feature Request]: Single Season #81
Comments
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. |
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_url": "http://tubearchivist.local",
"ta_api_key": "xxxxxxxxxxxxxxxx",
"channels": {
"channleId": {
"useSingleSeason": true
}
}
} Honestly rather than having that boolean, I would prefer if it could be a format string that can use the data from Something like this: {
"ta_url": "http://tubearchivist.local",
"ta_api_key": "xxxxxxxxxxxxxxxx",
"channels": {
"channleId": {
"metadata": {
"season": "1"
}
}
}
} |
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. |
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!
The text was updated successfully, but these errors were encountered: