How can I disable/delete all history in VLC media player?
up vote
2
down vote
favorite
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?
linux vlc-media-player
add a comment |
up vote
2
down vote
favorite
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?
linux vlc-media-player
Not sure if this is an option - what about Bleachbit? bleachbit.org/download/linux I know that Ccleaner should have it as well - but, is Windows.
– Leptonator
Mar 17 '16 at 20:25
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
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?
linux vlc-media-player
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?
linux vlc-media-player
linux vlc-media-player
edited Mar 17 '16 at 20:21
asked Mar 17 '16 at 20:14
EmmaV
13716
13716
Not sure if this is an option - what about Bleachbit? bleachbit.org/download/linux I know that Ccleaner should have it as well - but, is Windows.
– Leptonator
Mar 17 '16 at 20:25
add a comment |
Not sure if this is an option - what about Bleachbit? bleachbit.org/download/linux I know that Ccleaner should have it as well - but, is Windows.
– Leptonator
Mar 17 '16 at 20:25
Not sure if this is an option - what about Bleachbit? bleachbit.org/download/linux I know that Ccleaner should have it as well - but, is Windows.
– Leptonator
Mar 17 '16 at 20:25
Not sure if this is an option - what about Bleachbit? bleachbit.org/download/linux I know that Ccleaner should have it as well - but, is Windows.
– Leptonator
Mar 17 '16 at 20:25
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Found the answer at the following link:
http://www.ghacks.net/2013/05/12/how-to-disable-vlc-media-players-open-recent-media-feature/
- Click on Tools > Preferences in the top menu or use the shortcut Ctrl-P to open the preferences.
- While in the Interface section here, locate the Save recently played items option on the page.
- Uncheck the box to disable the logging of played videos.
- 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
Thank you for your effort. Sadly you seem to have misunderstood the question. I said that I have already disabled history in the preferences. I'm talking about the history of recently opened directories in the 'Open' dialogue; not the recently opened files in the 'File' menu.
– EmmaV
Mar 24 '16 at 1:48
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Found the answer at the following link:
http://www.ghacks.net/2013/05/12/how-to-disable-vlc-media-players-open-recent-media-feature/
- Click on Tools > Preferences in the top menu or use the shortcut Ctrl-P to open the preferences.
- While in the Interface section here, locate the Save recently played items option on the page.
- Uncheck the box to disable the logging of played videos.
- 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
Thank you for your effort. Sadly you seem to have misunderstood the question. I said that I have already disabled history in the preferences. I'm talking about the history of recently opened directories in the 'Open' dialogue; not the recently opened files in the 'File' menu.
– EmmaV
Mar 24 '16 at 1:48
add a comment |
up vote
0
down vote
Found the answer at the following link:
http://www.ghacks.net/2013/05/12/how-to-disable-vlc-media-players-open-recent-media-feature/
- Click on Tools > Preferences in the top menu or use the shortcut Ctrl-P to open the preferences.
- While in the Interface section here, locate the Save recently played items option on the page.
- Uncheck the box to disable the logging of played videos.
- 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
Thank you for your effort. Sadly you seem to have misunderstood the question. I said that I have already disabled history in the preferences. I'm talking about the history of recently opened directories in the 'Open' dialogue; not the recently opened files in the 'File' menu.
– EmmaV
Mar 24 '16 at 1:48
add a comment |
up vote
0
down vote
up vote
0
down vote
Found the answer at the following link:
http://www.ghacks.net/2013/05/12/how-to-disable-vlc-media-players-open-recent-media-feature/
- Click on Tools > Preferences in the top menu or use the shortcut Ctrl-P to open the preferences.
- While in the Interface section here, locate the Save recently played items option on the page.
- Uncheck the box to disable the logging of played videos.
- 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
Found the answer at the following link:
http://www.ghacks.net/2013/05/12/how-to-disable-vlc-media-players-open-recent-media-feature/
- Click on Tools > Preferences in the top menu or use the shortcut Ctrl-P to open the preferences.
- While in the Interface section here, locate the Save recently played items option on the page.
- Uncheck the box to disable the logging of played videos.
- 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
answered Mar 21 '16 at 4:44
lwilson876
292
292
Thank you for your effort. Sadly you seem to have misunderstood the question. I said that I have already disabled history in the preferences. I'm talking about the history of recently opened directories in the 'Open' dialogue; not the recently opened files in the 'File' menu.
– EmmaV
Mar 24 '16 at 1:48
add a comment |
Thank you for your effort. Sadly you seem to have misunderstood the question. I said that I have already disabled history in the preferences. I'm talking about the history of recently opened directories in the 'Open' dialogue; not the recently opened files in the 'File' menu.
– EmmaV
Mar 24 '16 at 1:48
Thank you for your effort. Sadly you seem to have misunderstood the question. I said that I have already disabled history in the preferences. I'm talking about the history of recently opened directories in the 'Open' dialogue; not the recently opened files in the 'File' menu.
– EmmaV
Mar 24 '16 at 1:48
Thank you for your effort. Sadly you seem to have misunderstood the question. I said that I have already disabled history in the preferences. I'm talking about the history of recently opened directories in the 'Open' dialogue; not the recently opened files in the 'File' menu.
– EmmaV
Mar 24 '16 at 1:48
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1054208%2fhow-can-i-disable-delete-all-history-in-vlc-media-player%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Not sure if this is an option - what about Bleachbit? bleachbit.org/download/linux I know that Ccleaner should have it as well - but, is Windows.
– Leptonator
Mar 17 '16 at 20:25