Difference between revisions of "VSG:ResetPrefs"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Add wikilink back to Preferences, which links here)
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Many problems with VLC are due to wrong settings or broken cache. You can solve these through 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 preferences ===
+
=== Using VLC within preferences ===
In the preferences dialog, from the Tools menu, you can hit the "Reset preferences" button.
+
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, 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.
  
Therein you should find a folder named ''vlc''. Delete that folder and your done.
+
Therein you should find a folder named ''vlc''. Delete that folder and you're done.
 
[[File:Windows_Deleting_Prefs_Folder.png|center]]
 
[[File:Windows_Deleting_Prefs_Folder.png|center]]
  
== Mac OS X / OS X ==
+
=== macOS ===
  
=== Using the disk image script ===
+
==== Using VLC ====
If you still have VLC's disk image you downloaded to install it: it includes a script called "Reset Preferences", which allows you to do exactly that.
+
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.
Just launch it, click OK and you're done.
 
  
=== Manual deletion ===
+
==== Manual deletion ====
Alternatively, reset VLC manually by removing a folder called "org.videolan.vlc" and a file named "org.videolan.vlc.plist".
 
  
Both are stored in ~/Library/Preferences - use "Go To Folder" within the Finder's "Go" menu to show this folder.
+
1) Quit the VLC application.
  
You can delete them from command line too.
+
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.
Delete the <code>~/.config/vlc</code> folder or execute '''vlc --reset-config''' in a terminal.
 
  
== iOS ==
+
=== GNU/Linux ===
 +
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>''
 +
 
 +
=== BeOS ===
 +
Delete the <code>config/settings/vlcrc</code> folders.
 +
 
 +
=== 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 ====
 +
In ''Settings'', go to ''Applications'' → ''VLC'' → '''Clear data'''.
  
 +
==== Within the application ====
 +
Go to ''Preferences'' → ''Other'' to clean the history and the media database.
  
 
==See also==
 
==See also==
 
* [[VLC HowTo]]
 
* [[VLC HowTo]]
 +
* [[VSG:Main|VLC Support Guide]]
  
 
[[Category:How To]]
 
[[Category:How To]]
 +
{{VSG}}

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.