Strange Problem with Playlists
#1
Hello

i'am suffering a strange problem with playlists who lost their first entries

code to create a playlist:
Code:
self.log("create playList");
for item in items:
  listItem = self.buildMediaItem(item,False);
  self.log(item.title);
  playlist.add(url=item.link, listitem=listItem)
    
player.play(playlist,playerItem);
xbmc.executebuiltin("ActivateWindow(musicplaylist)");

items contains elements to play. for example 10 mp3 links. if i look in the logfile, i can see them, but not all occur on the playlist. But it isn't reproducable constantly. Sometimes all entries are displayed, sometimes only one link is missing, somethimes 5 entries are mission. Without any hind in the log files(eg xbmc.log)
Reply

Logout Mark Read Team Forum Stats Members Help
Strange Problem with Playlists0