• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting No media found

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    No media found

    Jellyfin refuses to discover and use metadata on content that exists.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2023-08-30, 04:11 AM
    Now that you turned off TVDB, can we get a fresh log?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    PrimeQRF
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    Country:Colombia
    #12
    2023-08-31, 06:20 AM
    here are the new logs: https://pastebin.com/cZXurUsG
    bitmap
    Offline

    Community Moderator

    Posts: 917
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #13
    2023-08-31, 06:22 AM
    Well that looks clean AF. Good work. Could you post your compose file or your run command? It sees your mounts, no errors there, it's watching the dirs but it's not finding anything in them. Gotta be a config issue.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    PrimeQRF
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    Country:Colombia
    #14
    2023-08-31, 08:57 PM (This post was last modified: 2023-08-31, 08:58 PM by PrimeQRF. Edited 2 times in total.)
    Thanks lol. Here's my docker compose. Had to add a space in between the colon and forward slash because otherwise they turn into emojis on the fourms lmfao

    ---
    version: "2.1"
    services:
    jellyfin:
    image: linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
    - PUID=1000
    - PGID=1000
    - TZ=Time/zone
    volumes:
    - /home/soul/jellyfin: /config
    - /dev/shm/JellyfinTranscode: /transcode
    - /data/media: /data/media
    ports:
    - 8096:8096
    restart: unless-stopped
    bitmap
    Offline

    Community Moderator

    Posts: 917
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #15
    2023-09-01, 01:04 AM
    Use code blocks (braces "[ ]" with the word code inside to start the block and /code to end the block) and paste your code in between.

    Code:
    Keeps formatting, changes font to monospace, truncates to \
        a reasonable amount of lines and columns.

    That said, doesn't look complex. Could you ls -l both inside and outside the container? You should be able to just run the command instead of having to exec into the Jellyfin container but I'm on mobile at the moment so can't test. I'm interested in the perms on /data/media but also on at least one or two of the folders underneath. So both the permissions flags or string as well as the u/g owners.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    PrimeQRF
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    Country:Colombia
    #16
    2023-09-01, 06:54 AM
    yeah so the perms look like this:

    [code

    soul@beachedthing:~$ ls -l /data/media/
    total 32
    drwxrwxrwx 5 soul soul 4096 Aug 30 03:51 anime
    drwxrwxr-x 2 soul soul 4096 Jul 18 03:35 films
    drwxrwxr-x 3 soul soul 20480 Jul 28 21:48 music
    drwxrwxr-x 5 soul soul 4096 Jul 6 02:10 shows
    soul@beachedthing:~$ ls -l /data/
    total 8
    drwxrwxr-x 6 soul soul 4096 May 31 21:07 media
    drwxrwxr-x 6 soul soul 4096 Aug 30 04:39 torrents
    soul@beachedthing:~$

    /code]

    I basically gave /anime all access perms so that maybe that was the issue but that didn't fix it
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode