Git Product home page Git Product logo

p2pproxy-record-manager's Introduction

# p2pproxy-record-manager App to manage record settings for p2pproxy https://github.com/const586/p2pproxy

Web application with a frontend to add/edit/remove recording schedules.

Features:

  • Choose a channel to record by specifying date and time.
  • Get the list of channels and EPG for each channel.
  • Select a program to record by clicking a button in EPG view.
  • Displays P2P Proxy status.
  • Review past, ongoing and scheduled recordings.

Installation

This application could be installed inside a virtual environment or systemwide.

To install in a virtual environment or systemwide using pip:

  • Ensure you have a virtualenvwrapper package installed (virtual env option)
  • Create a virtualenv (optional but recommended):

`mkvirtualenv record-manager`

  • If you are installing from a tarball, download it from https://github.com/ph0enix49/p2pproxy-record-manager/tree/master/dist
  • Install:
    • from repo: `pip install git+https://github.com/ph0enix49/p2pproxy-record-manager.git`
    • from tarball: `pip install p2pproxy-record-manager-<version>.tar.gz`
    • from locally cloned repo: `pip install .`
  • You may need to prepend "sudo" if you are installing systemwide
  • To install systemwide via python setup:
    • Clone this repo from github: `git clone https://github.com/ph0enix49/p2pproxy-record-manager.git`
  • Or download a tarball and unpack.
    • Install: `sudo python setup.py`

You can also configure upstart to launch the application upon boot. Copy contrib/record-manager.conf to /etc/init and modify parameters as required. It is recommended that you launch the application manually to test all parameters before configuring upstart.

Usage

  • By default it will expect p2pproxy running on localhost at port 8081
  • Address and port are configurable, `record_manager --help for more info
  • App listens at port 5000, so for e.g. go to http://127.0.0.1:5000/ to open it.

p2pproxy-record-manager's People

Contributors

sy-bee avatar

p2pproxy-record-manager's Issues

Channel view

Channel view shall display EPG and a button to schedule a recording.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.