1
0
Fork 0
mirror of synced 2024-11-22 01:55:36 -05:00

vlcrc allow only one instance

This commit is contained in:
Librewish 2020-12-06 17:39:45 +05:30
parent e70f76a49c
commit 5a14da2ad0

View file

@ -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