Hi,
I'm playing audio only and unfortunately, the current screen which shows important information is hidden due to a black fullscreen. The reason for this is the paramter --blank in line 38:
let args = [source, '-o', output, '--blank', osd ? '' : '--no-osd'];
Would it be possible to make this paramter configurable from outside?
Hi,
I'm playing audio only and unfortunately, the current screen which shows important information is hidden due to a black fullscreen. The reason for this is the paramter
--blankin line 38:let args = [source, '-o', output, '--blank', osd ? '' : '--no-osd'];Would it be possible to make this paramter configurable from outside?