Difference between revisions of "VSG:ResetPrefs"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Add wikilink back to Preferences, which links here)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Many problems with VLC are due to incorrect settings or a broken plugin cache. You can solve these by deleting VLC's preferences and cache.
+
Many problems with VLC are due to incorrect settings or a broken plugin cache. You can solve these by deleting VLC's [[preferences]] and cache.
  
= Reset preferences from VLC =
+
== Reset preferences from VLC ==
  
 
=== Using VLC within preferences ===
 
=== Using VLC within preferences ===
Line 8: Line 8:
 
'''NB:''' This might not solve all your issues, all the time; so if you still have issues, then see the rest of this article.
 
'''NB:''' This might not solve all your issues, all the time; so if you still have issues, then see the rest of this article.
  
= Reset preferences and cache =
+
== Reset preferences and cache ==
== Windows ==
+
=== Windows ===
  
=== Using the shortcut in the start menu ===
+
==== Using the shortcut in the start menu ====
 
If you installed VLC properly you can delete the preferences and cache by simply opening the shortcut you can find in your start menu:
 
If you installed VLC properly you can delete the preferences and cache by simply opening the shortcut you can find in your start menu:
  
 
''All programs > VideoLAN > Reset VLC media player preferences and cache files''
 
''All programs > VideoLAN > Reset VLC media player preferences and cache files''
  
=== Deleting the files manually ===
+
==== Deleting the files manually ====
 
Open the explorer and type ''%APPDATA%'' into the address bar and hit enter. This should lead you to the AppData folder of your user.
 
Open the explorer and type ''%APPDATA%'' into the address bar and hit enter. This should lead you to the AppData folder of your user.
  
Line 22: Line 22:
 
[[File:Windows_Deleting_Prefs_Folder.png|center]]
 
[[File:Windows_Deleting_Prefs_Folder.png|center]]
  
== Mac OS X ==
+
=== macOS ===
  
=== Using VLC ===
+
==== Using VLC ====
 
In case VLC still launches, open it. Select "VLC" menu -> "Preferences" and hit "Reset All" in the bottom left corner. VLC will ask for confirmation, reset and restart itself.
 
In case VLC still launches, open it. Select "VLC" menu -> "Preferences" and hit "Reset All" in the bottom left corner. VLC will ask for confirmation, reset and restart itself.
  
=== Manual deletion ===
+
==== Manual deletion ====
  
First, use a Terminal and enter the following command: ''defaults delete org.videolan.vlc''
+
1) Quit the VLC application.
  
Then, remove everything from ~/Library/Preferences called "org.videolan.vlc.*". Use "Go To Folder" within the Finder's "Go" menu to show this folder.
+
2) Use a Terminal and enter the following command: ''defaults delete org.videolan.vlc''
  
== GNU/Linux ==
+
3) Remove everything from ~/Library/Preferences called "org.videolan.vlc.*". Use "Go To Folder" within the Finder's "Go" menu to show this folder.
 +
 
 +
=== GNU/Linux ===
 
Delete the <code>~/.config/vlc</code> and  <code>~/.cache/vlc</code> folders or execute '''vlc --reset-config''' in a terminal.
 
Delete the <code>~/.config/vlc</code> and  <code>~/.cache/vlc</code> folders or execute '''vlc --reset-config''' in a terminal.
  
 
''Old versions of VLC had the data stored in <code>~/.vlc</code>''
 
''Old versions of VLC had the data stored in <code>~/.vlc</code>''
  
== BeOS ==
+
=== BeOS ===
 
Delete the <code>config/settings/vlcrc</code> folders.
 
Delete the <code>config/settings/vlcrc</code> folders.
  
== iOS ==
+
=== iOS ===
 
Delete the app from SpringBoard and re-download it from the App Store to fully reset the media library and settings.
 
Delete the app from SpringBoard and re-download it from the App Store to fully reset the media library and settings.
  
== Android ==
+
=== Android ===
=== From the settings ===
+
==== From the settings ====
 
In ''Settings'', go to ''Applications'' → ''VLC'' → '''Clear data'''.
 
In ''Settings'', go to ''Applications'' → ''VLC'' → '''Clear data'''.
  
=== Within the application ===
+
==== Within the application ====
 
Go to ''Preferences'' → ''Other'' to clean the history and the media database.
 
Go to ''Preferences'' → ''Other'' to clean the history and the media database.
  

Latest revision as of 08:15, 15 March 2019

Many problems with VLC are due to incorrect settings or a broken plugin cache. You can solve these by deleting VLC's preferences and cache.

Reset preferences from VLC

Using VLC within preferences

If you can launch VLC, in the preferences dialog, from the Tools menu, you can hit the "Reset preferences" button.

NB: This might not solve all your issues, all the time; so if you still have issues, then see the rest of this article.

Reset preferences and cache

Windows

Using the shortcut in the start menu

If you installed VLC properly you can delete the preferences and cache by simply opening the shortcut you can find in your start menu:

All programs > VideoLAN > Reset VLC media player preferences and cache files

Deleting the files manually

Open the explorer and type %APPDATA% into the address bar and hit enter. This should lead you to the AppData folder of your user.

Therein you should find a folder named vlc. Delete that folder and you're done.

Windows Deleting Prefs Folder.png

macOS

Using VLC

In case VLC still launches, open it. Select "VLC" menu -> "Preferences" and hit "Reset All" in the bottom left corner. VLC will ask for confirmation, reset and restart itself.

Manual deletion

1) Quit the VLC application.

2) Use a Terminal and enter the following command: defaults delete org.videolan.vlc

3) Remove everything from ~/Library/Preferences called "org.videolan.vlc.*". Use "Go To Folder" within the Finder's "Go" menu to show this folder.

GNU/Linux

Delete the ~/.config/vlc and ~/.cache/vlc folders or execute vlc --reset-config in a terminal.

Old versions of VLC had the data stored in ~/.vlc

BeOS

Delete the config/settings/vlcrc folders.

iOS

Delete the app from SpringBoard and re-download it from the App Store to fully reset the media library and settings.

Android

From the settings

In Settings, go to ApplicationsVLCClear data.

Within the application

Go to PreferencesOther to clean the history and the media database.

See also

This page is part of the informal VLC Support Guide.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.