mpf-mc icon indicating copy to clipboard operation
mpf-mc copied to clipboard

The Mission Pinball Framework Media Controller. Controls graphics, sounds, DMDs, and LCD displays in MPF.

Results 74 mpf-mc issues
Sort by recently updated
recently updated
newest added

Kivy animations can fire events when they start and complete, as well as when they're updated. We should add these to the animation config to convert them to MPF events....

new feature
investigation needed

The high score initials entry times out too quickly. - It uses a single value for timeout. I think the _ask_player_for_initials routine needs some changes. Currently it allows 'enter_initials_timeout' seconds...

Create unique keys for every asset and slide on start. Then create them and only add them during runtime. This will prevent lags when creating a lot of widgets or...

The audio tests take too long to run. Here are the test run times on my computer: 1:17 0:16 0:02 0:02 0:01 0:33 0:22 That's a total of 2:33, which...

Will load the asset asynchonously

new feature
help wanted

Kivy does not currently support an alpha channel in videos. This issue is to keep a history of the effort to implement alpha channel support in videos. The Kivy GStreamer...

new feature

Show a warning when a large number of widgets or slides is active. - More than 100 slides - More than 100 widgets - More than 25 instances of the...

The intent has always been to allow MPF to run multiple instances of the MC simultaneously. However, there are currently several issues that prevent this from working: 1. Config players...

new feature

By default seek to position 0 on show of a video widget. Users typically expect this behavior.