2024-02-12, 04:25 AM
(This post was last modified: 2024-02-12, 04:42 AM by Curve5523. Edited 1 time in total.)
I know this is an old thread but I was running into a similar issue importing my m3u playlists into Jellyfin. As search kept sending me here I figured I would drop how I got it working for future folks to find. My version of Jellyfin is v10.8.13
I had created an m3u playlist from a folder of mp3s using the following command:
I then had added the folder as a new library. Jellyfin saw the playlist no problem, but in Jellyfin the playlist was empty. Attempting to play the playlist anyway gave an error about not being able to play the format sent. To fix the issue, from Jellyfin, I first selected the playlist and went to "Edit Metadata" and locked all fields, then I selected "Refresh Metadata". After a minute or so the song list began to populate. From that point I was able to play the playlist fine. I'm not sure if locking the metadata fields was necessary, but I was poking around trying random stuff as my Google-Fu was failing me.
@wbravin - I don't know if this is of any help to you and the issue you had, and if not, I'm sorry for hijacking your thread.
Edit: Just tried it without locking the metadata. Worked fine. All that is required to solve the issue I was having is to open the playlist within Jellyfin and then select "Refresh Metadata". You may need to refresh the page for the changes to show up.
I had created an m3u playlist from a folder of mp3s using the following command:
#! /bin/bash
ls -1 *.mp3 > playlist.m3u
I then had added the folder as a new library. Jellyfin saw the playlist no problem, but in Jellyfin the playlist was empty. Attempting to play the playlist anyway gave an error about not being able to play the format sent. To fix the issue, from Jellyfin, I first selected the playlist and went to "Edit Metadata" and locked all fields, then I selected "Refresh Metadata". After a minute or so the song list began to populate. From that point I was able to play the playlist fine. I'm not sure if locking the metadata fields was necessary, but I was poking around trying random stuff as my Google-Fu was failing me.
@wbravin - I don't know if this is of any help to you and the issue you had, and if not, I'm sorry for hijacking your thread.
Edit: Just tried it without locking the metadata. Worked fine. All that is required to solve the issue I was having is to open the playlist within Jellyfin and then select "Refresh Metadata". You may need to refresh the page for the changes to show up.