You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered: