Difference between revisions of "Notification Center"

From MythTV Official Wiki
Jump to: navigation, search
(Introduction)
(Service API)
Line 25: Line 25:
  
 
=== Service API ===
 
=== Service API ===
 +
 +
Two different services are available to send notifications
 +
 +
The [[Frontend_Service#SendNotification|Frontend]] service
 +
 +
The [[Myth_Service#SendNotificationMyth|Myth]] service
  
 
=== C++ API ===
 
=== C++ API ===

Revision as of 11:32, 24 July 2013

This page describes the new Notification Center engine introduced in 0.27 and currently available in 0.27-pre development version.


Important.png Note: This feature is only available in the 0.27-pre development version of MythTV

Introduction

The Notification Center is a new interface designed to provide users with various information related to the state of MythTV. Error messages will now appear in the Notification Center.

AirPlay will use the Notification Center to display connection status, information about the song being played, including album artwork.

A notification can be dismissed by pressing escape (or exit).

Usage

Examples

Screen shots

Developer API

MythNotification

Using the UDP interface, see MythNotification

Service API

Two different services are available to send notifications

The Frontend service

The Myth service

C++ API