Difference between revisions of "Preferences"

From VideoLAN Wiki
Jump to navigation Jump to search
(Ctrl+S does not make the Preferences appear, Ctrl+P does. Removing redundant alt attribute on File:Tools-menu-item.png)
(→‎Configuration File: Changing "Mac OS X" to "macOS". Removing BeOS instructions, the OS has been discontinued)
Line 13: Line 13:
 
The preferences stated in the options are stored in a configuration file. There is one configuration file per user, stored at:
 
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:'' <code>~/.config/vlc/vlcrc</code> since 0.9. Before it was: <code>~/.vlc/vlcrc</code>
 
* ''Unix, Linux and BSD:'' <code>~/.config/vlc/vlcrc</code> since 0.9. Before it was: <code>~/.vlc/vlcrc</code>
* ''Mac OS X:'' <code>~/Library/Preferences/org.videolan.vlc/vlcrc</code>
+
* ''macOS:'' <code>~/Library/Preferences/org.videolan.vlc/vlcrc</code>
 
* ''Windows:'' <code>%appdata%\vlc\vlcrc</code> is generic and is expanded to:
 
* ''Windows:'' <code>%appdata%\vlc\vlcrc</code> is generic and is expanded to:
 
** ''Windows 95/98/ME:'' <code>C:\Windows\Application Data\vlc\vlcrc</code>
 
** ''Windows 95/98/ME:'' <code>C:\Windows\Application Data\vlc\vlcrc</code>
Line 19: Line 19:
 
** ''Windows Vista/2003 Server:'' <code>C:\Users\<username>\AppData\Roaming\vlc\vlcrc</code>
 
** ''Windows Vista/2003 Server:'' <code>C:\Users\<username>\AppData\Roaming\vlc\vlcrc</code>
 
** ''Windows 7:'' <code>C:\Users\<username>\AppData\Roaming\vlc\vlcrc</code>
 
** ''Windows 7:'' <code>C:\Users\<username>\AppData\Roaming\vlc\vlcrc</code>
* ''BeOS:'' <code>config/settings/vlcrc</code>
 
 
* When used from the command line, sometimes there are unintended conflicts with settings in the config file; to ignore the config file, use: <code>--ignore-config</code>
 
* When used from the command line, sometimes there are unintended conflicts with settings in the config file; to ignore the config file, use: <code>--ignore-config</code>
  
 
==Your Preferences==
 
==Your Preferences==
 
To view/change your Wiki preferences go [[Special:Preferences|here]].
 
To view/change your Wiki preferences go [[Special:Preferences|here]].

Revision as of 07:28, 9 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, check the Advanced box.

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/2003 Server: C:\Users\<username>\AppData\Roaming\vlc\vlcrc
    • Windows 7: 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.