James A R Brown
James A R Brown
rdesktop -A 'C:\Program Files\ThinLinc\WTSTools\\seamlessrdpshell.exe' -s ' c:\Program Files (x86)\intuit\quickbooks 2017\qbw32pro.exe' -u xxxxxxx -p xxxxxxx -k en-gb 10.8.23.3:3389 We have ended up just opening a single instance for stability rdesktop -s...
Hi @eavanvalkenburg, if you wanted to put that in a testing branch I can try, test and tweak as necessary. I may try and mess with the regex, but at...
I seem to be unable to recall how i installed SIA the first time... memory says it was a community integration, but can no longer find. Running a ha docker...
Sorry, had to update HA, seems HACS had gone semi offline. But not seeing the beta you refer 
I have it running, just not had chance to trigger an alarm to test. Ultimately would like to add more codes, such as armed and unarmed and these would make...
Presume this is 4beta1 Sorry, I cant get it to work. Eaton seem to have gone for either no encryption or 128bits, whether that is the issue not sure. but...
This is stderr in folder you advised. At a quick glance it looks like an escaping error. I have removed some sensitive stuff root@tvconserv:/home/jamesarbrown/.kodi/userdata/addon_data/plugin.video.iptv.recorder/jobs# more *.stderr* ffmpeg version 3.4.2-2 Copyright...
And the py script # -*- coding: utf-8 -*- import os, subprocess, time import xbmcgui xbmcgui.Dialog().notification("Recording: removed", "removed removed", sound=True) cmd = ['/usr/bin/ffmpeg', '-i', u'http://removed0/live/jremoved/30215.ts', '-reconnect', '1', '-reconn ect_at_eof', '1',...
Think have removed... I will check permissions, I know kodi user is set, but maybe ffmpeg is not running as kodi user
Ok the problem is that ffmpeg does not create the missing directory, I set to use /storage, but the output path was /storage/Other/filename.ts..... if i manually create the Other directory...