this post was submitted on 27 Feb 2025
18 points (95.0% liked)

Jellyfin: The Free Software Media System

6480 readers
1 users here now

Current stable release: 10.10.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

When the files of movies and episodes are modified on disk and scanned again by Jellyfin, the "date added" field is modified.

This means that old items jump to the top of the Recently Added list, which I find annoying.

For this reason I've written this script, which detects these changes and sets the date to the previous value. It can be installed with docker and is simple to configure.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 month ago

Really wish Jellyfin used a hash like Plex does to determine if a file is preexisting or was moved. It's one downside to the server implementation. Just because a file moves doesn't mean I want it to lose it's metadata.