Skip to main content

Automatic 'skip intro' for Plex with Chromecast support

Project description

Skippex

Skippex skips intros automatically for you on Plex, with support for the Chromecast.

IMPORTANT NOTE: This is still pretty much beta software. Expect bugs and please report them!

Installation

Docker installation coming soon.

As this is a Python application, I personally recommend using pipx, which will install Skippex in its own virtual environment:

$ pipx install skippex

Or you can just use pip:

$ pip install --user skippex

Usage

The first time you use Skippex, you'll first have to authorize the application with Plex using the following command. This will open a new tab in your Web browser allowing you to authenticate and authorize the application to access your Plex account.

$ skippex auth

Once that's done, you can simply run Skippex and it'll start monitoring your playback sessions and automatically skip intros for you on supported devices:

$ skippex run

Et voilà! When this command says "Ready", Skippex is monitoring your shows and will automatically skip intros for you.

Things to know

  • Clients need to have "Advertize as player" enabled.
  • Only skips once per playback session.
  • Only tested for one account on the local network.
  • Might only work on the local network for standard Plex clients.
  • Only works on the local network for Chromecasts.
  • Solely based on the intro markers detected by Plex; Skippex does not attempt to detect intros itself.

Tested and supported players

  • Plex Web App
  • Plex for iOS (both iPhone and iPad)
  • Chromecast v3

The NVIDIA SHIELD might be supported as well, but I don't have one so I can't test it. Other players might also be supported. In any case, please inform me by creating a new issue, so I can add your player to this list.

Known issues

  • With a Chromecast, when seeking to a position, the WebSocket only receives the notification 10 seconds later. Likewise, the HTTP API starts returning the correct position only after 10 seconds. This means that if, before the intro, the user seeks to within 10 seconds of the intro, they may view it for a few seconds (before the notification comes in and saves us).

    One workaround would be to listen to Chromecast status updates using pychromecast, but that would necessitate a rearchitecture of the code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skippex-0.1.1.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

skippex-0.1.1-py3-none-any.whl (21.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page