Skip-intro

Screenshots

v0.3

[!WARNING]
Stash v0.31+ ONLY

Reads from the custom_field skip_first which is a number for how many seconds to skip ahead. In order of priority:

  1. Scene
  2. Studio
  3. Parent of Studio
  4. (Remote) Studio
  5. (Remote) Parent of Studio

If there is no skip_first at a lower level, it will default to the higher level until a value is found.
If no results are found locally, skips-db is queried at the studio and parent studio level.

After pausing, you can use the following command to get the time to skip to.

document.querySelector("video-js>video").currentTime

The static stash-skip-intro database has been replaced with skips-db - a crowdsourced instance for skip times. All existing times have been imported. Local times (including 0 for no intro/ inconsistent intro) can be submitted via skip-intro-sync

3 Likes

Promising plugin but very few studios in the base, why not let users set their own time to skip for each studio, locally, directly on the studio page ?

2 Likes

I’m bad at UI design :winking_face_with_tongue:

The static database has been removed in favor of custom fields in stash v0.31 - please see the new README for details! You can define your own skip times per-video, per-studio and per-network!

1 Like

Will add this on since I have no idea if people use my plugins nor how they use them - if there is interest I can look into a timestamp.trade-esque crowdsourced database for studio skip times

2 Likes

Server implemented Skips-db for skip-intro plugin - POC for submitting is ready to go up, will document that here and leave future update for server-side in the respective thread!

skips-db integrated

idk what i’m doing wrong i setting up for example 13 second on a studio but that doesnt skip anything

how did you set it? It also only skips if and only if you’re at 0:00 in the video

I installed the mod using the manager and activated it. I configured a custom field called skip_first on a studio and set it to 13 (I also tested 0.13 and 0,13).

No time appears on the studio’s card, and all videos start at 0:00. My stash version is 0.31.1

Thanks for the plugin and db.

Quick question - the skip time is not displayed on the studio page, but it displays on the studio card though. Any clues?

hmm unable to repro. It is in seconds so 13 is correct. It is case sensitve, make sure to reload tabs after changing it

I’m getting this error in my browser’s console:

Uncaught ReferenceError: fbox826 is not defined

https://pistash:1337/plugin/skip-intro/javascript:69

check that you have 0gql-intercept installed, that would explain things

0gql-intercept was installed but not enabled. I enabled it and it works now :+1: