2006-09-26, 04:19 PM
Hi,
maybe it is already implemented or even a Feature that you guys think is useless :o
The Question/Request is the following:
A Messagebox that pops up when you either trigger an event or via an external application/command.
Background/Example:
On the XBMC when another XBMC on the same network is detected it comes up with an infobox in the right hand corner.
You can also use this feature via a HTTP command to send a message/info to the Infobox.
In Germany (and other places) you can use a Fritz!Box Fon (Wireless VoIP Router) to display incoming calls via this Messagebox.
The Fritz!Box or any other application just sends out an :
where the value DBOX is the IP Address of the device where the message should pop up.
I would find it an interesting ADD on to GBPvr to display that kind of popup (with timeout or even confirmation) on the Screen.
Maybe you could even add a feature that messages/last message is displayed in the Main GBPvr screen just like a recording ...
You could even add a Message Input Box into the Webadmin Window to inform the User at Home that you have changed something remotely via the Webinterface.
Or just a popup that informs you of someone accessing the webinterface ...
Endless Ideas ;-)
I am just trying my first steps on an Plugin for above Fritz!Box as you can download a missed caller list/telefonbook. I might abuse the UKCinema Plugin as a test plugin
maybe it is already implemented or even a Feature that you guys think is useless :o
The Question/Request is the following:
A Messagebox that pops up when you either trigger an event or via an external application/command.
Background/Example:
On the XBMC when another XBMC on the same network is detected it comes up with an infobox in the right hand corner.
You can also use this feature via a HTTP command to send a message/info to the Infobox.
In Germany (and other places) you can use a Fritz!Box Fon (Wireless VoIP Router) to display incoming calls via this Messagebox.
The Fritz!Box or any other application just sends out an :
Code:
---------
>>>http://dbox/control/message?popup=Hello%20World
opens a popup window on the TV screen with content "Hello World"
>>>http://dbox/control/message?nmsg=Hello%20Welt
opens a message window on the TV screen with content "Hello World"
where the value DBOX is the IP Address of the device where the message should pop up.
I would find it an interesting ADD on to GBPvr to display that kind of popup (with timeout or even confirmation) on the Screen.
Maybe you could even add a feature that messages/last message is displayed in the Main GBPvr screen just like a recording ...
You could even add a Message Input Box into the Webadmin Window to inform the User at Home that you have changed something remotely via the Webinterface.
Or just a popup that informs you of someone accessing the webinterface ...
Endless Ideas ;-)
I am just trying my first steps on an Plugin for above Fritz!Box as you can download a missed caller list/telefonbook. I might abuse the UKCinema Plugin as a test plugin