this post was submitted on 07 Jul 2024
21 points (86.2% liked)

Jellyfin: The Free Software Media System

5552 readers
6 users here now

Current stable release: 10.9.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
21
submitted 2 months ago* (last edited 2 months ago) by Cabowski@lemmy.ml to c/jellyfin@lemmy.ml
 

Is anyone able to help me understand what could be going wrong with jellyfin when I added a new movie (I have a huge collection). Jellyfin isn’t recognizing a newly added movie. It not showing it at all

you are viewing a single comment's thread
view the rest of the comments
[–] Mountaineer@aussie.zone 11 points 2 months ago* (last edited 2 months ago)

As /u/rezz@lemmy.world said, you can try to force a scan of the library. Log into the admin and hit the big "Scan All Libraries" button, then give it some time.

A refresh of that page should show a progress meter.

In order to encourage more accurate detection (assuming it can find/access the new file at all), there are advised naming schemes for your files. See here for a basic overview: https://jellyfin.org/docs/general/server/media/movies

I prefer to include the full name, year and imdb info of a movie, ie Citizen Kane isn't just "Citizen.Kane.mp4", it's:
"Citizen Kane (1941) [imdbid-tt0033467].mp4"
based on the information that's publically available here https://www.imdb.com/title/tt0033467/

Even if you don't enable imdb itself for the metadata lookup, that will give you an almost guaranteed detection during a library scan.

If this sounds like too much work, there's several automated tools for naming your personal dvd rips, such as Radarr.

If it's still not being detected, it's time to dig into the logs and find out WHY it's erroring.
Is it permissions?
Is it naming?
Is it the phase of the moon?