![]() |
[Issue] Media not showing up in jellyfin but can find them using search - 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: [Issue] Media not showing up in jellyfin but can find them using search (/t-issue-media-not-showing-up-in-jellyfin-but-can-find-them-using-search) |
[Issue] Media not showing up in jellyfin but can find them using search - alex12345678 - 2025-04-28 So I have linux mint machine with dual-boot alongside windows. So I installed Jellyfin(version 10.10.7) in my linux mint dirto and my movies and shows are in the windows partition. The partition can be seen as /dev/sda3 in my linux. So i am mounting the partition like this way: Code: sudo mount -t ntfs-3g -o rwx,uid=123,gid=127,umask=002 /dev/sda3 /mnt/media where 123 and 127 is respectively jellyfin user-id and group-id Now the problem is in jellyfin frontend the media isn't showing up but if I search them through jellyfin they are showing up and also playable. |