2024-03-19, 12:21 AM
(This post was last modified: 2024-03-19, 12:22 AM by B B. Edited 1 time in total.)
(2024-03-19, 12:15 AM)TheDreadPirate Wrote: When you made a copy of /var/lib/jellyfin and /etc/jellyfin, did you recursively copy those directories? It sounds like the copy you made is incomplete or the new install doesn't have permissions to read the files maybe? These logs are those of a first time install.
Try re-copying the copy you made and then "chown -R jellyfin: /var/lib/jellyfin /etc/jellyfin".
Yes, I made sure to recurse every command(cp, chown, chgrp) and I actually went back and did it a second time. Something that I noticed the second time around is that it did not copy one of the "People" in /var/lib/jellyfin/metadata/People, because of quotation marks in the name, but I would figure that missing the metadata for one person shouldn't break the whole service. Then again, it might, I don't know.