Commit Graph

18 Commits

Author SHA1 Message Date
zenyd 9bdce00501 update speed-transition
* use sub-end instead of sub-text. Disadvantage is that ignoring subtitles is broken right now. Advantage: image based subtitles are working.
For dvd subtitles (that's what I tested) it can happen that some subtitle lines, get 'eaten'. They don't show even though they should.
* implement sub-timeout: when subtitles are displayed without change for some time (5s) -> speedup. (Useful for autogenerated subtitles)
* improvements to skip mode:
    - better behaviour if next subtitle is not in cache
    - option for non-exact skips. This also implements seek-back since a skip is not guaranteed to end at the next line. It might skip over it.
* users can now supply a script configuration file (speed_transition.conf)
* remove key binding for sub visibility. Pressing v seems to handle this nicely.
* change key binding for skip mode to alt + j
* added bunch of debugging code to better debug issues
2024-02-12 03:28:35 +01:00
zenyd 19ea069abc subselect: use robust path for loading subselect.py 2022-04-22 13:03:58 +02:00
zenyd 885b9bd056 delete-file: option to move instead of delete 2022-04-22 00:08:36 +02:00
zenyd d5ea82a604 subselect: move into subfolder 2022-04-22 00:06:28 +02:00
Sharad79zero f6a2019d5e
Update README.md (#33)
no credits needed. just wanted to make installation clear to newbies as i had lot of problem installing censor script ,according to me which is most important. thanks to zenyd
2022-04-19 16:53:11 +02:00
zenyd 85f9964f30 add script censor 2021-03-13 16:18:52 +01:00
zenyd 54a74c4441 add script copy-paste-URL 2021-03-09 01:57:39 +01:00
bitingsock efa300fb6b
key bind for list of delete marks (#27)
* key bind for list of delete marks

https://github.com/zenyd/mpv-scripts/issues/14

* make show list a toggle so we don't spam the terminal

* put showListTimer:resume() in condition

* undelete all and globalize timer

if timer is local showList() can't reference it

* add new keybinds

* add space to help wrapping

* better matching
2021-03-07 12:31:37 +01:00
bitingsock 019fb5346c
Document user options and add some new features (#26)
* Document user options and add some new features

I realized I've been adding to and adjusting this script for a while now and almost lost it in a reformat. I also included some requested feature's from the issue tracker. I'll comment inline to clarify some changes.

* Update speed-transition.lua

* Update README.md

* Update speed-transition.lua

* Update speed-transition.lua
2021-02-28 23:03:07 +01:00
zenyd 4c023ed7ea add directskip mode and make skip value calculation more robust 2017-11-05 21:29:18 +01:00
zenyd 5cccb90061 add script delete_file.lua 2017-10-19 21:34:54 +02:00
bitingsock 2d0388fc90 skip mode 2017-10-18 19:15:40 +02:00
zenyd 5793184c2d Minimize frame drops on resuming normal speed
Introduces slight a-v desynchronisation in speedup state, which is not
really noticeable. On resuming normalspeed a-v gets synchronized once
again.
2017-09-26 15:36:50 +02:00
zenyd 80d23f99cd fix tab width (sigh) and update readme 2017-09-24 04:56:35 +02:00
zenyd 348749e6ce Add subselect script 2017-09-24 03:15:02 +02:00
zenyd 025a419e63 Update Readme 2017-09-15 15:20:34 +02:00
zenyd 05a31b2e53 Update README.md 2017-09-06 00:25:13 +02:00
zenyd 6f294f6c85 Initial commit 2017-09-05 18:48:07 +02:00