Jellyfin is a Media server which serves movies and TV shows to devices around the house. I have it running because every now and then a bug is introduced into Plex which causes it to stop playing particular media for a time.

Connection code for files stored on nas

net use \\naspath\media /user:username yourNASpassword /persistent:yes
Remove-Item (Get-PSReadLineOption).HistorySavePath -Force