2024-01-15, 02:52 PM
(This post was last modified: 2024-01-15, 02:53 PM by tmsrxzar. Edited 1 time in total.)
being able to run it manually does not indicate "no issue with paths" it just means that your user has access to the paths, doesn't mean jellyfin has access to the paths
jellyfin runs as it's own user, you need to ensure that user has permission to the new paths
ls -lan /DATA
chown -R (jellyfinuid):(jellyfingid) /DATA
jellyfin runs as it's own user, you need to ensure that user has permission to the new paths
ls -lan /DATA
chown -R (jellyfinuid):(jellyfingid) /DATA