• 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: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External"

     
    • 0 Vote(s) - 0 Average

    SOLVED: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External"

    Shortstop
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #1
    2024-08-19, 07:21 AM (This post was last modified: 2024-08-19, 07:24 AM by Shortstop. Edited 1 time in total.)
    Hey there,

    I did some research and am having the same exact problem as this thread:
    - https://forum.jellyfin.org/t-external-sr...showing-up

    I have Jellyfin deployed on Portainer within Windows 11 + Docker Desktop via this Docker compose file:

    ---
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Etc/UTC
        volumes:
          - C:\Users\Sam\jellyfinConfused-faceconfig
          - D:\MoviesConfused-facedata/movies
        ports:
          - 8096:8096
        restart: unless-stopped



    With this in mind, I tried to watch a movie aka Kill Bill Vol 1 but the subtitles do not work while on the Jellyfin web app.

    I tried using the mobile Android Jellyfin app but received the same result of the subtitles not working.

    This is important for this particular movie since there are Japanese spoken sections that were translated to English in theaters that were meant to be understood, and without them, it makes any attempt to watch this movie useless.

    The weird thing is that VLC player "just works" with the same exact movie and subtitles.

    The subtitles are in .srt format, and it is named exactly the same as the movie:

    Related command used:

    user@windesktop C:\Users\user>docker exec jellyfin ls /data/movies


    Related output:

    Kill.Bill.Vol.1.2003.1080p.BrRIp.x264.YIFY.mp4
    Kill.Bill.Vol.1.2003.1080p.BrRip.x264.YIFY.srt



    Related jellyfin-ffmpeg output I am listing here that might help:

    user@windesktop C:\Users\user>docker exec jellyfin /usr/lib/jellyfin-ffmpeg/ffprobe -i "/data/movies /Kill.Bill.Vol.1.2003.1080p.BrRip.x264.YIFY.srt"
    ffprobe version 6.0.1-Jellyfin Copyright © 2007-2023 the FFmpeg developers
      built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --sable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
      libavutil      58.  2.100 / 58.  2.100                  libavcodec     60.  3.100 / 60.  3.100                  libavformat    60.  3.100 / 60.  3.100
      libavdevice    60.  1.100 / 60.  1.100                  libavfilter     9.  3.100 /  9.  3.100
      libswscale      7.  1.100 /  7.  1.100
      libswresample   4. 10.100 /  4. 10.100                  libpostproc    57.  1.100 / 57.  1.100                Input #0, srt, from '/data/movies/Kill.Bill.Vol.1.2003.1080p.BrRip.x264.YIFY.srt':                                Duration: N/A, bitrate: N/A                             Stream #0:0: Subtitle: subrip



    If I try to select the subtitle, it shows up as "Undefined - sUBRIP - External" in the menu on the Jellyfin web app. If I try to select the subtitle and then hit play to begin the movie, I get this error:

    Playback Error: Fatal Player Error


    Any ideas why VLC works?

    I am debating flat out using Kodi on the same machine and rigging it up to VLC as the player so I can be inspired to watch movies with the cool box art but depend on a reliable player like VLC.

    Honestly wish the subtitles would 'just work's in this scenario. I am pretty sure I got the subtitles from OpenSubtitles.org which is a sub par experience and drag to use but it's free I guess. Probably my bad on my part in that regard i will admit.

    Lemme know what you guys think or if this is some kind of weird transcoding issue.
    Go to solution
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-19, 07:21 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by TheDreadPirate - 2024-08-19, 01:10 PM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-19, 03:18 PM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by TheDreadPirate - 2024-08-19, 04:04 PM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-19, 05:28 PM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-20, 01:30 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-20, 01:53 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-20, 02:01 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by theguymadmax - 2024-08-20, 02:07 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-20, 07:26 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by theguymadmax - 2024-08-20, 07:44 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Shortstop - 2024-08-25, 05:53 AM
    RE: Cannot Get .srt Subtitles In Same Folder To Play / "Undefined - SUBRIP - External" - by Fate - 2024-08-25, 11:51 AM

    • 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