![]() |
[SOLVED] TV Show Library Empty in Jellyfin – Caused by Duplicate Folder Path in Libra - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: [SOLVED] TV Show Library Empty in Jellyfin – Caused by Duplicate Folder Path in Libra (/t-solved-tv-show-library-empty-in-jellyfin-%E2%80%93-caused-by-duplicate-folder-path-in-libra) |
[SOLVED] TV Show Library Empty in Jellyfin – Caused by Duplicate Folder Path in Libra - Flambers - 2025-08-10 I wanted to share an issue I just solved in case it helps other Jellyfin users whose TV Show library appears empty even though their files are correctly named and located. System setup: Server: Raspberry Pi running Jellyfin (latest stable build as of Aug 2025) OS: Raspberry Pi OS (Debian-based) Library type: Shows Metadata providers: TheTVDB and TMDb enabled, TheTVDB set first Folder structure: /path/to/media-stack/tv/ Fallout (2024) [tmdbid-106379] Season 01/ Fallout S01E01.mkv ... [*]Jellyfin plugins installed: TVmaze, TheTVDB, TMDb Box Sets, Kitsu, Open Subtitles, VGMdb, LrcLib [*]FFmpeg path: /usr/lib/jellyfin-ffmpeg The problem
Troubleshooting steps that didn’t help
The actual cause Checking the logs more carefully, I found lines like this: Found duplicate path: "/path/to/media-stack/tv/_test_" Turns out I had two library entries pointing to overlapping paths. One was the main /path/to/media-stack/tv folder, and another was a test library pointing to /path/to/media-stack/tv/_test_. Even after removing the extra library from the Jellyfin dashboard, the duplicate folder remained in the filesystem and was still interfering with scans. The fix
If your TV Show library is blank in Jellyfin:
![]() |