0.32.0
What's new in 0.32:
No config file changes, this release still uses config_version=4
- Fixed the widget z-order layering bug.
Widget orders are now higher value z: settings are on top of lower value ones. - Negative z: values are no longer used to target parent slide frames. Instead,
target: (name)
is used. - Cleaned up debug logging so BCP frames are not included in it by default
- Events that are natively posted in the MC are now sent to MPF
- Fixed a bug to ensure that the slide_active event is only posted once per frame
- Fixed a bug that prevented slide frames from being animated
- Fixed a bug where videos were not stopping
- Allow the same slide to be used on multiple displays
- Switch to GStreamer instead of SDL_Mixer for loading and streaming sounds. (SDL2 still used for all sound output.)
- Sound file streaming now supported (streamed from disk instead of preloaded into memory)
- New "track_player" config controls sounds at the track-level (fade, volume, play, pause, stop, etc.)
- Custom loading & unloading events at the individual sound level.
- Lots of little bug fixes...