doccosgrove / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

loop videos #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
XBMC clears the game list when a video stops playing. This requires to
reload the complete list and is annoying with larger collections.

Original issue reported on code.google.com by maloep on 8 May 2010 at 5:48

GoogleCodeExporter commented 8 years ago
The equivilant of pressing DOWN while viewing a video would suffice I do 
believe. I'm
not sure what the XBMC command is. The movies are short enough to use this 
feature.

Original comment by wimpy....@gmail.com on 9 May 2010 at 5:53

GoogleCodeExporter commented 8 years ago
I tried a lot to get this working but actually nothing was successful:

- implemented OnPlayBackEnded and OnPlayBackStopped and tried to restart the 
video
- using xbmc.executebuiltin("xbmc.playercontrol(RepeatAll)") to play the video 
in a loop

Last option could be to add the video 10 (or 100) times to the playlist. I hope 
this
will be equal to a looping effect (for a while).

I think I will open a new thread on this topic. Maybe someone else has a better 
ideo
how to do this.

Original comment by maloep on 10 May 2010 at 5:58

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 18 Dec 2010 at 6:47

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 28 Jun 2011 at 6:29

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 1 Dec 2011 at 1:58