Alek Davis
Alek Davis
I have the same requirement (auto-refresh bearer tokens) and after looking at available options, I am leaning towards implementing this myself (I first tried MSAL.NET and it seemed to work...
Oh, sweet. I did not realize that `SuppressMessageAttribute` must be applied to `params()` (originally tried it next to the parameter itself and it did not help). It's perfect when applied...
We just ran into this issue with an ASP.NET Core REST API app built for `net8.0-windows`. We need the `-windows` OS only because the app uses `System.DirectoryServices` (which would not...
@rarowston @SimonCropp Ah, thank you soooo much. I did not realize that this was just a warning that can be safely ignored, so I disabled it, switched OS platform from...
Great, thanks. I actually implemented a workaround: after pre-mailing the template, I convert the copyright character back to the HTML entity, so it's not a priority for my use case...
What do you have on the Synology NAS share: backup folder, Plex app data, media?
Hm... Then NAS is not in play in the backup process at all. I mean, the backup script does not touch the NAS shares, right? Or did I miss something?
I am not sure I follow your Plex server account changes (described in the first post). Changing the account under which Plex runs is a big deal (since all settings...
If you want to replace mapped drive setting to UNC-based paths, you can use SQL Lite. Here are the commands (make sure you back up the library file first; the...
Regarding your suggestion to add the reboot switch, it won't do good, since Plex requires a user to be logged in (unless you run PMS as a Windows service), and...