Jellyfin Forum
SOLVED: Problem with Media Folder - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: SOLVED: Problem with Media Folder (/t-solved-problem-with-media-folder)

Pages: 1 2


Problem with Media Folder - TomSuperHero - 2024-03-29

Hello Forum,

first, excuse me for my bad English, it isn't my first language.

I'm a total noob when it comes to Linux, Jellyfin or Server hosting. But I decided to change that and start a Jellyfin Server on an old PC I still had. I installed Ubuntu Server (newest Version) and CasaOS and then Jellyfin. 
Now to the Problem I have, Jellyfin, CasaOS and Ubuntu are installed on a NVME. The movies I have I would like to have on a different Drive which I mounted to /Jellyfin and gave permissions to Jellyfin. But Jellyfin can’t find the drive and therefor Aren't able to access the movies on there. 
Hope somebody can help me. 

Thanks for your help in advantage. 
Tom 


RE: Problem with Media Folder - TheDreadPirate - 2024-03-29

What format is it? EXT4? Or is it exFAT or NTFS?

And since you are using CasaOS I'm assuming that means Jellyfin is running as a container, correct?


RE: Problem with Media Folder - TomSuperHero - 2024-03-30

it is EXT4

and yes i think so is that a Problem or can it be caused by that


RE: Problem with Media Folder - TheDreadPirate - 2024-03-30

No. I was just making sure I understood how everything is setup so I know what to ask.

When you say you mounted this drive with your media to /Jellyfin, is that in Ubuntu?

Can you share your container config for Jellyfin?


RE: Problem with Media Folder - TomSuperHero - 2024-03-31

Yeah i mounted the drive with Ubuntu.

What do you mean with the Folder Config. Is it a File and when yes where can i find it.


RE: Problem with Media Folder - TheDreadPirate - 2024-03-31

I want to see what your docker config looks like. Like this.

Code:
ersion: '3.5'
services:
  jellyfin:
    image: jellyfin/jellyfin:10.8.13-1
    container_name: jellyfin-stable-testing
    user: 114:122
    group_add:
      - "109" # Intel render group
    network_mode: 'host'
    volumes:
      - ./jellyfin-data/config:/config
      - ./jellyfin-data/cache:/cache
      - /media:/media:ro
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
    restart: 'unless-stopped'
    # Optional - alternative address used for autodiscovery
    #environment:
    #  - JELLYFIN_PublishedServerUrl=http://example.com
    # Optional - may be necessary for docker healthcheck to pass if running in host network mode
    extra_hosts:
      - "host.docker.internal:host-gateway"



RE: Problem with Media Folder - TomSuperHero - 2024-03-31

How do i get this is there anything to get this kind of „code“

Sorry im a noob at this


RE: Problem with Media Folder - TheDreadPirate - 2024-03-31

Quote:\[code\]code block goes here\[/code\]

Ignore the back slashes.  I had to put them there so you could see the syntax.


RE: Problem with Media Folder - TomSuperHero - 2024-04-01

Yeah that i already know i meant like where can i get the thing that was in The code Bracket


RE: Problem with Media Folder - TheDreadPirate - 2024-04-01

I re-read your original post and remembered you were using Casa. Can you show me screenshots of the configuration window for your Jellyfin container?