2024-06-05, 05:13 AM
The fact that the servername and version don't populate sounds like the networkmanager component of jellyfin somehow affects other components that should fetch info from library.db file. I don't know if this is by design or if you have found a bug. To me personally, it sounds like this should be a bug....
To try and fix your issue ... And this is a wild shot in the dark... but you could try to update the network.xml file in
Make a backup of the file and update the following configuration values within the file
to
and
to
and restart the server and see if it helps ?
To try and fix your issue ... And this is a wild shot in the dark... but you could try to update the network.xml file in
Quote:C:\ProgramData\Jellyfin\configdirectory.
Make a backup of the file and update the following configuration values within the file
Code:
<AutoDiscovery>true</AutoDiscovery>
Code:
<AutoDiscovery>false</AutoDiscovery>
and
Code:
<EnableRemoteAccess>true</EnableRemoteAccess>
Code:
<EnableRemoteAccess>false</EnableRemoteAccess>
and restart the server and see if it helps ?