Commit Graph

3 Commits

Author SHA1 Message Date
Jacek Jendrzej
b4ec26024d nlab.lua fix showpicture
Origin commit data
------------------
Commit: 39304bd0cf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-01 (Mon, 01 Nov 2021)
2021-11-01 19:00:14 +01:00
vanhofen
16cd7041e3 nlab: remove postmsg.standby_on from get section
Origin commit data
------------------
Commit: 93a2be6c26
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-23 (Sat, 23 Oct 2021)

Origin message was:
------------------
- nlab: remove postmsg.standby_on from get section
2021-10-23 11:37:47 +02:00
vanhofen
be8f0d7a14 introduce Neutrino Lua API bridge ...
to allow shellscripts access the neutrino lua api

Usage:

--- cut ---
!/bin/sh

PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins

CONFIGDIR=$(nlab.lua get dir.configdir)
echo "CONFIGDIR: $CONFIGDIR"
--- cut ---


Origin commit data
------------------
Commit: 4fffc835c1
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-23 (Sat, 23 Oct 2021)

Origin message was:
------------------
- introduce Neutrino Lua API bridge ...

to allow shellscripts access the neutrino lua api

Usage:

--- cut ---
!/bin/sh

PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins

CONFIGDIR=$(nlab.lua get dir.configdir)
echo "CONFIGDIR: $CONFIGDIR"
--- cut ---
2021-10-23 11:17:25 +02:00