chapters_for_mpv icon indicating copy to clipboard operation
chapters_for_mpv copied to clipboard

mpv script for adding/editing/removing/saving/loading chapters

Results 5 chapters_for_mpv issues
Sort by recently updated
recently updated
newest added

And I'll also use the opportunity to report a problem I found: the bake-chapters function was intended to embed the chapters file into the video file? Because I used it...

Hey. Sorry for not splitting this up in more branches (was lazy), but at least the changes are all split up nicely in small commits. Please check them and merge...

Hey. At least for the case that the media file name contains a newline (`\n`), but possibly also for other such unusual characters (perhaps `\r`), the plugin fails, e.g.: ```...

Hey. I was reading through the code and while I'm probably no expert (never used lua before) I might have found some issues. First, we must generally assume that pathnames...

bug

I personally probably don't need this, but just as an idea: Hashing the pathname has a number of disadvantages, well mostly one,... what if the file (or an of its...

enhancement