Release Security CAM Overlay add-on - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release Security CAM Overlay add-on (/showthread.php?tid=182540) |
RE: [WIP] Security CAM Overlay add-on - pingaling - 2014-01-09 how do i download this Security Cam Overlay Addon to XBMC ? Re: RE: [WIP] Security CAM Overlay add-on - nickr - 2014-01-09 (2014-01-09, 23:16)pingaling Wrote: how do i download this Security Cam Overlay Addon to XBMC ? There is a link in the first post. RE: [WIP] Security CAM Overlay add-on - pingaling - 2014-01-10 I try that but it didnt download. Do I have to download it on a SD card? RE: [WIP] Security CAM Overlay add-on - nickr - 2014-01-10 Yeah it is a pain to get from there, the only way I was able to download it was to add it to my own google drive (for which you have to be logged into google) and download from there. I have put it on my dropbox, download here https://www.dropbox.com/s/ov8enn2zk1bfwlg/script.securitycam.zip RE: [WIP] Security CAM Overlay add-on - SFORCES - 2014-01-10 when you click on the latest which is 0.0.4 click on the arrow just above the archive and a little arrow in the bottom right corner will appear click download and then it will download the archive RE: [WIP] Security CAM Overlay add-on - cw-kid - 2014-01-10 (2014-01-09, 20:43)Gibby13 Wrote:(2013-12-31, 15:56)cw-kid Wrote: Not sure if this is the best / correct way but this works! In my doorbell scene in Vera on the Luup tab I just repeated the commands for the 3x different XBMC PCs I have around the house like this: The first commands sends a popup text notification to each XBMC reading "Someone at the door" Then I send commands to pause playback both on player ID 0 & 1 for music and movie playback pausing Then I send the commands to launch the CAM overlay add-on Code: luup.inet.wget("http://192.168.1.10:80/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22GUI.ShowNotification%22,%22params%22:{%22title%22:%22Front%20Doorbell%22,%22message%22:%22Someone%20at%20the%20door!%22},%22id%22:1}%22") How would you go about doing "Probably would be better as a loop based on XBMCState plugin actually" and what's the advantage ? I use the XBMCState add-on but only for dimming lights on movie playback. Thanks (2014-01-09, 03:51)iolaus Wrote:(2014-01-08, 23:49)jmarshall Wrote: It's probably the render order of the dialogs. Each dialog has a <zorder> attribute that can be used for altering who renders on top of who. In the case where both <zorder>'s are the same, the first one open renders first, with the second on top (the usual case where you open a dialog from another). Not being a coder myself and just a layman, do you guys think it will be possible to always have the Security Cam Overlay on top of other overlay layers a skin like Aeon MQ5 may use. Thanks RE: [WIP] Security CAM Overlay add-on - Bstrdsmkr - 2014-01-10 Iolaus posted a depredate thread looking for a way to do that but hasn't gotten anything so far and there's nothing that I know of. Maybe as a bandaid you could adjust the window placement to be above the overlay on the Y axis? RE: [WIP] Security CAM Overlay add-on - iolaus - 2014-01-11 v0.0.5 Uploaded (link in OP). Chagelog: - Fixed bug causing cam image to download indefinitely when "Enable auto-close after duration" was set to disabled. - Added debug logging RE: [WIP] Security CAM Overlay add-on - warlion - 2014-01-11 any one make it run over Gotham? RE: [WIP] Security CAM Overlay add-on - Gibby13 - 2014-01-11 How do you add more cameras? RE: [WIP] Security CAM Overlay add-on - iolaus - 2014-01-11 (2014-01-11, 02:55)Gibby13 Wrote: How do you add more cameras? The only way to do it right now is to either use the url token substitution feature, or to install more than one instance of the plug-in (which is what I'm currently doing). To do the latter, it is best to edit the addon.xml file and change the "id" attribute of the "addon" tag. RE: [WIP] Security CAM Overlay add-on - Gibby13 - 2014-01-11 I will take a look at the code for the url token feature, I didn't see it mentioned anywhere before. Will be easier to script/add more cameras, since I am at 5 and have more coming, only want 3 or 4 to actually pop up though I guess. RE: [WIP] Security CAM Overlay add-on - iolaus - 2014-01-11 (2014-01-11, 03:03)Gibby13 Wrote: I will take a look at the code for the url token feature, I didn't see it mentioned anywhere before. Will be easier to script/add more cameras, since I am at 5 and have more coming, only want 3 or 4 to actually pop up though I guess. I believe I put an example in the Changelog, may want to check there first. RE: [WIP] Security CAM Overlay add-on - Gibby13 - 2014-01-11 (2014-01-11, 03:08)iolaus Wrote:(2014-01-11, 03:03)Gibby13 Wrote: I will take a look at the code for the url token feature, I didn't see it mentioned anywhere before. Will be easier to script/add more cameras, since I am at 5 and have more coming, only want 3 or 4 to actually pop up though I guess. Yep see it there, checked that link and I am a tad confused, but going to try it out. RE: [WIP] Security CAM Overlay add-on - warlion - 2014-01-11 (2014-01-11, 03:12)Gibby13 Wrote:(2014-01-11, 03:08)iolaus Wrote:(2014-01-11, 03:03)Gibby13 Wrote: I will take a look at the code for the url token feature, I didn't see it mentioned anywhere before. Will be easier to script/add more cameras, since I am at 5 and have more coming, only want 3 or 4 to actually pop up though I guess. http://forum.xbmc.org/showthread.php?tid=182540&pid=1581466#pid1581466 |