M HYPE SPLASH
// general

How can I disable/delete all history in VLC media player?

By John Campbell

I'm using VLC media player 2.2.1 with the Qt interface (i.e. the default one) in Linux (Xubuntu 15.10).

In the preferences, I have disabled history. However, in the 'Open File...' dialogue, in the 'Look in:' menu, under the 'Recent Places' heading, there's still a list of all of the directories that were last opened in VLC.

Entries remain in this list even after the corresponding directories have been deleted.

Obviously this list is stored somewhere in my home directory, so I searched within every file in my home directory for one of the directory names, by using grep -ri, but there were no matches. I also looked in ~/.local/share/recently-used.xbel.

So where is this list stored, and how can I either disable the creation of it, or delete it?

1

2 Answers

Found the answer at the following link:

  1. Click on Tools > Preferences in the top menu or use the shortcut Ctrl-P to open the preferences.
  2. While in the Interface section here, locate the Save recently played items option on the page.
  3. Uncheck the box to disable the logging of played videos.
  4. Click on the save button.

Note that you do need to restart VLC before the change takes effect. You will notice that the menu is no longer displayed under Media. You can re-enable it by following the same steps outlined above.

Disabling the feature does not clear the list. If you re-enable the list, you see the videos that have been accessed before it was disabled. So, use the clear option first before you disable it

2

I came across the same issue that you faced and I managed to overcome it by following steps

If you right-click the VLC icon on your Taskbar, you will still see a couple of watched videos listed there, too. Here’s how to get rid of those:

  1. Right-click an empty space on your desktop and select “Personalize.”
  2. Select “Start” and find “Show recently opened items in Jump Lists on Start or the taskbar.”
  3. Toggle it to “Off” and close the window.

screenshot

Be aware that if you use the jump list in other apps, they will no longer work as this is a universal setting.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy