mpv-scripts
mpv-scripts copied to clipboard
SimpleHistory Categories.
Is there a way that I can configure SimpleHistory and Simplebookmarks to have "categories"? Let's say I want to have separate categories/lists for Anime, TV Shows, Movies, Music.. etc.. this way I can simply go to one category and find all my history or bookmarks there related to that category..
Categories are already inplemented, refer to https://github.com/Eisa01/mpv-scripts/issues/62 if you need more details. However, currently it is only for SimpleBookmark since it has the updated LogManager. You need to simply press ctrl+g
to add and cycle through a category. Categories and category names can be modified in script-opts.
As for SimpleHistory, it will be done once I migrate LogManager.
Categories are already inplemented, refer to #62 if you need more details. However, currently it is only for SimpleBookmark since it has the updated LogManager. You need to simply press
ctrl+g
to add and cycle through a category. It will be done for SimpleHistory once I migrate LogManager.
Thankyou, I will try it out! Sometimes I think I use your scripts more than you do. Haha.