Skip to content

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

License

Notifications You must be signed in to change notification settings

mar04/chapters_for_mpv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chapters for mpv

It's a script that lets you add, remove and edit chapters of the currently played media, be it video or audio, local file or a stream. Chapters you create can be saved into a separate text file and automatically loaded when you open the same media file again.

This version of the script requires mpv 0.38 or newer.

Features

  • add a new chapter, optionally with a title
  • edit existing chapter's title
  • remove current chapter
  • save chapters as a text file, either in the same directory as the media file or in a global directory
  • optionally can hash file paths in an attempt to uniquely identify media files if chapter files are stored in a central directory
  • option to automatically save/load chapter files
  • option to use ffmpeg to put the chapters into the media file container as a metadata, so that other media players, like vlc, can make use of them
  • should work on Unix and Windows (tested on Archlinux and Windows 10)

Installation

  • place chapters.lua in your ~/.config/mpv/scripts directory

  • optionally create a config file named chapters.conf in ~/.config/mpv/script-opts, check out example config file

  • add keybindings to your ~/.config/mpv/input.conf, example:

    n       script-binding chapters/add_chapter
    ctrl+m  script-binding chapters/remove_chapter
    ctrl+.  script-binding chapters/edit_chapter
    N       script-binding chapters/write_chapters
    ctrl+,  script-binding chapters/bake_chapters

Thanks

License

Copyright (c) 2023 Mariusz Libera mariusz.libera@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages