mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-25 03:14:14 +03:00
Exclude m3u playlist files from media library scan #449
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 @onny on GitHub (Feb 21, 2019).
Hey,
Is your feature request related to a problem? Please describe.
when indexing my music archive, there are also a lot m3u playlist files included in the album folders. But I don't want Jellyfin to index and include them into the playlist section. Otherwise the playlist section is full of album playlists and I cannot find my own custom playlists.
Describe the solution you'd like
Option to exclude m3u and playlist files from library indexing.
Describe alternatives you've considered
Additional context
Best regards,
Jonas
@onny commented on GitHub (Feb 26, 2019):
Dirty hack to disable playlist detection, remove all known playlist file extensions in
MediaBrowser.Controller/Playlists/Playlist.cs:Custom playlists stored in
data/playlistswill still be available :)@jellyfin-bot commented on GitHub (Jul 29, 2019):
We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.