node-omxplayer icon indicating copy to clipboard operation
node-omxplayer copied to clipboard

Feature Request: Make parameter "--blank" configurable

Open tklepzig opened this issue 7 years ago • 2 comments

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?

tklepzig avatar Sep 20 '17 15:09 tklepzig

I would totally want this as well!

jwktje avatar Nov 18 '17 15:11 jwktje

Actually just went ahead and fixed it myself in a fork. Will make a pull request now.

jwktje avatar Nov 18 '17 15:11 jwktje