Author Topic: please help - video snaps not looping!  (Read 998 times)

agent4125

  • Newbie
  • *
  • Posts: 3
    • View Profile
please help - video snaps not looping!
« on: December 27, 2021, 02:09:12 AM »
Hey, anyone know why my video snaps aren't looping?

They are the HQ mame ones downloaded from emumovies.

I have a very simple layout set for vertically orientated monitor (using the rotate plugin) that basically does this: -

Code: [Select]
fe.layout.width=240;
fe.layout.height=320;
local video_snap = fe.add_artwork( "snap", 0, 0, 240, 320 );
video_snap.trigger = Transition.EndNavigation;
video_snap.smooth = false;

The videos just get to the end and stop.

I have another PC setup with the same layout and emumovies videos and they loop fine  ???

I'm running the v2.6.1 of Attractmode included in the latest 2021.08 version of GroovyArcade (arch linux).

Thanks

« Last Edit: December 27, 2021, 03:11:07 AM by agent4125 »