Skip to content
Discussion options

You must be logged in to vote

You've got the FUSE side exactly right.

Yes, the .plexcached will still be the old .mp4 right after Tdarr runs. It stays stale until PlexCache touches it again. On the next eviction (when the file moves back to the array), PlexCache's restore logic matches .plexcached backups by media identity rather than exact filename. So it sees Movie.mp4.plexcached as the backup-of-record for the new Movie.mkv, deletes the stale .mp4.plexcached, and writes the new .mkv to the array. It's the same code path that handles Sonarr/Radarr quality upgrades.

And yes, excluding *.plexcached from Tdarr is the right call. Otherwise you'd transcode the slow-array backup for no benefit, and end up with a stale-tra…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kramttocs
Comment options

Answer selected by kramttocs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants