Jellyfin Forum
Jellyfin doesn't recognize some playlist tracks. - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Jellyfin doesn't recognize some playlist tracks. (/t-jellyfin-doesn-t-recognize-some-playlist-tracks)



Jellyfin doesn't recognize some playlist tracks. - TheZeth - 2024-12-20

I'm importing an m3u8 playlist, I'm having success with it, but there are songs that it doesn't detect, for example:

#EXTM3U
#EXTINF:1,Can't Help Falling In Love - Elvis Presley
/volume1/Media/Music/All/Elvis Presley/The 50 Greatest Hits/CD2/05 Can't Help Falling in Love.m4a
#EXTINF:2,Always On My Mind - Elvis Presley
/volume1/Media/Music/All/Elvis Presley/The 50 Greatest Hits/CD2/22 Always On My Mind.m4a

It doesn't detect the first one, only the second one. The song exists, even if I create a playlist from Jellyfin the song is added without problems.

I don't understand what could be wrong.

Playlist created by jellyfin

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Item>
<Added>12/19/2024 23:07:47</Added>
<LockData>false</LockData>
<LocalTitle>fff</LocalTitle>
<RunningTime>3</RunningTime>
<Genres>
<Genre>Rock &amp; Roll</Genre>
</Genres>
<OwnerUserId>018671122fad43a99d617e6b5a4c95ec</OwnerUserId>
<PlaylistItems>
<PlaylistItem>
<Path>/volume1/Media/Music/All/Elvis Presley/The 50 Greatest Hits/CD2/05 Can't Help Falling In Love.m4a</Path>
</PlaylistItem>
</PlaylistItems>
<Shares />
<PlaylistMediaType>Audio</PlaylistMediaType>


RE: Jellyfin doesn't recognize some playlist tracks. - TheDreadPirate - 2024-12-20

What server version are you running? And can you share your jellyfin logs via pastebin?

Also, try putting the first song in quotes. I'm wondering if the apostrophe in "Can't" is breaking something. In the XML playlist Jellyfin creates, the song title is in <path> tags so that isn't an issue.


RE: Jellyfin doesn't recognize some playlist tracks. - TheZeth - 2024-12-20

Hi @TheDreadPirate

The version I'm using is: 10.10.3-20, on DSM (not docker)

The log shows:

Code:
[00:19:26] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: CD2 (/volume1/Media/Music/All/Elvis Presley/The 50 Greatest Hits/CD2) will be refreshed.
[00:19:26] [INF] [54] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting /var/packages/ffmpeg7/target/bin/ffprobe with args -analyzeduration 200M -probesize 1G -i file:"/volume1/Media/Music/All/Elvis Presley/The 50 Greatest Hits/CD2/05 Can't Help Falling in Love.flac" -threads 0 -v warning -print_format json -show_streams -show_format
[00:19:58] [INF] [63] Emby.Server.Implementations.IO.LibraryMonitor: Elvis (/volume1/Media/Music/Playlist/NAS/Elvis.m3u8) will be refreshed



RE: Jellyfin doesn't recognize some playlist tracks. - TheDreadPirate - 2024-12-20

Try removing the apostrophe in "Can't" from the file name.