node-omxplayer
node-omxplayer copied to clipboard
Feature Request: Make parameter "--blank" configurable
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?
I would totally want this as well!
Actually just went ahead and fixed it myself in a fork. Will make a pull request now.