Chrisi22 pointed out an interesting privacy question, and Jean-Baptiste (hello j-b) showed us the 2 places where this privacy occurs :
1) "list of the recent opened files" found in Media Menu => Recent Media option
Vlc_help (hello !) just detailed correctly in another post how to disable this feature :
viewtopic.php?f=14&t=78917
Vlc_help wrote :
"You can disable VLC's remember feature from Tools -> Preferences (Show Settings: All) Interface -> Main interface -> Qt and Remember..."
In fact, when we uncheck the option "Remember..." (named "Save the recently played items in the menu"), then Save the Preferences, quit VLC and run it again, we then notice the "Recent Media" option has totally disappeared in the Media Menu, perfect !
2) " open dialog getting at the last location"
That's what Chrisi22 would like to be in the Preferences too, when he wrotes :
"My issue is how to stop VLC from showing the last file(s) or folder accessed (or any accessed, for that matter), when you click: Media>Open File, or Open Folder, or Save Playlist to File."
There was a time when VLC didn't remember correctly the last folder accessed (remember j-b ?) and gladly this issue has been fixed. I really enjoy the program to remember the last folder used but I understand Chrisi22's concern about privacy and I'm pretty sure the staff could add an option in Preferences to keep or forget the last folder used when closing VLC
After all, great programs like WinRar (3.71) have these kind of options in their Settings Menu :
* Options => Settings => General => Keep archives history (you check it or not)
* Options => Settings => General => Allow history in dialogs (you check it or not)
* Options => Settings => Path => Start up folder (you indicate your start up folder...or you leave it empty)
* Options => Settings => General => Restore last working folder on start up (you check it or not)
If WinRar made it, I'm 100% sure VLC staff could do it too and Chrisi22 will have his privacy
**************
Concerning another interrogation of Chrisi22, when he writes :
"why doesn't the path / filename change in the .ini file w/ each new file opened? I'd played many after the one that WAS showing in vlc-qt-interface.ini"
I just tested this feature in that .ini file found here on my computer (Windows XP SP2) :
C:\Documents and Settings\Administrateur\Application Data\vlc\vlc-qt-interface.ini"
This file starts, for example, with the following lines :
[General]
filedialog-path=C:\\Temp
Why C:\\Temp ?
Because during the last VLC session, I opened a file from the VLC Menu "Media" => "Open File", choosed any file in the C:\Temp folder, then quit VLC and the .ini file is updated during the quit
But Chrisi22, this path=C:\\Temp will NOT be updated in the .ini file if you open files directly from Windows Explorer, no matter the folder you are in Windows Explorer (that was probably what Vlc_help had in mind in his last answer) : those files opened from Windows Explorer will launch VLC, you'll watch the movie, quit VLC and...the ini file will not be updated because you didn't use the VLC menu to open a file : you opened it directly from Windows Explorer
I guess the line filedialog-path=... will only be updated if you open files using the VLC's menus.
******
Arrgh... I just noticed Chrisi22 answered to Vlc_help, but I won't change my post lol
Chrisi22, when you write "opening subsequent files", do you mean opening them in VLC's Media menu or opening them through Windows Explorer ?