vlcrc allow only one instance
This commit is contained in:
parent
5a14da2ad0
commit
ebe98f1d14
1 changed files with 8 additions and 8 deletions
|
@ -659,7 +659,7 @@
|
||||||
[freetype] # Freetype2 font renderer
|
[freetype] # Freetype2 font renderer
|
||||||
|
|
||||||
# Font (string)
|
# Font (string)
|
||||||
freetype-font=Noto Sans
|
#freetype-font=Serif Bold
|
||||||
|
|
||||||
# Monospace Font (string)
|
# Monospace Font (string)
|
||||||
#freetype-monofont=Monospace
|
#freetype-monofont=Monospace
|
||||||
|
@ -1616,7 +1616,7 @@ qt-continue=2
|
||||||
#qt-slider-colours=153;210;153;20;210;20;255;199;15;245;39;29
|
#qt-slider-colours=153;210;153;20;210;20;255;199;15;245;39;29
|
||||||
|
|
||||||
# Ask for network policy at start (boolean)
|
# Ask for network policy at start (boolean)
|
||||||
qt-privacy-ask=0
|
#qt-privacy-ask=1
|
||||||
|
|
||||||
# Define which screen fullscreen goes (integer)
|
# Define which screen fullscreen goes (integer)
|
||||||
#qt-fullscreen-screennumber=-1
|
#qt-fullscreen-screennumber=-1
|
||||||
|
@ -2154,10 +2154,10 @@ qt-privacy-ask=0
|
||||||
#sout-x264-stats=x264_2pass.log
|
#sout-x264-stats=x264_2pass.log
|
||||||
|
|
||||||
# Default preset setting used (string)
|
# Default preset setting used (string)
|
||||||
sout-x264-preset=ultrafast
|
#sout-x264-preset=
|
||||||
|
|
||||||
# Default tune setting used (string)
|
# Default tune setting used (string)
|
||||||
sout-x264-tune=film
|
#sout-x264-tune=
|
||||||
|
|
||||||
# x264 advanced options (string)
|
# x264 advanced options (string)
|
||||||
#sout-x264-options=
|
#sout-x264-options=
|
||||||
|
@ -3781,7 +3781,7 @@ sout-x264-tune=film
|
||||||
#audio-time-stretch=1
|
#audio-time-stretch=1
|
||||||
|
|
||||||
# Audio output module (string)
|
# Audio output module (string)
|
||||||
aout=any
|
#aout=
|
||||||
|
|
||||||
# Media role (string)
|
# Media role (string)
|
||||||
#role=video
|
#role=video
|
||||||
|
@ -3919,7 +3919,7 @@ aout=any
|
||||||
#deinterlace-mode=auto
|
#deinterlace-mode=auto
|
||||||
|
|
||||||
# Video output module (string)
|
# Video output module (string)
|
||||||
vout=any
|
#vout=
|
||||||
|
|
||||||
# Video filter module (string)
|
# Video filter module (string)
|
||||||
#video-filter=
|
#video-filter=
|
||||||
|
@ -4219,7 +4219,7 @@ vout=any
|
||||||
#repeat=0
|
#repeat=0
|
||||||
|
|
||||||
# Play and exit (boolean)
|
# Play and exit (boolean)
|
||||||
play-and-exit=1
|
#play-and-exit=0
|
||||||
|
|
||||||
# Play and stop (boolean)
|
# Play and stop (boolean)
|
||||||
#play-and-stop=0
|
#play-and-stop=0
|
||||||
|
@ -4264,7 +4264,7 @@ one-instance=1
|
||||||
#preparse-timeout=5000
|
#preparse-timeout=5000
|
||||||
|
|
||||||
# Allow metadata network access (boolean)
|
# Allow metadata network access (boolean)
|
||||||
metadata-network-access=1
|
#metadata-network-access=0
|
||||||
|
|
||||||
# Subdirectory behavior (string)
|
# Subdirectory behavior (string)
|
||||||
#recursive=collapse
|
#recursive=collapse
|
||||||
|
|
Loading…
Reference in a new issue