Eisa AlAwadhi

Results 100 comments of Eisa AlAwadhi

From what I understand, you want to view the path of logged items but not filter anything out based on specific path. So your request is actually changing the view...

It is a good idea to have. I believe an option to customize and trigger alternative view for the list items in the log manager will serve as a customisable...

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

You can refer to https://github.com/Eisa01/mpv-scripts/issues/87 for workaround. Although I'll keep this open since it looks like there is a need to have it part of the script natively.

Just remove this code from the script it should be exact. Let me know the results. I'll provide it as an option also to change the milliseconds ``` if (pause...

I'll see if I can optimise it further, no promises though

Glad you like it. For SmartCopyPaste, I will do a code review, in the near future hopefully. Since there are multiple features needed. Once I do that, I'll be sure...

Basically you can add the path to blacklist a folder, and any sub directory will be blacklisted if you add `\\*` Multiple levels can be defined with more `\\*\\*` Is...

Plz refer to my reply in the issue I mentioned above

Did you add both? `Archives-List` and `Archives-List/*`?