5 Commits

Author SHA1 Message Date
vanhofen
9eb6977da8 Revert "- nlab: fix typo"
This reverts commit 7fa081aa7b.


Origin commit data
------------------
Branch: ni/coolstream
Commit: cfcc406d5b
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-01 (Mon, 01 Nov 2021)



------------------
This commit was generated by Migit
2021-11-01 21:51:15 +01:00
vanhofen
7fa081aa7b nlab: fix typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 57e8705bfb
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-01 (Mon, 01 Nov 2021)

Origin message was:
------------------
- nlab: fix typo

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2021-11-01 21:12:01 +01:00
Jacek Jendrzej
a440b562db nlab.lua fix showpicture
Origin commit data
------------------
Branch: ni/coolstream
Commit: 39304bd0cf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-01 (Mon, 01 Nov 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2021-11-01 19:00:14 +01:00
vanhofen
d346031463 nlab: remove postmsg.standby_on from get section
Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2021-10-23 11:37:47 +02:00
vanhofen
210ae97f95 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
------------------
Branch: ni/coolstream
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 ---


------------------
This commit was generated by Migit
2021-10-23 11:17:25 +02:00