This plugin exports video comments from the Eagle app as chapters. It enables a video player based on mpv to load the video comments input in Eagle as chapters and play the video accordingly.
This plugin exports video comments from the Eagle app as chapters. It enables a video player based on mpv to load the video comments input in Eagle as chapters and play the video accordingly.
From the Eagle app's [Plugin] menu, select [Plugin Center] and install [Export Video Comments as Chapters].
Install a video player based on mpv (mpv , IINA , etc.).
Download the script chapter-make-read.lua to enable mpv to load external chapter files. (Note: chapter-make-read.lua
is an unofficial script for mpv created by a third party.)
Place chapter-make-read.lua
in the following locations:
C:/Users/Username/AppData/Roaming/mpv/scripts/chapter-make-read.lua
~/.config/mpv/scripts/chapter-make-read.lua
Create a configuration file chapter_make_read.conf
as a text file and enter the following content:
global_chapters=yes
Place the configuration file chapter_make_read.conf
in the following locations:
C:/Users/Username/AppData/Roaming/mpv/script-opts/chapter_make_read.conf
~/.config/mpv/script-opts/chapter_make_read.conf
Where are the created chapter files saved?
They are saved in ~/.config/mpv/chapters
.
How do I delete the created chapter files?
Delete the files saved in ~/.config/mpv/chapters
.
What happens if I change video comments or file names in the Eagle app?
The chapter files will not be updated. Run [Export Video Comments as Chapters] again to update them.
What happens if there is a file with the same name?
The chapter file will be overwritten.
Why are chapters not exported even after selecting a video with comments in the Eagle app?
In the Eagle app, right-click the file and select [More...] - [Refresh Thumbnail], then try exporting the chapters again.
Why are chapters not loaded in the video when played with mpv?
Try playing the video with mpv several times.
Why are chapters not loaded in the video when played with IINA?
In IINA settings, under [Preferences] - [Advanced], use the settings directory ~/.config/mpv/
.
Initial preview release