Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
507 stars 35 forks source link

Migrate SimpleUndo to new API #15

Closed cherti closed 3 years ago

cherti commented 3 years ago

This migrates SimpleUndo to the new mpv-API, getting rid of deprecation warnings in the process.

Fixes #12 (thanks for reminding me^^).

References: https://github.com/mpv-player/mpv/blob/master/DOCS/man/lua.rst https://github.com/mpv-player/mpv/blob/master/DOCS/man/input.rst

Eisa01 commented 3 years ago

Very much appreciated, looks very clean as well! I have not had the time to fiddle lately, I'll review it as soon as I have the time then migrate! Thanks 😊

cherti commented 3 years ago

no worries, take your time. Thanks for writing SimpleUndo in the first place. :)