• 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 Media Scanning & Identification Audio Normalization Task

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Audio Normalization Task

    Aidio Normalization Scheduled Task Fails
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #11
    2024-06-20, 08:47 PM
    It looks like DBG messages are in there. Pretty sure it was something I was doing wrong last evening. I tried deciphering the logging, but I don't see anything that stands out which might be the root of the problem. It is highly consistent though, which is good, kinda.
    Jellyfin 10.10.6
    docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:latest
    AMD Ryzen 9 7950X
    64GB DDR5-3600 RAM
    NVIDIA RTX 3060 12GB
    OS Drive: Samsung 990 Pro 2TB
    Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-06-20, 09:05 PM
    I'm going to say go ahead and submit a github issue. This feels like a race condition, as pcm suggested. ffmpeg hasn't fully stopped before Jellyfin attempts to delete the concat file, which is generated by ffmpeg while analyzing your music to determine the normalization value.

    https://github.com/jellyfin/jellyfin/issues
    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]
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #13
    2024-06-20, 09:12 PM
    Roger that, sounds about right. it's something under the hood.
    Jellyfin 10.10.6
    docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:latest
    AMD Ryzen 9 7950X
    64GB DDR5-3600 RAM
    NVIDIA RTX 3060 12GB
    OS Drive: Samsung 990 Pro 2TB
    Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #14
    2024-06-20, 09:35 PM
    https://github.com/jellyfin/jellyfin/issues/12145
    Jellyfin 10.10.6
    docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:latest
    AMD Ryzen 9 7950X
    64GB DDR5-3600 RAM
    NVIDIA RTX 3060 12GB
    OS Drive: Samsung 990 Pro 2TB
    Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link
    1
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #15
    2024-06-20, 09:42 PM
    (2024-06-19, 01:44 AM)pcm Wrote: I am guessing here. But, based on the log message.. it seems like the audio-normalization job creates a temp file in the cache and executes ffmpeg to normalize the audio of your album and then it tries to delete the temp file after it's done with the normalization calculations.
    The schedule task spawns the ffmpeg process as a child process asynchronously (based on the github code).

    I'm guessing that ffmpeg is not done doing it's normalization thingy and the scheduled task process moves on and attempts to delete the file which ffmpeg is still working on...

    One thing you could do is turn on debug-logging temporarily and see what the log says when you kick off the audio normalization job and right before it fails... It might help understand the issue better.

    But, I think, you might want to open an issue on github for this...

    Thanks pcm. That all sounds spot on. Appreciate the help!
    1
    Jamie Chapman
    Offline

    Junior Member

    Posts: 37
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #16
    2024-08-22, 10:01 PM
    Quick update: I moved jellyfin over to a docker last night, and the audio normalization task is now completing without errors.

    Running the standard jellyfin/jellyfin:latest in Docker Desktop
    Jellyfin 10.10.6
    docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:latest
    AMD Ryzen 9 7950X
    64GB DDR5-3600 RAM
    NVIDIA RTX 3060 12GB
    OS Drive: Samsung 990 Pro 2TB
    Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link
    Leophir
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    Country:France
    #17
    2025-02-09, 05:58 PM
    (2024-08-22, 10:01 PM)Jamie Chapman Wrote: Quick update: I moved jellyfin over to a docker last night, and the audio normalization task is now completing without errors.

    Running the standard jellyfin/jellyfin:latest in Docker Desktop

    I have the opposite issue, I moved JellyFin from the OS to a container and audio normalization cannot complete (unlike before). Transcoding is also significantly slower even though everything seems alright with the hardware in the logs.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2025-02-10, 02:22 PM
    Can you share your jellyfin logs? When I switched from a direct linux install to a docker install I did not notice a difference in performance.
    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]
    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