Skip to content

SenexCrenshaw/PlexAutoSkip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlexAutoSkip

Automatically skip tagged content in Plex

A background python script that monitors local playback on your server (LAN only) and will automatically 'press' the Skip Intro button or skip other similarly tagged content automatically

Currently Plex uses markers and chapters to tag potentially skippable content as follows:

  • Markers
    • Intros
    • Commercials
  • Chapters
    • Advertisements

Requirements

  • Python3
  • PlexPass (for automatic markers)
  • PIP
  • PlexAPI
  • Websocket-client

Setup

  1. Clone the repository
  2. Install requirements using pip install -R ./setup/requirements.txt
  3. Run main.py once to generate config files or copy samples from the ./setup directory
  4. Edit ./config/config.ini with your Plex account or Plex server settings
  5. Run main.py

config.ini

custom.json

Optional custom parameters for which movie, show, season, or episode should be included or blocked. You can also define custom skip segments for media if you do not have Plex Pass or would like to skip additional areas of content

Docker

Special Thanks

About

Automatically skip content in Plex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%