dcheckoway / peaver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peaver

https://en.wikipedia.org/wiki/Personal_video_recorder

Prerequisites

Installation

  • Ensure HDHomeRun is up and running
  • Ensure Plex Media Server is running
  • /usr/bin/env python2 -c 'print "Python2 is installed"' 2>/dev/null || brew install python
  • psql -c "select 'PostgreSQL is installed'" 2>/dev/null || brew install postgresql
  • createdb peaver
  • psql peaver < schema.sql
  • pip install requests
  • pip install dateutils
  • pip install psycopg2
  • ./setup

About


Languages

Language:Python 100.0%