mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: TV show called "Extras" is not detected #4648
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clidx on GitHub (Feb 19, 2023).
Please describe your bug
This TV show is rather unfortunately simply called "Extras" (IMDB). I don't believe Jellyfin is even trying to add it to my library probably because it thinks think the show is a misplaced extras folder. I don't see anything from
Emby.Server.Implementations.IO.LibraryMonitor.in the logs relating to this TV show, even after a manual library scan and all my other files get refreshed. In docker, my TV shows are mounted to/data/tv/<show>/<season>. What's the best way to get this show added to my library given the unfortunate name?More broadly speaking, at the show level, should jellyfin ignore a show just because it's called "Extras"? A legitimate extras folder should be at the season level.
Jellyfin Version
Other
if other:
10.8.9-1
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@TheMelmacian commented on GitHub (Feb 19, 2023):
A simple fix is to add the release date of the show to the folder name:
Extras (2005).@t4ggno commented on GitHub (Feb 27, 2023):
You can even improve the folder name using the TMDB-ID:
Extras [tmdbid=2693]@iuy6tf57765fsegh5yhw45yuh8g4 commented on GitHub (Mar 16, 2023):
I don't think this is a bug. Extras is a reserved folder name, but as others have pointed out, as long as you don't use the reserved name and instead change it in any way (such as to add the year) then it works as intended.
Can we close this bug report?
@jellyfin-bot commented on GitHub (Jul 15, 2023):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.