<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"><<a href="mailto:managementboy@gmail.com" target="_blank">managementboy@gmail.com</a>></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 "Title". How can I test "Image", "Description" and "Progressbar" 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="hello world" --description="123" --progress=.5 --progress_text="Done here" --extra="extra3" </div>
<div><br></div><div style>with an image:</div><div style><div>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" </div>
<div><br></div><div style>full screen:</div></div></div><div>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</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's a stack, they are queued and displayed in the order received.</div><div style><br></div></div>
</div></div>