Ben-Kerman / mpv-sub-scripts

Two mpv scripts for automatically pausing after each subtitle line and skipping intervals between subtitles.
72 stars 9 forks source link

[sub-skip] skip music/ignore music lines #11

Open spookyjj opened 3 years ago

spookyjj commented 3 years ago

Similar to the option from speed-transition from zenyd, I just thought I'd suggest the option to ignore specific lines like ♪♪ so the music lines will also be skipped. I prefer sub-skip over speed-transition since sub-skip also fasts forward the audio while (as far as I could tell) speed-transition mutes when skipping, but anyways just a suggestion 👍

artjomsR commented 1 year ago

You can add these shortcuts to your mpv\mpv\input.conf and use them to go to the prev / next subtitle manually, effectively skipping music

a  no-osd sub-seek -1
d  no-osd sub-seek  1
peldas commented 4 months ago

@spookyjj I'm a few years late but I've forked this repo to do exactly what you wanted. I added a blacklist to both scripts which lets you input subtitles you want to skip, and by default has a few common music lines included. Here's my fork: https://github.com/peldas/mpv-sub-scripts