question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Jellyfin Recently Added Scan" doesn't add latest episodes but "Jellyfin Full Library Scan" does

See original GitHub issue

Description

“Jellyfin Recently Added Scan” doesn’t add latest episodes but “Jellyfin Full Library Scan” does

Version

Jellyseerr:1.1.1 Jellyfin:10.8.1

Steps to Reproduce

  1. request a serie on jellyseerr
  2. new episodes have been added to jellyfin
  3. jellyseerr runs “Jellyfin Recently Added Scan”
  4. result: jellyseerr doesn’t add latest episodes

Screenshots

No response

Logs

No response

Platform

desktop

Device

lenovo PC

Operating System

windows 11

Browser

Chrome

Additional Context

I tracked “Recently Added” items from the jellyfin api, all items are still in there until this line filters out items with item.Type===“Episode”. if change } else if (item.Type === 'Series') { to } else if (item.Type === 'Series' || item.Type === 'Episode') {, it works fine.

Code of Conduct

  • I agree to follow Overseerr’s Code of Conduct

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
zeroquinccommented, Aug 3, 2022

@Fallenbagel Yes, since I changed the Jellyfin setting Date added behavior for new content to Use data scanned into library the issue is solved. The metadata for Date added in Jellyfin was wrong for all movies. I manually fixed my existing movies since I don’t have a huge library and my new movies are getting the right metadata now. I also fixed the issue that my newest movies didn’t got categorized in the Latest movies section in Jellyfin, which probably is the category that Jellyseerr scans when running a Recently added scan.

2reactions
zeroquinccommented, Aug 2, 2022

Any updates on this? it still happens. it runs a full library scan every day at 3AM and thats the only moment Jellyseer recognizes the media. While Jellyfin itself notices it right away.

Discord_SYuL2BcaJk

EDIT: I enabled this setting and now it seems to work again. msedge_uznRC2Oq6x

EDIT2: and it stopped working again. Movie doesnt get picked up again by the Recent scan, Overseerr works fine.

EDIT3: I think I know whats happening. In Jellyfin you have a section called “Latest movie’s”, I think thats what Jellyseerr scans. But my newly downloaded movie doesn’t get added to “Latest movie’s” somehow…

EDIT4: ok so I fixed it. I noticed that my Latest movie section in Jellyfin didn’t get updated. So I checked the metadata and saw that alot of movies had a wrong “added” date. msedge_7mmvwLDJW2

So I went into Jellyfin and changed this setting at my library:

msedge_yuW50USOog

Before it was set to: Use file creation date.

Now it finally picks up my latest movie’s correctly and Jellyseerr finds it with a Recently added scan! Hurray! Discord_s1KBWqhVgu

Sorry for the long message, hope that anyone that has the same problem can use this info.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jellyfin not adding shows to Library category but ... - Reddit
Hey all I've been trying to figure out why Jellyfin is only adding shows from 1 of my 4 drives? It will do...
Read more >
New items missing from libraries but can be searched ... - GitHub
Add new movies and TV episode to Jellyfin libraries; New items do not show up in libraries, but can be found via search....
Read more >
Kodi | Jellyfin
Jellyfin for Kodi - This add-on syncs metadata from selected Jellyfin libraries into the local Kodi database. This has the effect of making...
Read more >
Libraries | Jellyfin
Libraries are virtual collections of media and can contain files from several different locations on the server. ... The server will now add...
Read more >
Jellyfin Feature Requests
Welcome to the Jellyfin feature requests hub! Please use this site to request and vote on features for future versions of Jellyfin. You...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found