• 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 delete playlist

     
    • 0 Vote(s) - 0 Average

    delete playlist

    How to delete playlist
    NeZZeR
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Aug
    Reputation: 0
    #4
    2025-08-12, 07:11 PM
    Hello bumping this thread.

    I have m3u's and other scattered all over my albums since that is how they are delivered and I really dont want to remove them.
    When trying to delete a playlist i get error that jellyfin does not have write access which is strange since it should. However why would it need it to remove data inside it's own SQL - makes no sense to me. Pretty sure it tries to remove the m3u's.

    Only workaround I found is to disable automatic rescans and running deletes in the SQL like so:
    DELETE FROM TypedBaseItems
    WHERE type = 'MediaBrowser.Controller.Playlists.Playlist'
    AND path NOT LIKE '%AppDataPath%\playlists\%'
    AND (
    path LIKE '%.m3u' OR
    path LIKE '%.pls' OR
    path LIKE '%.wpl' OR
    path LIKE '%.asx'
    );

    Excluding under Appdatapath to not kill my own playlists created in Jellyfin.

    Could someone shed a light on this ,seems like a gigantic oversight. Should be a simple "Do not import playlists" checkbox in the library settings.

    A possible fix is this plugin https://github.com/fdett/jellyfin-ignore but could not get it to work in the latest version of Jellyfin.

    Plz fix Slightly-frowning-face
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    delete playlist - by frankmikalsen - 2024-04-02, 05:50 PM
    RE: delete playlist - by TheDreadPirate - 2024-04-02, 05:54 PM
    RE: delete playlist - by frankmikalsen - 2024-04-07, 04:04 PM
    RE: delete playlist - by NeZZeR - 2025-08-12, 07:11 PM

    • 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