Jellyfin Forum
SOLVED: Shows not showing up in Jellyfin - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Shows not showing up in Jellyfin (/t-solved-shows-not-showing-up-in-jellyfin)



Shows not showing up in Jellyfin - jellypancake - 2024-10-18

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:

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 files

I 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=1000

Code:
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:
[Image: xHzT8Ro] (link https://imgur.com/a/xHzT8Ro)

Any help will be appreciated


RE: Shows not showing up in Jellyfin - jellypancake - 2024-10-18

Oops, false alarm, I was clicking the wrong button for rescanning this entire time...... it works now, please delete thread