• 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 SOLVED: One MP3 Will Not Play

     
    • 0 Vote(s) - 0 Average

    SOLVED: One MP3 Will Not Play

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-18, 05:40 PM (This post was last modified: 2024-09-18, 05:44 PM by TheDreadPirate. Edited 1 time in total.)
    99% certain there is an issue with the file itself.

    What is the output of ffprobe on that file?

    You could try remuxing the file. This would fix any issues with the container. If the problem is with the audio itself, your last resort would be to re-encode the file.

    You would open a bash shell into the container if you don't have ffmpeg/ffprobe installed on the host.

    Code:
    docker exec -it jellyfin bash
    /usr/lib/jellyfin-ffmpeg/ffprobe /path/to/music/file.mp3   # or whatever extension
    /usr/lib/jellyfin-ffmpeg/ffmpeg -i "/path/to/music/file.mp3" -map 0 -codec copy newFile.mp3  # change the extension, if different
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    One MP3 Will Not Play - by Knox - 2024-09-18, 05:12 PM
    RE: One MP3 Will Not Play - by TheDreadPirate - 2024-09-18, 05:40 PM
    RE: One MP3 Will Not Play - by Knox - 2024-09-18, 07:14 PM

    • 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