Having some trouble with .strm files - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Having some trouble with .strm files (/t-having-some-trouble-with-strm-files) |
Having some trouble with .strm files - EthanShotz - 2024-11-22 Hey Jellyfin community, I’m having some trouble with .strm files in my local Jellyfin setup, and I could really use some advice. .strm files with valid MP4 links aren’t showing up in my Jellyfin library, even when I use the public test MP4 links below. Direct .mp4 files in the same folder work fine. Setup Overview:
RE: Having some trouble with .strm files - TheDreadPirate - 2024-11-22 Does the strm file contain ANYTHING other than the URL? Also, have you considered rclone? RE: Having some trouble with .strm files - EthanShotz - 2024-11-22 Hey there! Thanks for the quick response! I have an interesting update: I decided to install a fresh copy of Jellyfin on another computer to troubleshoot further. Here's what I discovered:
So it seems like the issue is tied to the term "sample" being in the filename? Maybe it's a bug or some kind of reserved or blacklisted word in the repository code? RE: Having some trouble with .strm files - TheDreadPirate - 2024-11-22 Ah. "sample" is a reserved word for certain functionality in Jellyfin https://jellyfin.org/docs/general/server/media/movies/#file-name Look at that list and avoid naming files with these words unless you are using them for the intended purpose. RE: Having some trouble with .strm files - EthanShotz - 2024-11-22 Copy that! Thanks DreadPirate! |