Eisa01 / mpv-scripts

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

Any way to rename / tag bookmarks? #87

Closed Nocxium closed 1 year ago

Nocxium commented 1 year ago

Hi Ive tried to find a option that lets me rename the bookmark, but i cant seem to find it. It would be really helpful if we could search for specific bookmarks in our workflow.

Eisa01 commented 1 year ago

You can add a bookmark to group, functions same as tagging. And you can define what each group name is. Basically you press ctrl+g on a bookmark to add into group, press ctrl+g multiple times and you can cycle towards all defined groups in the config file.

You can read more about it here: https://github.com/Eisa01/mpv-scripts/issues/62#issuecomment-1289274982

Nocxium commented 1 year ago

Thanks for the quick reply!

This is awesome, and gets 50% of what i want :) However it would still be really good if there is a way to actually rename the bookmark itself, since i like to make multiple bookmarks in a single video for different topics, which i can then easily search through with the LogManager.

Eisa01 commented 1 year ago

I understand your use-case, there is actually a way to do what you're requesting but by using a "workaround". Perhaps I'll make it easier in the future without requiring opening the log but not anytime soon because it will require a lot of time (which I currently lack).

Steps for workaround:

Now when you open the bookmark list in mpv, the renamed bookmark will be displayed, now you can use search and it will work for the renamed item or the path or the file name.

Hopefully this solves the issue.

Nocxium commented 1 year ago

Awesome :)

I will use this workaround for now. Would be great to have a feature where we could rename it directly from mpv, but i understand if it is too time consuming.

Thanks once again! Both for the reply, and a awesome script