2020-04-02, 01:45 AM
(This post was last modified: 2020-04-02, 01:46 AM by mvallevand.)
What about this for opendct.sh I mixed up some Windows style when I typed in the last example
Martin
Code:
opendct=/var/opt/nextpvr/scripts/opendct.py
python3 $opendct START "$2" $1 $3 2> /dev/null
python3 $opendct GET_SIZE "$2" 2> /dev/null
python3 $opendct STOP "$2" 2> /dev/null
Martin