Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
505 stars 35 forks source link

SimpleHistory Categories. #126

Open AziRizvi opened 6 months ago

AziRizvi commented 6 months ago

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..

Eisa01 commented 6 months ago

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.

AziRizvi commented 6 months ago

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.