JacopoBucchioni / vlc-permanents-bookmarks

VLC extension to store Bookmarks permanently
56 stars 11 forks source link

Path to bookmarks #1

Closed Ypot closed 2 years ago

Ypot commented 2 years ago

Hi Where are the bookmarks saved? Thanks for this extension :-)

JacopoBucchioni commented 2 years ago

Hi Thanks, the bookmarks are saved in the user's vlc data directory under /lua/extensions/userdata/bookmarks For Windows the whole path is %APPDATA%\vlc\lua\extensions\userdata\bookmarks while for linux and mac should be ~/.local/share/vlc/lua/extensions/userdata/bookmarks /Users/user_name/Library/Application\ Support/org.videolan.vlc/lua/extensions/userdata/bookmarks respectively (where user_name is your username) If you use a linux or mac system let me know if that is correct