Music > Files - Playlist with multiple Internet streams

Issue #1 new
Dan Dar3 repo owner created an issue

Reported by Colani1200 on XBMC4Xbox forums + email. http://www.xbmc4xbox.org.uk/forum/viewtopic.php?f=6&t=203&start=260#p31198

I think I encountered a bug with playlists containing shoutcast stream URLs. As soon as the playlist contains multiple entries, I can not play any of the streams using the xbmc4xbox remote. It is possible to navigate through the entries and select a stream, but it won't play it (although the app claims to do so). This is both for .pls and .m3u. The playlists work fine when I access them via the xbmc4xbox GUI.

You can navigate through the entries fine, however none of the streams will play. Instead, something you played back in the past will start (if any). Hope you can fix it.

Comments (1)

  1. Dan Dar3 reporter

    Didn't realize that GetMediaLocation() HTTP API has .m3u (and .pls) playlists acting as folders - selecting an entry (HTTP stream) seems to fail when called with AddToPlaylist().

    21:11:11 M: 32923648   DEBUG: HttpApi Start command: AddToPlaylist  paras: AddToPlaylist; http://94.176.104.15:8128;0
    21:11:11 M: 32886784    INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://94.176.104.15
    21:11:12 M: 32849920   DEBUG: CCurlFile::GetMimeType - http://94.176.104.15:8128/ -> audio/mpeg
    21:11:12 M: 32849920   ERROR: CCurlFile::Exists - Failed: Failure when receiving data from the peer(56) for http://94.176.104.15:8128/
    
  2. Log in to comment