From 277fcdb3ab71ad96014c86c991c47c05e120f033 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 3 Mar 2012 09:33:58 -0500 Subject: update vlc conf --- .config/vlc/vlcrc | 93 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 73 insertions(+), 20 deletions(-) (limited to '.config/vlc/vlcrc') diff --git a/.config/vlc/vlcrc b/.config/vlc/vlcrc index 5fa880a..2e0fc10 100644 --- a/.config/vlc/vlcrc +++ b/.config/vlc/vlcrc @@ -210,6 +210,11 @@ # OSS DSP device (string) #oss-audio-device=/dev/dsp +[portaudio] # PORTAUDIO audio output + +# Output device (integer) +#portaudio-audio-device=0 + [jack] # JACK audio output # Automatically connect to writable clients (boolean) @@ -667,6 +672,11 @@ # Sync on Intra Frame (boolean) #packetizer-mpegvideo-sync-iframe=0 +[notify] # LibNotify Notification Plugin + +# Timeout (ms) (integer) +#notify-timeout=4000 + [telepathy] # Telepathy "Now Playing" (MissionControl) [oldrc] # Remote control interface @@ -1924,22 +1934,22 @@ #compressor-rms-peak=0.000000 # Attack time (float) -#compressor-attack=25.000000 +compressor-attack=1.400000 # Release time (float) -#compressor-release=100.000000 +compressor-release=1.900000 # Threshold level (float) -#compressor-threshold=-11.000000 +compressor-threshold=0.000000 # Ratio (float) -#compressor-ratio=8.000000 +compressor-ratio=1.000000 # Knee radius (float) -#compressor-knee=2.500000 +compressor-knee=1.000000 # Makeup gain (float) -#compressor-makeup-gain=7.000000 +compressor-makeup-gain=0.000000 [samplerate] # Secret Rabbit Code (libsamplerate) resampler @@ -1958,7 +1968,7 @@ #equalizer-2pass=0 # Global gain (float) -#equalizer-preamp=12.000000 +equalizer-preamp=0.000000 [theora] # Theora video decoder @@ -2516,6 +2526,43 @@ [svcdsub] # Philips OGT (SVCD subtitle) decoder +[kate] # Kate overlay decoder + +# Formatted Subtitles (boolean) +#kate-formatted=1 + +# Use Tiger for rendering (boolean) +#kate-use-tiger=1 + +# Rendering quality (float) +#kate-tiger-quality=1.000000 + +# Default font description (string) +#kate-tiger-default-font-desc= + +# Default font effect (integer) +#kate-tiger-default-font-effect=0 + +# Default font effect strength (float) +#kate-tiger-default-font-effect-strength=0.500000 + +# Default font color (integer) +#kate-tiger-default-font-color=16777215 + +# Default font alpha (integer) +#kate-tiger-default-font-alpha=255 + +# Default background color (integer) +#kate-tiger-default-background-color=16777215 + +# Default background alpha (integer) +#kate-tiger-default-background-alpha=0 + +[svg] # svg + +# SVG template file (string) +#svg-template-file= + [freetype] # Freetype2 font renderer # Font (string) @@ -2585,6 +2632,23 @@ # Podcast URLs list (string) #podcast-urls= +[skins2] # Skinnable Interface + +# Skin to use (string) +skins2-last=/usr/share/vlc/skins2/default.vlt + +# Config of last used skin (string) +skins2-config=[aboutwin aboutwinwin-main 0 0 330 171 0][eqwin eqwin-main 0 0 330 171 0][fullscreenController fsc_normal 30 30 500 500 1][main normal 0 0 500 350 1][plwin plwin-normal 0 0 500 350 0] + +# Enable transparency effects (boolean) +#skins2-transparency=0 + +# Use a skinned playlist (boolean) +#skinned-playlist=1 + +# Display video in a skinned window if any (boolean) +#skinned-video=1 + [qt4] # Qt interface # Start in minimal view (without menus) (boolean) @@ -3341,7 +3405,7 @@ qt-privacy-ask=0 #audio=1 # Default audio volume (integer) -#volume=256 +volume=512 # Audio output volume step (integer) #volume-step=32 @@ -3812,7 +3876,7 @@ qt-privacy-ask=0 #playlist-enqueue=0 # Play files randomly forever (boolean) -random=1 +#random=0 # Repeat all (boolean) #loop=0 @@ -4618,17 +4682,6 @@ album-art=2 #invmem-data=0 # Chroma (string) #invmem-chroma=RV24 -[skins2] # Skinnable Interface -# Skin to use (string) -skins2-last=/usr/share/vlc/skins2/default.vlt -# Config of last used skin (string) -skins2-config=[aboutwin aboutwinwin-main 0 0 330 171 0][eqwin eqwin-main 0 0 330 171 0][fullscreenController fsc_normal 30 30 500 500 1][main normal 0 0 500 350 1][plwin plwin-normal 0 0 500 350 0] -# Enable transparency effects (boolean) -#skins2-transparency=0 -# Use a skinned playlist (boolean) -#skinned-playlist=1 -# Display video in a skinned window if any (boolean) -#skinned-video=1 [access_dv] # Digital Video (Firewire/ieee1394) input # Caching value in ms (integer) #dv-caching=60 -- cgit v1.2.3-2-g168b