Add option to delete an individual season from Jellyfin server #1101
claudiucolo-source
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Fladder currently allows deleting an entire TV series from the Jellyfin server, but there is no equivalent option to delete only one season. It would be useful to expose the same server-side delete action on season pages.
Basic Example
Open a TV series → open Season 2 → open the season menu → choose Delete Media → confirm. Only Season 2 and its media files should be deleted, while the rest of the series remains intact. Jellyfin Web already supports this behavior.
Drawbacks
No major drawbacks. This simply adds more flexibility and pairs well with the ability to download or manage one season at a time.
Unresolved questions
No response
Implementation
All reactions