• 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 Media Scanning & Identification playlist can't find media

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    playlist can't find media

    mackconsult
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #1
    2025-03-17, 06:10 PM
    Hello all hope you are well.  I setup an ubuntu server with jellyfin as a media server.  I took the time to create a playlist as going through the music (1000 songs).

    My 12 TB drive took five days to be formatted.  When it was done I moved my movies over to it.  My music, pictures, and personal videos are on a shared drive on my data server.  So these three things did not change on the library.  Although for some reason my music mnt in the fstab file got deleted.  Not sure how that happened but it could have been when I removed a couple lines from the file.

    I added the music directory back into my fstab file, and the library did fine retreiving the music.  File structure is the same it has not changed.

    For some reason my playlists says it can't see the media, I checked the XML file in notepad and it appears correct to me, same use ID, and the path is correct.  Not sure what else to check here.

    Any help greatly appreciated.
    https://marine-captain.com/
    https://alaskaeaglecharters.com/
    https://prosailingschool.org/
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-03-17, 08:48 PM
    What parameters did you use for the network share?
    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]
    mackconsult
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #3
    2025-03-17, 09:00 PM (This post was last modified: 2025-03-17, 09:02 PM by mackconsult. Edited 1 time in total.)
    its the same settings as I had before, this is extracted out of my fstab file on ubuntu:

    //192.168.2.50/music /mnt/music cifs username=xxxxxxxxxxxx,password=xxxxxxxxxxxxxx,dir_mode=0777,file_mode=0777,nounix,vers=1.0 0 0

    when I use the terminal window it shows up find, also the music libraray sees the music ..... not sure why the playlist won't work

    Here is an excerpt from the playlist .....

    <Item>
      <Added>01/01/0001 00:00:00</Added>
      <LockData>false</LockData>
      <LocalTitle>rays_music</LocalTitle>
      <RunningTime>4443</RunningTime>
      <OwnerUserId>d6db577be8c647eca3d7f9860fb683a9</OwnerUserId>
      <PlaylistItems>
        <PlaylistItem>
          <Path>/mnt/music/Barenaked Ladies/Stunt/Barenaked Ladies-11-Told You So.mp3</Path>
        </PlaylistItem>
        <PlaylistItem>
          <Path>/mnt/music/Billy Strings - Me _ And _ Dad (2022) Mp3 320kbps [PMEDIA] ⭐️/11. Frosty Morn.mp3</Path>
        </PlaylistItem>
    https://marine-captain.com/
    https://alaskaeaglecharters.com/
    https://prosailingschool.org/
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-03-17, 10:32 PM
    Try adding "noperm" to the mount options.
    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]
    mackconsult
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #5
    2025-03-23, 05:28 PM
    Thanks I will try that.  I ended up rebuilding the server from scratch, then copy the playlists file over which seems to had fixed it.  Then this morning rebooted the server and it has done it again.

    (2025-03-17, 09:00 PM)mackconsult Wrote: its the same settings as I had before, this is extracted out of my fstab file on ubuntu:

    //192.168.2.50/music /mnt/music cifs username=xxxxxxxxxxxx,password=xxxxxxxxxxxxxx,dir_mode=0777,file_mode=0777,nounix,vers=1.0 0 0

    when I use the terminal window it shows up find, also the music libraray sees the music ..... not sure why the playlist won't work

    Here is an excerpt from the playlist .....

    <Item>
      <Added>01/01/0001 00:00:00</Added>
      <LockData>false</LockData>
      <LocalTitle>rays_music</LocalTitle>
      <RunningTime>4443</RunningTime>
      <OwnerUserId>d6db577be8c647eca3d7f9860fb683a9</OwnerUserId>
      <PlaylistItems>
        <PlaylistItem>
          <Path>/mnt/music/Barenaked Ladies/Stunt/Barenaked Ladies-11-Told You So.mp3</Path>
        </PlaylistItem>
        <PlaylistItem>
          <Path>/mnt/music/Billy Strings - Me _ And _ Dad (2022) Mp3 320kbps [PMEDIA] ⭐️/11. Frosty Morn.mp3</Path>
        </PlaylistItem>
    https://marine-captain.com/
    https://alaskaeaglecharters.com/
    https://prosailingschool.org/
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-03-23, 05:44 PM (This post was last modified: 2025-03-23, 05:44 PM by TheDreadPirate.)
    When you get a chance, can you share the jellyfin log from the day this happened? Via privatebin.net.
    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]
    mackconsult
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #7
    2025-03-23, 07:05 PM
    I backed up my playlist file, when I put it back into the playlist data folder its doesn't show the music its just empty.  Via the terminal I check the playlist file and and it has all the music listed.  When I click on the music libarary is there, the path has not changed its under /mnt/music .....

    https://privatebin.net/?b74a201fd585c49d#9ypjfGA4TaEBPzA1dtNrdCDuHsvkB47MjzhDJH2WgsJ1

    (2025-03-23, 05:28 PM)mackconsult Wrote: Thanks I will try that.  I ended up rebuilding the server from scratch, then copy the playlists file over which seems to had fixed it.  Then this morning rebooted the server and it has done it again.

    (2025-03-17, 09:00 PM)mackconsult Wrote: its the same settings as I had before, this is extracted out of my fstab file on ubuntu:

    //192.168.2.50/music /mnt/music cifs username=xxxxxxxxxxxx,password=xxxxxxxxxxxxxx,dir_mode=0777,file_mode=0777,nounix,vers=1.0 0 0

    when I use the terminal window it shows up find, also the music libraray sees the music ..... not sure why the playlist won't work

    Here is an excerpt from the playlist .....

    <Item>
      <Added>01/01/0001 00:00:00</Added>
      <LockData>false</LockData>
      <LocalTitle>rays_music</LocalTitle>
      <RunningTime>4443</RunningTime>
      <OwnerUserId>d6db577be8c647eca3d7f9860fb683a9</OwnerUserId>
      <PlaylistItems>
        <PlaylistItem>
          <Path>/mnt/music/Barenaked Ladies/Stunt/Barenaked Ladies-11-Told You So.mp3</Path>
        </PlaylistItem>
        <PlaylistItem>
          <Path>/mnt/music/Billy Strings - Me _ And _ Dad (2022) Mp3 320kbps [PMEDIA] ⭐️/11. Frosty Morn.mp3</Path>
        </PlaylistItem>
    https://marine-captain.com/
    https://alaskaeaglecharters.com/
    https://prosailingschool.org/
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-03-23, 07:24 PM
    Do you have multiple shared folders from 192.168.2.50? I'm assuming ALL of your content is on that host. Prior to you restarting Jellyfin, it looks like connectivity issues began prior to the restart. When you restarted Jellyfin the playlist cleanup job runs. Since your music is inaccessible it cleans up the playlist.

    Disable that clean up job. Dashboard > Schedules Tasks > Cleanup collections and playlists. It triggers on Jellyfin startup. That should stop Jellyfin from purging the playlist again.

    More importantly, why is the network share becoming inaccessible?
    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]
    mackconsult
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #9
    2025-03-23, 07:44 PM (This post was last modified: 2025-03-23, 08:07 PM by TheDreadPirate. Edited 3 times in total.)
    Yes 192.168.2.50 is my encrypted data server, which is backed up to an encrypted ubuntu backup server, then to two encrypted external drives.  It has my DATA, music, pictures, and personal videos.  The {stuff we don't talk about - TDP} and ted folders are on the media server that runs jellyfin with a 12TB drive.  The shares from 192.168.2.50 are mounted in the fstab file.  Via the terminal to the jellyfin server they are all mounted properly, and I can see the content from the 192.168.2.50.

    I disabled the "cleanup collections and playlists" as you have cited .....

    As I mentioned I backed up my playlists to my 192.168.2.50 server, seeing as It took so much time and effort to develop my "rays music" playlist.  Trying to reestablish it in jellyfin but for some reason I can't get it to work.  There is only one playlist when looking at it via the terminal, there is only one playlist called raysmusic and it has that original playlist file in it.  Does not get recognized in the jellyfin gui, no playlist tile.

    (2025-03-23, 07:05 PM)mackconsult Wrote: I backed up my playlist file, when I put it back into the playlist data folder its doesn't show the music its just empty.  Via the terminal I check the playlist file and and it has all the music listed.  When I click on the music libarary is there, the path has not changed its under /mnt/music .....

    https://privatebin.net/?b74a201fd585c49d#9ypjfGA4TaEBPzA1dtNrdCDuHsvkB47MjzhDJH2WgsJ1

    (2025-03-23, 05:28 PM)mackconsult Wrote: Thanks I will try that.  I ended up rebuilding the server from scratch, then copy the playlists file over which seems to had fixed it.  Then this morning rebooted the server and it has done it again.

    (2025-03-17, 09:00 PM)mackconsult Wrote: its the same settings as I had before, this is extracted out of my fstab file on ubuntu:

    //192.168.2.50/music /mnt/music cifs username=xxxxxxxxxxxx,password=xxxxxxxxxxxxxx,dir_mode=0777,file_mode=0777,nounix,vers=1.0 0 0

    when I use the terminal window it shows up find, also the music libraray sees the music ..... not sure why the playlist won't work

    Here is an excerpt from the playlist .....

    <Item>
      <Added>01/01/0001 00:00:00</Added>
      <LockData>false</LockData>
      <LocalTitle>rays_music</LocalTitle>
      <RunningTime>4443</RunningTime>
      <OwnerUserId>d6db577be8c647eca3d7f9860fb683a9</OwnerUserId>
      <PlaylistItems>
        <PlaylistItem>
          <Path>/mnt/music/Barenaked Ladies/Stunt/Barenaked Ladies-11-Told You So.mp3</Path>
        </PlaylistItem>
        <PlaylistItem>
          <Path>/mnt/music/Billy Strings - Me _ And _ Dad (2022) Mp3 320kbps [PMEDIA] ⭐️/11. Frosty Morn.mp3</Path>
        </PlaylistItem>
    https://marine-captain.com/
    https://alaskaeaglecharters.com/
    https://prosailingschool.org/
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-03-23, 08:08 PM
    Did you "scan all libraries" after restoring the playlist file?
    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]
    Pages (2): 1 2 Next »

    « 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