This would be used to skip intros for those that watch series subbed and which have a song playing as intro. Star Trek Enterprise for example begins its intro (not directly, usually the episode begins right in the middle of things/with a recap) with "It's been a long road getting from here to there"
I've been searching the forum for intro skippers but haven't seen this particular approach posted yet.
Can this be done with lua? Or with a plugin?
If "X sentence" then jump "user customized time".
Don't know if it's possible, but the lua/plugin could directly monitor the subtitle text being played in vlc. Or it could recurse the .srt/.sub/.whatever, look for X sentence and check the corresponding timestamp. Then perform jump when VLC is at that timestamp.