Back on topic - rest assured that horses will have no further role than using a horse trailer for transportation of the cabinet

The marquee 1/2
After arrival of all the parts (panels, Pi, a decent power supply) I started hooking up the two 64x32 panel and got the Raspberry Pi ready (DietPi) and loaded it with the needed libraries (rpi-rgb-led-matrix, Python, etc). Sounded straight forward, but actually took quite some time to sort out dependencies and get the panels working.
In the end, after fiddling around with the python example scripts for showing images or animations (.gif) it worked really well.
In the meantime I found out that Pixelcade is selling the Artpacks (images/animations) separately, so I figured spending 20$ would be the easiest way to get my hands on some material to be shown on the panels.
I then tried the windows scripts provided by the guy who showed the alterntive on youtube (see above and a huge thanks for sharing this!), but unfortunately they did not work for my out of the box. Might be due to being a few years old and me using the latest mame build, but after changing the script a bit and fixing a bug I actually got what I was looking for: the panels showing an image (the marquee) with the samel filename as the game loaded in mame

But. Having purchased the artpack I also had a lot of beautiful animations specific for a lot of games which had to be used somehow. I figured that it would be awesome if it could somehow be done that the marquee (image) is shown when starting the game and if there is an animation (or even more than one) that the image and the animation are shown alternating. To get this working meant I had to get into pyhton scripting - new territory...

It took some weeks of using the spare time in the evenings to figure it out, but now I have a script that, if being feeded with the game name looks if there is an image with that name, shows it, looks if there are animations with that name (xyz, xyz_01, xyz_02,...), choosed one randomly and shows it and this alternates between the image and the animation - and I am proud of it

I then created a "standard" animation that is shown when the cabinet is started up, or when there is now artwork available for the game.
And here a video of how all of this looks like (never mind the sound, just background noise... sorry):
https://youtube.com/shorts/D06dET3z80gI will cover the installation in the cabinet in another post