Skip to content

A web application for marking TV shows as watched/unwatched for Plex Media Server

Notifications You must be signed in to change notification settings

itscontained/automarkwatched

Repository files navigation

AutoMarkWatched

A web application for marking TV shows as watched/unwatched for Plex Media Server.

AutoMarkWatched runs on Django and uses sqlite3 as a database.

Quickstart

(Until i have time to document in more detail)

  1. Git clone repo
  2. install requirements pip3 install -r requirements.txt
  3. Generate secret_key python3 generate_secret_key.py
  4. Edit automarkwatched/settings.py
    • Add generated key to SECRET_KEY = ''
    • Add ip addres or fqdn to ALLOWED_HOSTS
  5. Create database python3 manage.py migrate
  6. Run server python3 manage.py runserver 0:8000

Pictures

Home Page Bulk Edit Show Detail Settings

About

A web application for marking TV shows as watched/unwatched for Plex Media Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published