Eisa AlAwadhi
                                            Eisa AlAwadhi
                                        
                                    Actually, the bug is with `border=no`. Having `border=no` in mpv.conf and closing by the [x] button provided by it results in a freeze / crash. I have also tried with...
Thank you @iwalton3 for your clarifications. To continue the discussion of the above mentioned issue, I have tried implementing the solution of sending `STOP` to mpv and other various mpv...
Hi @Kayizoku, the changes are done in 2044e4397320943f38960d1b99cf4d0c59808a4b, however it is for SimpleBookmark, I will later migrate it to the other scripts. The update is very big, I changed tons...
> For some reason, this only happens after I have "%dt%" variable in the list_content_text. it won't retain the proper values for new items that are bookmarked. But the old...
I believe I have written a function that deals with escape sequences, because there is multiple escape_sequences not dealt with in this PR. I must have forgot to call the...
I will keep this open for reference until changes are made to fix issue #51
Only remaining is to migrate the changes of 2044e4397320943f38960d1b99cf4d0c59808a4b to SimpleHistory, and SmartCopyPaste
@dyphire thanks for the additions, as @CogentRedTester pointed out, there should be a change in the name of `menu-open`. you can add the script name to it. e.g.: `simplehistory-menu-open`, `simplebookmark-menu-open`,...
> > At the same time, we also need to consider the osd overlay when another menu is opened. This will also need to share property through the script message....
@CogentRedTester On another note, I have been trying to make LogManager as a separate API. I really love the work you have done in `file-browser.lua` and I am using it...