![]() |
building a server - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: building a server (/t-building-a-server) |
building a server - Gary - 2025-08-07 I'm planning on building a stand alone server machine to host Jellyfin on while storing all my media on a NAS device(s)[i'm planning on using the Ugreen DXP8800]. I'm planning on installing an Ubuntu server to host jellyfin on. Will provide specs if needed. My question is how do I go about accessing the NAS through Ubuntu so the Jellyfin can access the media? I also have another question, I can post this in a different section to get an answer for this if need be. One thing I have noticed with Jellyfin is that the metadata is not . . . concrete. I will go through and manually identify files or change the picture and a few days later it has changed. Can any one explain to me why Jellyfin does this? RE: building a server - bitmap - 2025-08-08 Quote:My question is how do I go about accessing the NAS through Ubuntu so the Jellyfin can access the media? Through a network share mounted on your server. You can use Samba or NFS to mount the correct location(s) to the host, then Jellyfin will have access as well. Permissions can be a little tricky with NFS but you can also squash the perms so that everybody who accesses appears to be the owner of the media. Quote:One thing I have noticed with Jellyfin is that the metadata is not . . . concrete. I will go through and manually identify files or change the picture and a few days later it has changed. Can any one explain to me why Jellyfin does this? This all depends on how you have media scanning set up to operate as well as how you scan your libraries manually (if you do so). When you "replace all metadata", Jellyfin will do its best to match what your files tell it. If something isn't parsing correctly, you can add the tmdbid to the folder to indicate a little better what it is. You can also change an item and lock it so that future scans won't replace that particular metadata. My initial scans will pick up missing metadata, but my libraries are never refreshed afterwards since I always check for correct parsing. RE: building a server - Gary - 2025-08-11 why do the pictures associated with each movie never stay once I choose one. I will edit it from the menu and choose a primary or thumbnail but the next day it has revered back to what it was before. Why does this change never say even if you select the locked option for the metadata. |