• 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 jellyfin failing to read FLAC metadata/not importing complete shows

     
    • 0 Vote(s) - 0 Average

    jellyfin failing to read FLAC metadata/not importing complete shows

    new jellyfin install failing to import media
    crissaegrim
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #1
    2025-02-13, 02:31 PM
    **TLDR:** FLAC metadata not importing correctly.  https://i.imgur.com/ydOb4LY.png
    ---

    New jellyfin user here.  Should I wait a while more?  (Though CPU is very low; this is a new install--I'd imagine it's all steams ahead importing, but no.)

    All my files are failing to populate: https://i.imgur.com/ydOb4LY.png

    I thought it was a permissions issue, but it's not.  The container can read the file just fine: https://i.imgur.com/GGjsjBZ.png

    How it looks in picard: https://i.imgur.com/f4omM8U.png

    And my TV shows/movies aren't importing.  For example: https://i.imgur.com/2z6p6CF.png  The container can read just fine.  But I only have 14 shows on the list (should be thousands).  https://i.imgur.com/iD7jXDV.png

    Thousands:  https://i.imgur.com/LaZFbdQ.png
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-13, 02:59 PM
    Can you share your full jellyfin log via privatebin.net?
    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]
    crissaegrim
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #3
    2025-02-13, 03:13 PM (This post was last modified: 2025-02-13, 03:14 PM by crissaegrim. Edited 1 time in total.)
    Here ya go: https://privatebin.net/?edab9efe35e0d8c2...uNUXiScG8K

    A clue:

    Code:
    System.UnauthorizedAccessException: Access to the path '/plex/music/Tsha/Tsha - Water (2022) [FLAC] [24B-44.1kHz]/cover.jpg' is denied.
    ---> System.IO.IOException: Permission denied

    The container user can see/read it though...?

    Code:
    root@jellyfin:/var/log/jellyfin# head -10 '/plex/music/Tsha/Tsha - Water (2022) [FLAC] [24B-44.1kHz]/cover.jpg'
    ����JFIF��␦ICC_PROFILE

    cms0mntrRGB XYZ �
    acspMSFTlcms���-lcms
                        dmndjdesc�hdmdd�hwtptPrXYZdbXYZxgXYZ�rTRC�
                                                                gTRC

    Permissions on 'others' is r:

    Code:
    root@jellyfin:/var/log/jellyfin# ls -lah '/plex/music/Tsha/Tsha - Water (2022) [FLAC] [24B-44.1kHz]/cover.jpg'
    -rw-rw-r-- 1 nobody nogroup 19M Oct 18  2022 '/plex/music/Tsha/Tsha - Water (2022) [FLAC] [24B-44.1kHz]/cover.jpg'
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-02-13, 03:36 PM
    Is this an NFS share?

    What is probably going on is that the either the server or the storage is not fast enough and the image extraction is timing out on the first try. You can try extending the time out value.

    Go to where you mounted /config and open /config/config/system.xml. There is a value called ImageExtractionTimeoutMs. The default is 10 seconds, when the XML is setup to zero. Set it to 20 or 30 seconds? 20000 or 30000 milliseconds. Restart Jellyfin after setting this value.
    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]
    crissaegrim
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #5
    2025-02-13, 04:05 PM (This post was last modified: 2025-02-13, 04:09 PM by crissaegrim. Edited 1 time in total.)
    (2025-02-13, 03:36 PM)TheDreadPirate Wrote: Is this an NFS share?

    What is probably going on is that the either the server or the storage is not fast enough and the image extraction is timing out on the first try.  You can try extending the time out value.

    Go to where you mounted /config and open /config/config/system.xml.  There is a value called ImageExtractionTimeoutMs.  The default is 10 seconds, when the XML is setup to zero.  Set it to 20 or 30 seconds?  20000 or 30000 milliseconds.  Restart Jellyfin after setting this value.

    Yes.  NFS share.  CPU usage is basically idle.  https://i.imgur.com/Gi5ra6v.png

    I'm "tailing" the log, and I don't see any new entries: https://i.imgur.com/xj88oO5.png  Frozen here.  No new entries.

    ImageExtractionTimeoutMs It's set at 30secs.  Imports are verrrry slow.  Trickling in basically?  I'm seeing 1 new item every 5-6 mins.
    I think it gave up importing; I'm not seeing new items.

    Code:
    root@jellyfin:/etc/jellyfin# grep Extraction system.xml

      <ImageExtractionTimeoutMs>30000</ImageExtractionTimeoutMs>
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-02-13, 04:22 PM
    Rescan and "replace all metadata"? Check "replace all images"?
    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]
    crissaegrim
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #7
    2025-02-13, 04:50 PM
    Code:
    [2025-02-13 11:48:57.747 -05:00] [ERR] Error in "Embedded Image Extractor"

    MediaBrowser.Common.FfmpegException: ffmpeg image extraction timed out for file:"/plex/tv-shows/Secret Forest {tvdb-324596}/Season 02/Secret Forest - S02E02 - Episode 2.mkv" after 30000ms

    I might have to increase timeout to infinity, never had this issue with plex.  I have huge REMUX's; can be 100+GB per file.
    « 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