2024-04-15, 10:30 AM
(This post was last modified: 2024-04-15, 10:32 AM by yak. Edited 1 time in total.)
(2024-04-15, 08:20 AM)Efficient_Good_5784 Wrote:(2024-04-15, 07:32 AM)yak Wrote:You'll have to write a script or cron job that does this for you. It's a simple enough task.(2024-04-15, 01:59 AM)TheDreadPirate Wrote: You can also have Jellyfin write NFOs and make them read only to preserve metadata.
Actually this seems to be the best way! Could you point me to a guide to do so, please?
This wouldn't prevent me to have to rescan library though, right?
If your server is on Linux, just have a script periodically chmod the nfo files in a directory to only allow the Jellyfin user to read them only.
Basically a "chmod 440" applied to the nfo files if you want to make owner & group all have read-only access.
Thank you. Isn't this the same thing as ticking the "Lock this item to prevent future changes" box, in Jellyfin's GUI?
Edit: I mean, I know it's not exactly the same thing, but doesn't it have basically the same effect?