2024-10-18, 07:49 PM 
(This post was last modified: 2024-10-18, 07:51 PM by jellypancake. Edited 1 time in total.)
		
	
	
		Hi,
My shows are not displaying in the web gui even after rescanning. I have tried adding permissions etc, but to no avail, could it have to do with the folder structure? See below:
I have Jellyfin running in docker and the permissions should follow that of the user I'm currently as (ubuntu):
Unfortunately the GUI is still empty:
![[Image: xHzT8Ro]](https://imgur.com/a/xHzT8Ro) (link https://imgur.com/a/xHzT8Ro)
 (link https://imgur.com/a/xHzT8Ro)
Any help will be appreciated
	  
	
	
My shows are not displaying in the web gui even after rescanning. I have tried adding permissions etc, but to no avail, could it have to do with the folder structure? See below:
Code:
ubuntu@ubuntu:~/repos/docker-media-center-live/dmc/data/media$ sudo chmod -R ug-s ./
ubuntu@ubuntu:~/repos/docker-media-center-live/dmc/data/media$ sudo chown -R ubuntu ./
ubuntu@ubuntu:~/repos/docker-media-center-live/dmc/data/media$ tree
.
├── movies
└── tvshows
    ├── Frieren - Beyond Journey's End
    │   └── Season 1
    │      └── Frieren.Beyond.Journeys.End.S01E01.REPACK2.1080p.WEBRip.Dual-Audio.DDP2.0.x265-Arg0.mkv
    ├── My Deer Friend Nokotan
    │   └── Season 1
    │      └── [derp] My Deer Friend Nokotan - S01E01v3 (WEB 1080p AVC E-AC-3) [Dual Audio].mkv
    └── test
        └── season1
            └── Frieren.Beyond.Journeys.End.S01E01.mkv
8 directories, 3 filesI have Jellyfin running in docker and the permissions should follow that of the user I'm currently as (ubuntu):
Code:
    environment:
      - PUID=${ENV_PUID}
      - PGID=${ENV_PGID}Code:
# Linux user/group ID for file permissions
## User ID
ENV_PUID=1000
## Group ID
ENV_PGID=1000Code:
ubuntu@ubuntu:~/repos/docker-media-center-live/dmc/data/media$ id
uid=1000(ubuntu) gid=1000(ubuntu) groups=1000(ubuntu),Unfortunately the GUI is still empty:
Any help will be appreciated


