vanchaxy / plexio

Plex integration in Stremio
https://plexio.stream
MIT License
33 stars 2 forks source link
addon integration plex plex-media-server python react stremio stremio-addon

Plexio: Plex Interaction for Stremio

⚠️ Plexio is an independent project and is not in any way affiliated with Plex or Stremio. ⚠️

Plexio is an addon that bridges the gap between Plex and Stremio, enabling seamless integration of your Plex media within the Stremio interface. With Plexio, you can discover and stream your Plex content directly in Stremio.

Features

Self-Hosting

If you'd prefer to self-host Plexio, you can do so easily using Docker. Follow these steps:

  1. Use the following command to start a Plexio instance:
    docker run -d -p 7777:80 ghcr.io/vanchaxy/plexio
  2. Plexio addon will be available at http://localhost:7777/.

Optional Configuration with Environment Variables

Using addon with shared Plex server

If you are using Plexio with a Plex server that you do not own (you will see a "shared" badge next to the server name), you must provide the PLEX_MATCHING_TOKEN environment variable. This token is an access token from a Plex server you own, which will be used to query the Plex API and resolve the Plex GUID using IMDB IDs.

To find your Plex authentication token, open any media on a Plex server you own. Look for the XML data for the media and find the X-Plex-Token in the URL. Copy the token from the URL.

You can learn more about finding your authentication token in the official Plex article "Finding an authentication token".

Local Development

  1. Fork the Repository.
  2. Clone the Repository:
    git clone https://github.com/yourusername/plexio.git
  3. Create a .env file and configure the required environment variables.
  4. Run doker-compose:
    docker-compose up --build

Contacts

For bug reports, feature requests, or general questions, join our Discord support forum.

Alternatively, you can open an issue directly in this repository.