Eisa01 / mpv-scripts

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

SmartSkip Custom AutoSkip Duration Per Chapter. #145

Open AziRizvi opened 2 months ago

AziRizvi commented 2 months ago

Using SmartSkip we're able to skip multiple chapters at once given they're added in the index properly in the .conf file. But one small issue I have with this is, that the skip duration is global. Like, take a look in the screenshot below, after 2 seconds, it will skip all three mentioned chapters in one go, but what if I want the behaviour to be customized per chapter?

mpv_dKHSh8mqGM

Like for example: (if we had the ability to customize the conf like like this)

(Duration In Seconds)

Intro Skip-Duration=0 Prologue Skip-Duration=0 Title Card Skip-Duration=2

If it was possible to do it this way it will instantly skip the first 2 chapters, but still give me two seconds or whatever time I set to decide if I want to skip the next chapter or not which in this specific case is the Title Card chapter.

It'd be really great if we could get the feature to customize the skip duration per chapter.

Eisa01 commented 2 months ago

That'll be a bit challenging, but I'll see what I can do. No promises for now tho.

AziRizvi commented 2 months ago

That'll be a bit challenging, but I'll see what I can do. No promises for now tho.

Thank you I appreciate that!!