Jellyfin: Difference between revisions
→VAAPI and Intel QSV: Add legacy intel compute runtime package for <12gen intel cpus with relevant issue tracker page. |
Tesar-tech (talk | contribs) completes an incomplete command |
||
Line 56: | Line 56: | ||
If you have changed the user option after you have already installed Jellyfin, you have to change the ownership of the folder /var/lib/jellyfin to the user you set it to by doing this: | If you have changed the user option after you have already installed Jellyfin, you have to change the ownership of the folder /var/lib/jellyfin to the user you set it to by doing this: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
sudo chown -R /var/lib/jellyfin | sudo chown yourusername -R /var/lib/jellyfin | ||
</syntaxhighlight> | </syntaxhighlight> | ||