mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-25 03:14:14 +03:00
[Issue]: does not see subdirectories in the user's directory #5366
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @saber716rus on GitHub (Jan 7, 2024).
Please describe your bug
when selecting a directory for the media library, then I don't see any subdirectories in the user's directory. I tried to install both from flatpack and through the command on the server, but the result is the same.
saber716rus@saber716rus-BMW XX 9 ~ [0|1]> apt list --installed | grep jelly fun
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
jelly fun-FFMPEG 5/unknown,now 5.1.4-2-Jammy amd64 [installed, automatically]
jelly fun-server/unknown,now 10.8.13-1 amd64 [installed, automatically]
jelly finweb/unknown,now 10.8.13-1 all [installed, automatically]
jelly fun/unknown,now 10.8.13-1 all [installed]
saber716rus@saber716rus-BOM-WXX9 ~>
Jellyfin Version
10.8.z
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
Log.txt
Log (1).txt
Please attach any screenshots here
No response
Code of Conduct
@Shadowghost commented on GitHub (Jan 7, 2024):
This is not a Jellyfin bug but wrong Linux permissions. By default only the corresponding system users have access to their home folders.
I strongly suggest moving your data out of the user folder to a common shared location where you can either grant all users or only the jellyfin user access to the data.
Since this is not a Jellyfin but a permission issue, please either seek help on our forum or check the various online tutorials on Linux permissions.