Skip to content

coKaliszewski/PlexAutoIntroSkip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plex Auto Intro Skip

Plex has an great feature that allows users to Skip TV Show Intros, but it requires users to click on the "Skip Intro" button each time. This can become a useless feature as soon as you are doing anything else, because you have to stop what you are doing to click on the button. Plex Auto Intro Skip is here to solve this problem.

Note: While Tampermonkey exists along with this Plex auto-skip intro script, it only works if the window and tab is focused which means it is useless as soon as you are doing anything else. This is because of how the Page Lifecycle API functions.

Prerequisites

  • Microsoft Edge (Chromium version) - Comes with latest Windows Updates.

How to Install

  1. Download latest appropriate Stable Channel release of Microsoft Edge Driver.
  2. Extract msedgedriver.exe from the downloaded ZIP archive and place it into your environment's PATH.
    • If you are not sure where to place it, place it in the C:\Windows\System32.
  3. Download latest Plex Auto Intro Skip Release and place it in a location it will be run from.
  4. Right-click on PlexAutoIntroSkip.exe, select "Create shortcut", right-click on newly created shortcut, and select "Properties".
  5. In the shortcut's properties window navigate to the end of "Target" textbox and add a space followed by "{URL_TO_PLEX_SERVER}" with double-quotes.
    • Finished example: C:\bins\PlexAutoIntroSkip\PlexAutoIntroSkip.exe "https://plex.server/"
  6. Click the "Ok" button, and move (or pin) the shortcut to the desired location to launch from.

Notes

  • On initial launch you will be asked to sign in to Plex, this is because the program is using a different user data directory than default for the instance of Microsoft Edge.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%