vlcrc allow only one instance
This commit is contained in:
parent
e70f76a49c
commit
5a14da2ad0
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=Serif Bold
|
freetype-font=Noto Sans
|
||||||
|
|
||||||
# Monospace Font (string)
|
# Monospace Font (string)
|
||||||
#freetype-monofont=Monospace
|
#freetype-monofont=Monospace
|
||||||
|
@ -1568,7 +1568,7 @@
|
||||||
#qt-minimal-view=0
|
#qt-minimal-view=0
|
||||||
|
|
||||||
# Systray icon (boolean)
|
# Systray icon (boolean)
|
||||||
#qt-system-tray=1
|
qt-system-tray=0
|
||||||
|
|
||||||
# Show notification popup on track change (integer)
|
# Show notification popup on track change (integer)
|
||||||
#qt-notification=1
|
#qt-notification=1
|
||||||
|
@ -1601,7 +1601,7 @@
|
||||||
#qt-recentplay-filter=
|
#qt-recentplay-filter=
|
||||||
|
|
||||||
# Continue playback? (integer)
|
# Continue playback? (integer)
|
||||||
#qt-continue=1
|
qt-continue=2
|
||||||
|
|
||||||
# Embed the file browser in open dialog (boolean)
|
# Embed the file browser in open dialog (boolean)
|
||||||
#qt-embedded-open=0
|
#qt-embedded-open=0
|
||||||
|
@ -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=
|
sout-x264-preset=ultrafast
|
||||||
|
|
||||||
# Default tune setting used (string)
|
# Default tune setting used (string)
|
||||||
#sout-x264-tune=
|
sout-x264-tune=film
|
||||||
|
|
||||||
# x264 advanced options (string)
|
# x264 advanced options (string)
|
||||||
#sout-x264-options=
|
#sout-x264-options=
|
||||||
|
@ -3781,7 +3781,7 @@ qt-privacy-ask=0
|
||||||
#audio-time-stretch=1
|
#audio-time-stretch=1
|
||||||
|
|
||||||
# Audio output module (string)
|
# Audio output module (string)
|
||||||
#aout=
|
aout=any
|
||||||
|
|
||||||
# Media role (string)
|
# Media role (string)
|
||||||
#role=video
|
#role=video
|
||||||
|
@ -3919,7 +3919,7 @@ qt-privacy-ask=0
|
||||||
#deinterlace-mode=auto
|
#deinterlace-mode=auto
|
||||||
|
|
||||||
# Video output module (string)
|
# Video output module (string)
|
||||||
#vout=
|
vout=any
|
||||||
|
|
||||||
# Video filter module (string)
|
# Video filter module (string)
|
||||||
#video-filter=
|
#video-filter=
|
||||||
|
@ -4219,7 +4219,7 @@ qt-privacy-ask=0
|
||||||
#repeat=0
|
#repeat=0
|
||||||
|
|
||||||
# Play and exit (boolean)
|
# Play and exit (boolean)
|
||||||
#play-and-exit=0
|
play-and-exit=1
|
||||||
|
|
||||||
# Play and stop (boolean)
|
# Play and stop (boolean)
|
||||||
#play-and-stop=0
|
#play-and-stop=0
|
||||||
|
|
Loading…
Reference in a new issue