Cleaning of orphaned nfo files - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Feature Requests (https://forum.jellyfin.org/f-feature-requests) +--- Thread: Cleaning of orphaned nfo files (/t-cleaning-of-orphaned-nfo-files) |
Cleaning of orphaned nfo files - Geekphreek - 2024-11-03 https://features.jellyfin.org/posts/2939/clean-orphaned-nfo-files Does anyone else have this issue? You rename a video or three hundred and then a whole bunch of new NFO files show up, making the older ones redundant. I'm surprised NFO detoxing isn't part of the library scan. Is there a reason behind it not being? RE: Cleaning of orphaned nfo files - Efficient_Good_5784 - 2024-11-03 I did. Though in my case, it's just in case I forget to delete the leftover NFO/image thumbnails when I delete/rename a video file. What I did to solve this issue is to create a script that compares all NFO and image files to the existing video files. If the filenames don't match up, they get deleted by my script. If I am to guess why this isn't built into Jellyfin, it's probably because users wouldn't want Jellyfin deleting all files except for those scanned into Jellyfin's database. Some people link their Jellyfin servers to libraries that are in use by some other apps/media servers. |