File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed
Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ --- Screenshot the video and copy it to the clipboard
2+ --- @author ObserverOfTime
3+ --- @license 0BSD
4+
15--- @class ClipshotOptions
26--- @field name string
37--- @field type string
Original file line number Diff line number Diff line change 1+ --- Discord rich presence
2+ --- @author ObserverOfTime
3+ --- @license 0BSD
4+
15local utils = require ' mp.utils'
26local msg = require ' mp.msg'
37
Original file line number Diff line number Diff line change 1+ --- Miscellaneous utilities
2+ --- @author ObserverOfTime
3+ --- @license 0BSD
4+
15--- @type string
26local TIME_FORMAT = ' %H:%M'
37
Original file line number Diff line number Diff line change 1+ --- Launch a dialog for opening files or URLs (KDialog)
2+ --- @author ObserverOfTime
3+ --- @license 0BSD
4+
15local utils = require ' mp.utils'
26
37local MULTIMEDIA = table.concat ({
Original file line number Diff line number Diff line change 1+ --- Launch a dialog for opening files or URLs (OSAScript)
2+ --- @author ObserverOfTime
3+ --- @license 0BSD
4+
15local utils = require ' mp.utils'
26
37local MULTIMEDIA = utils .format_json ({
Original file line number Diff line number Diff line change 1+ --- Launch a dialog for opening files or URLs (PowerShell)
2+ --- @author ObserverOfTime
3+ --- @license 0BSD
4+
15local utils = require ' mp.utils'
26
37local MULTIMEDIA = table.concat ({
Original file line number Diff line number Diff line change 1+ --- Launch a dialog for opening files or URLs (Zenity)
2+ --- @author ObserverOfTime
3+ --- @license 0BSD
4+
15local utils = require ' mp.utils'
26
37local MULTIMEDIA = table.concat ({
You can’t perform that action at this time.
0 commit comments