matthewdias / kitsu-plex-scrobbler

Update your Kitsu library from Plex
https://kitsu.io/
18 stars 1 forks source link
anime kitsu plex scrobbler

Features/Constraints

Run it

Running with Node.js
  1. Install PostgreSQL
  2. Create a database
  3. Install current Node.js
  4. Run npm install
  5. Set env vars and run npm start
Running with Docker
  1. Install Docker
  2. Set env vars and run docker-compose up
Env vars
Var Default Value Description Node Docker
PLEX_HOST http://localhost:32400 Plex Media Server host Optional Optional
(Docker for Mac/Windows users should set this to http://host.docker.internal:<plex port>)
PLEX_LOGS none Location of your Plex Media Server log files (instructions)
Common locations:
  • macOS: "~/Library/Logs/Plex Media Server"
  • Linux: "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Logs"
  • Windows: "~\\AppData\\Local\\Plex Media Server\\Logs"
  • FreeBSD: "/usr/local/plexdata/Plex Media Server/Logs"
    Required Required
    PORT 8929 Port for web server to listen on Optional Optional
    DATABASE_URL postgres://postgres@localhost:5432/kitsu-plex-scrobbler Connection URL for your PostgreSQL database Optional Ignored
    POSTGRES_PORT 5434 Port for included PostgreSQL database to listen on Ignored Optional
    Setting env vars for a command

    Use it

    Screenshots

    Acknowledgements

    Thanks to