• 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
    frankmikalsen
    Offline

    Junior Member

    Posts: 6
    Threads: 3
    Joined: 2024 Jan
    Reputation: 0
    Country:Norway
    #1
    2024-04-02, 05:50 PM
    Hi

    Running Unraid 6.12.6 and Jellyfin linuxserver.

    I managed to create a Playlist that i don't wont to have.
    When I go into Metadata Manager and try to delete it when pressing the 3 dots I get this message:

    Delete Item
    Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?

    Is there another way to do this without deleting my files on the NAS?

    The playlist won't play at all.

    But single movies play without any problems.

    Thanks in advance

    Regards
    Frank Mikalsen
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #2
    2024-04-02, 05:54 PM
    It will not delete your files. All the delete messages are the same text regardless if it is a playlist, collection, or actual files.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    frankmikalsen
    Offline

    Junior Member

    Posts: 6
    Threads: 3
    Joined: 2024 Jan
    Reputation: 0
    Country:Norway
    #3
    2024-04-07, 04:04 PM
    (2024-04-02, 05:54 PM)TheDreadPirate Wrote: It will not delete your files.  All the delete messages are the same text regardless if it is a playlist, collection, or actual files.

    Thank you so much.
    Everything worked out perfect
    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)


    • 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