Multiple item playing from Plugin Playlist
#1
Not sure if this is a bug or me approaching it in the wrong way.

In a Plugin, if I add a single video source (could be url or local filename) to a new xbmc video playlist, it plays fine when play() called.

But, if I add several video files to the Playlist, it hangs when calling play(). The last output to the log is a reference to

INFO: Loading skin file: DialogProgress.xml


From a script playing multiple files, first added to a playlist, works as expected.
This happens on latest xbox and windows xbmc.

So.

1) Initialise with:
xbmcPlaylist = xbmc.PlayList(xbmc.PLAYLIST_VIDEO)
xbmcPlaylist.clear()

2) Add several sources using:
xbmcPlaylist.add(source, li)

3) Playback:
xbmc.Player(xbmc.PLAYER_CORE_MPLAYER).play(xbmcPlaylist)

Any ideas ?
Retired from Add-on dev
Reply
#2
Get it reproducible + supply the script + post on trac so that others can reproduce.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Get it reproducible + supply the script + post on trac so that others can reproduce.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Multiple item playing from Plugin Playlist0