[mythtv-theming] New MythTV notification center and theme...

Jean-Yves Avenard jyavenard at gmail.com
Fri Jul 5 08:48:05 UTC 2013


Hi


On 5 July 2013 17:48, Elkin Fricke <managementboy at gmail.com> wrote:

> Hi,
>
> just committed a test xml file for the Willi Theme to
> https://github.com/MythTV-Themes/Willi
>
> Using the command line I can get it to display the "Title". How can I test
> "Image", "Description" and "Progressbar" without airplay?
>

mythutil --help:
--notification                   Display a notification on a frontend
  --bcastaddr                      (optional) IP address to send to
  --description                    (optional) notification description text
  --extra                          (optional) notification extra text
  --fullscreen                     (optional) display notification in full
screen mode
  --image                          (optional) Path to image to send to
(http://, myth://)
  --message_text                   (optional) message to send
  --origin                         (optional) notification origin text
  --progress                       (optional) progress value (must be
between 0 and 1)
  --progress_text                  (optional) notification progress text
  --timeout                        (optional) notification duration
  --udpport                        (optional) UDP Port to send to


no image:
mythutil --notification --bcastaddr=127.0.0.1 --message_text="hello world"
--description="123" --progress=.5  --progress_text="Done here"
 --extra="extra3"

with an image:
mythutil --notification --bcastaddr=127.0.0.1 --message_text="hello world"
--timeout=5 --description="123" --progress=.5 --image="/path/to/image.JPG"
 --progress_text="Done here"  --extra="extra3"

full screen:
mythutil --notification --bcastaddr=127.0.0.1 --message_text="hello world"
--timeout=5 --description="123" --progress=.5 --image="/path/to/image.JPG"
 --progress_text="Done here"  --extra="extra3"  --fullscreen


>
> In your screenshot you have the notifications stacking. How do I do that?
>
>
Send more than one :)

 it's a stack, they are queued and displayed in the order received.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-theming/attachments/20130705/9d2550d9/attachment.html>


More information about the mythtv-theming mailing list