mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
.m3u8 and .m3u files are skipped during library scan. #6869
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anilsoni85 on GitHub (Apr 2, 2025).
Description of the bug
Jellyfin version 10.10.6 library scan doesn't recognize and add (*.m3u8, *.m3u) files to library
The best workaround is to create a .strm file with .m3u8 url in it
Reproduction steps
What is the current bug behavior?
m3u8 and .m3u are skipped because these extension are
NamingOPtions.VideoFileExtensionsWhat is the expected correct behavior?
m3u8 and .m3u should be added into library after scan without using ,strm container file
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
10.10.6
Specify the build version
Jellyfin.Server 10.10.6.0
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@cvium commented on GitHub (Apr 2, 2025):
Those file extensions were never handled as video files. You will need to use strm as a "container".