[PR #14085] [MERGED] Prune trickplay data on regenerate and scan #13833

Closed
opened 2026-02-07 07:19:54 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14085
Author: @Shadowghost
Created: 5/9/2025
Status: Merged
Merged: 6/4/2025
Merged by: @crobibero

Base: masterHead: trickplay-cleanup


📝 Commits (3)

  • 870f90f Prune trickplay data on regenerate and scan
  • 5959620 Apply review suggestions
  • 232c95c Add log and only delete folder if it exists

📊 Changes

2 files changed (+82 additions, -33 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs (+77 -28)
📝 MediaBrowser.Providers/Trickplay/TrickplayImagesTask.cs (+5 -5)

📄 Description

Changes

  • If trickplay is disabled for library all trickplay data is pruned
  • If we refresh, all trickplay data will be removed and then for the current widths recreated
  • If we just run, all trickplay data which is not matching the current configuration is removed
  • When running the scheduled task we also prune any data for libraries where trickplay was disabled

Issues
Fixes #13918


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14085 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `trickplay-cleanup` --- ### 📝 Commits (3) - [`870f90f`](https://github.com/jellyfin/jellyfin/commit/870f90f9c37c9613c85403f8aff5e3db40b2c22a) Prune trickplay data on regenerate and scan - [`5959620`](https://github.com/jellyfin/jellyfin/commit/59596208b59da1710ed467fa63b9864aea06fbb7) Apply review suggestions - [`232c95c`](https://github.com/jellyfin/jellyfin/commit/232c95c92e297fe33bfd48463e033522476b0132) Add log and only delete folder if it exists ### 📊 Changes **2 files changed** (+82 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs` (+77 -28) 📝 `MediaBrowser.Providers/Trickplay/TrickplayImagesTask.cs` (+5 -5) </details> ### 📄 Description **Changes** * If trickplay is disabled for library all trickplay data is pruned * If we refresh, all trickplay data will be removed and then for the current widths recreated * If we just run, all trickplay data which is not matching the current configuration is removed * When running the scheduled task we also prune any data for libraries where trickplay was disabled **Issues** Fixes #13918 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:19:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13833