m3u playlist is only playing the first entry
braam opened this issue · 0 comments
I do use an automation to start a playlist in m3u format like this:
`alias: test
description: ""
trigger: []
condition: []
action:
- service: media_player.play_media
data:
media_content_id: http://192.168.0.233:8123/local/wekker/wekkerKerst.m3u
media_content_type: music
target:
entity_id: media_player.arylic_wekker`
the playlist contains multiple songs:
#EXTM3U #EXTINF:38,Goodyear Great Songs of Christmas - We Wish You A Merry Christmas http://192.168.0.233:8123/local/wekker/wekkerKerst_fallback_06.mp3 #EXTINF:155,Kidz Bop Kids - Rudolph the Red-Nosed Reindeer http://192.168.0.233:8123/local/wekker/wekkerKerst_fallback_01.mp3 #EXTINF:141,BONEY M. - Feliz Navidad http://192.168.0.233:8123/local/wekker/wekkerKerst_fallback_02.mp3 #EXTINF:99,Goodyear Great Songs of Christmas - O Come All Ye Faithful http://192.168.0.233:8123/local/wekker/wekkerKerst_fallback_03.mp3 #EXTINF:150,Goodyear Great Songs of Christmas - It's The Most Wonderful Time of the Year http://192.168.0.233:8123/local/wekker/wekkerKerst_fallback_04.mp3 #EXTINF:90,Goodyear Great Songs of Christmas - Jingle Bells http://192.168.0.233:8123/local/wekker/wekkerKerst_fallback_05.mp3
But only the first item is played, it'll never reach a second or third item and so on..
Any ideas why this is happening? I'm running the latest version.