2024-11-26, 05:16 PM
(2024-11-26, 04:28 PM)pavichokche Wrote: Amazing! Thank you so much!
I just had another thought which is so crazy it might just work - what if I just created a directory in C:\users\ ?
I could create \old_username\appdata\local\ and copy over the jellyfin folder there and keep all configs as they are...I could also create that directory but only put a symbolic link in it, pointing to the true %localappdata%\jellyfin where I'll move the server to. This way no matter what is sought after - old_username or new_username it would find the directory. Crazy, I know
I'd go with a directory junction to default location for a quick fix but edit the database to make change perm for future. Who knows what will change in the future.
mklink /j MyFolder ACTUALLOCATION
MYFOLDER = old username location
mklink | Microsoft Learn