Skip to content

Create gb.media.mpris comonent

Bruce Steers requested to merge bsteers4/gambas:MprisMediaView into master

[GB.MEDIA.MPRIS]

  • NEW: create gb.media.mpris component to support DBus MPRIS2 media control
  • NEW: MPRISInterfaces.class, List and/or access all available interfaces.
  • NEW: MPRIS_Interface.class, control an available interface.
  • NEW: MPRIS_Metadata, to handle metadata specific data.
  • NEW: MPRIS_DBusObject.class, The DBus interface specific routines for MRPIS_Server.
  • NEW: MPRIS_Server.class, creates an interface to recieve MPRIS data.
  • NEW: Test/Example program. Shows all available mpris interfaces and all their data.
Edited by Bruce Steers

Merge request reports