2024-12-13, 12:40 PM
My Jellyfin recently started crashing when I try to scan my movies library.
I recently removed .ignore files from my extras folders as I wanted to integrate them with Jellyfin.
Before the crash the following gets logged:
I included just 3 lines of ffprobe starting, there are quite a few more.
New files do get found, there was a missing movie before I scanned for example, but no metadata is found. Metadata only gets searched when I manually select update metadata for a single movie.
The extra files do not appear in Jellyfin.
File permissions are correct, I triple-checked that.
Any ideas what might be causing this?
I recently removed .ignore files from my extras folders as I wanted to integrate them with Jellyfin.
Before the crash the following gets logged:
Code:
[13:26:12] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/mount/media/Filme/Ant-Man (2015) [imdbid-tt0478970]/extras/MARVEL'S ANT-MAN - BLU-RAY_t01.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[13:26:12] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/mount/media/Filme/Ant-Man (2015) [imdbid-tt0478970]/extras/MARVEL'S ANT-MAN - BLU-RAY_t08.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[13:26:12] [INF] [38] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /usr/lib/jellyfin-ffmpeg/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/mount/media/Filme/Ant-Man (2015) [imdbid-tt0478970]/extras/MARVEL'S ANT-MAN - BLU-RAY_t10.mkv" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
[matroska,webm @ 0x555b78192500] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x555b78192500] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x555b78192500] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x555b78192500] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x555b78192500] Could not find codec parameters for stream 43 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x555b78192500] Could not find codec parameters for stream 44 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
[matroska,webm @ 0x55d516412500] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (1000000000) options
New files do get found, there was a missing movie before I scanned for example, but no metadata is found. Metadata only gets searched when I manually select update metadata for a single movie.
The extra files do not appear in Jellyfin.
File permissions are correct, I triple-checked that.
Any ideas what might be causing this?