MoLoveEnt 0 Posted September 16, 2024 Posted September 16, 2024 It took me too long to find the answer, so I am resharing so it is hopefully more prominent. OP did it with Mulvad, I use Surfshark, but doesnt seem like your VPN provider should be a factor: op: https://emby.media/community/index.php?%2Ftopic%2F108801-emby-metadata-will-not-load-with-split-tunneling%2F=#comment-1145985 Fix for Emby not collecting metadata with VPN on, even with split tunneling: Go to C:\Users\%USERNAME%\AppData\Roaming\Emby-Server\system Edit EmbyServer.runtimeconfig.json Under configProperties, go to the end of the last existing line and type a comma "," press enter and paste "System.Net.DisableIPv6": true Example: { "runtimeOptions": { "tfm": "net6.0", "includedFrameworks": [ { "name": "Microsoft.NETCore.App", "version": "6.0.29" }, { "name": "Microsoft.AspNetCore.App", "version": "6.0.29" } ], "configProperties": { "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, "System.Net.DisableIPv6": true } } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now