Yesterday, 05:57 AM
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 & 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>
#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 & 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>