NurioHin / mpv-bookmarker

A bookmarker menu to manage all your bookmarks in MPV
97 stars 24 forks source link

Support for local bookmark tables #6

Open DevinMadsen opened 3 years ago

DevinMadsen commented 3 years ago

For my desired use of bookmarker I want the bookmark file to be saved and loaded in the working directory instead of mpv's folder. I created an option to set this functionality, but by default bookmarker uses the global table. When this option is set to false it behaves the same way as it did before. I tested this on Linux but it should still work on Windows. I might add the ability to toggle whether it is reading local or global bookmarks in mpv itself, but this seemed like a good spot to do a pull request.