Skip to content

Commit

Permalink
Add header to script file
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-heinrich committed Oct 22, 2023
1 parent 24e0efc commit 5277442
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions subtitle-lines.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-- subtitle-lines 1.0.0 - 2023-Oct-22
-- https://github.com/christoph-heinrich/mpv-subtitle-lines
--
-- List and search subtitle lines of the selected subtitle track.
--
-- Usage:
-- add bindings to input.conf:
-- Ctrl+f script-binding subtitle_lines/list_subtitles

local mp = require 'mp'
local utils = require 'mp.utils'
local script_name = mp.get_script_name()
Expand Down

0 comments on commit 5277442

Please sign in to comment.