Does VLC media player store the played files hidden somewhere? I share my computer with a fellow student and do not want him to see what I have been watching.

Is the history or files of what's played in VLC stored or logged anywhere on the computer?

I want to know if there is a hidden file somewhere that shows what I have been watching through the media player, and vice versa, show what my roommate may have been watching.

link|improve this question
1  
Why aren't you using multiple accounts on the computer so you don't have to worry about information being shared? That's kind of the purpose behind having accounts. – Bart Silverstrim May 22 '11 at 20:45
Use a portable VNC/browser from your flash drive? – Zoredache May 24 '11 at 16:51
feedback

migrated from serverfault.com May 22 '11 at 19:48

This question came from our site for system administrators and desktop support professionals.

2 Answers

There is a "recently used" list that is saved by VLC. And there are two answers for your question.

The "easy" way you are probably expecting: You can disable the behavior by opening the Tools -> Settings dialog, selecting the "Interface" section (would usually be preselected) and deactivating the "Save recently played items" option.

The "hard" way you should consider for your own good: simply set up a different non-admin account for your roommate on this computer, set up a complex password and never, under any circumstances, give it away to anyone else. Better yet, use EFS to encrypt all data in your profile directory - just in case somebody manages to get an administrative account on this machine.

link|improve this answer
feedback

On Windows (7) the Recent Media list is stored in the %appdata%\vlc\vlc-qt-interface.ini file. Open it and look for a line that says [RecentsMRL]. You should see the list below it

link|improve this answer
feedback

Your Answer

 
or
required, but never shown