<div dir="ltr">Hi<br><div class="gmail_extra"><br><br><div class="gmail_quote">On 5 July 2013 17:48, Elkin Fricke <span dir="ltr">&lt;<a href="mailto:managementboy@gmail.com" target="_blank">managementboy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>just committed a test xml file for the Willi Theme to <a href="https://github.com/MythTV-Themes/Willi" target="_blank">https://github.com/MythTV-Themes/Willi</a></div>
<div><br></div><div>

Using the command line I can get it to display the &quot;Title&quot;. How can I test &quot;Image&quot;, &quot;Description&quot; and &quot;Progressbar&quot; without airplay?</div></div></blockquote><div><br></div><div style>
mythutil --help:</div><div style><div>--notification                   Display a notification on a frontend</div><div>  --bcastaddr                      (optional) IP address to send to</div><div>  --description                    (optional) notification description text</div>
<div>  --extra                          (optional) notification extra text</div><div>  --fullscreen                     (optional) display notification in full screen mode</div><div>  --image                          (optional) Path to image to send to (http://, myth://)</div>
<div>  --message_text                   (optional) message to send</div><div>  --origin                         (optional) notification origin text</div><div>  --progress                       (optional) progress value (must be between 0 and 1)</div>
<div>  --progress_text                  (optional) notification progress text</div><div>  --timeout                        (optional) notification duration</div><div>  --udpport                        (optional) UDP Port to send to</div>
<div><br></div></div><div style><br></div><div style>no image:</div><div style><div>mythutil --notification --bcastaddr=127.0.0.1 --message_text=&quot;hello world&quot; --description=&quot;123&quot; --progress=.5  --progress_text=&quot;Done here&quot;  --extra=&quot;extra3&quot; </div>
<div><br></div><div style>with an image:</div><div style><div>mythutil --notification --bcastaddr=127.0.0.1 --message_text=&quot;hello world&quot; --timeout=5 --description=&quot;123&quot; --progress=.5 --image=&quot;/path/to/image.JPG&quot;  --progress_text=&quot;Done here&quot;  --extra=&quot;extra3&quot;  </div>
<div><br></div><div style>full screen:</div></div></div><div>mythutil --notification --bcastaddr=127.0.0.1 --message_text=&quot;hello world&quot; --timeout=5 --description=&quot;123&quot; --progress=.5 --image=&quot;/path/to/image.JPG&quot;  --progress_text=&quot;Done here&quot;  --extra=&quot;extra3&quot;  --fullscreen</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>In your screenshot you have the notifications stacking. How do I do that?</div>


<div><br></div></div></blockquote><div><br></div><div style>Send more than one :)</div><div style><br></div><div style> it&#39;s a stack, they are queued and displayed in the order received.</div><div style><br></div></div>
</div></div>