mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13125] [CLOSED] Migrate keyframes to configured cache directory #13475
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13125
Author: @tcely
Created: 11/29/2024
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (5)
8653943Migrate keyframes to configured cache directory25b4cb2Fixes from PR checksd14ea89Read newly cached json then fall back to the old json1504a0cFixed whitespace reported by PR checksf64ed6fAvoid cleanup for referenced keyframes files📊 Changes
1 file changed (+17 additions, -1 deletions)
View changed files
📝
src/Jellyfin.MediaEncoding.Hls/Cache/CacheDecorator.cs(+17 -1)📄 Description
I'm not sure why these were put into the data directory in the first place.
The TODO comment about making it configurable is satisfied, for me, by using the already configurable cache directory instead.
Changes
Check for old keyframes json files in the data directory.
Only write new files to the cache directory.
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.