Difference between revisions of "Preferences"

From VideoLAN Wiki
Jump to navigation Jump to search
(→‎Configuration File: The Windows environment variable "%APPDATA%" has been the same since Vista, so works for Win8, Win10. Works for Windows Server >2000, but less popular: omitting)
(It's a radio button under Qt)
Line 7: Line 7:
 
You can edit settings for VLC by navigating to the menu toolbar, selecting Tools, and selecting Preferences (or by pressing <kbd>Ctrl+P</kbd>).
 
You can edit settings for VLC by navigating to the menu toolbar, selecting Tools, and selecting Preferences (or by pressing <kbd>Ctrl+P</kbd>).
 
* To save your preferences, click Save.
 
* To save your preferences, click Save.
* To show more options, check the Advanced box.
+
* To show more options, switch the ''Show settings'' radio button to ''All''.
  
 
=== Configuration File ===
 
=== Configuration File ===

Revision as of 05:08, 14 February 2019

You can edit settings for VLC by navigating to the menu toolbar, selecting Tools, and selecting Preferences (or by pressing Ctrl+P).

  • To save your preferences, click Save.
  • To show more options, switch the Show settings radio button to All.

Configuration File

The preferences stated in the options are stored in a configuration file. There is one configuration file per user, stored at:

  • Unix, Linux and BSD: ~/.config/vlc/vlcrc since 0.9. Before it was: ~/.vlc/vlcrc
  • macOS: ~/Library/Preferences/org.videolan.vlc/vlcrc
  • Windows: %appdata%\vlc\vlcrc is generic and is expanded to:
    • Windows 95/98/ME: C:\Windows\Application Data\vlc\vlcrc
    • Windows NT/2000/XP: C:\Documents and Settings\<username>\Application Data\vlc\vlcrc
    • Windows Vista/7/8/10: C:\Users\<username>\AppData\Roaming\vlc\vlcrc
  • When used from the command line, sometimes there are unintended conflicts with settings in the config file; to ignore the config file, use: --ignore-config

Your Preferences

To view/change your Wiki preferences go here.