Giter VIP home page Giter VIP logo

back-row's Introduction

Back Row

Back Row is a media server for watching movies and shows in a browser, streamed directly from a server.

Deployment

Deploy

Configuration

export TRAKT_TV_CLIENT_ID=abc
export TRAKT_TV_CLIENT_SECRET=123
export TORRENT_CACHE_LIMIT=10000000000 # Defaults to 10GB
export TORRENT_CACHE_PATH=/tmp/back-row # Defaults to `os.tmpdir() + '/back-row'`

Developers

# Clone the repository locally
git clone https://github.com/blakeembrey/back-row.git

# Install dependencies
cd back-row && npm install

# Run development server
gulp server
# open http://localhost:8080

# Build the output directory
gulp build

# Start application
npm start
# open http://localhost:3000

License

MIT

back-row's People

Contributors

blakeembrey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

patrickjs

back-row's Issues

Add users

Enable the ability to log in and track amount watched, current watch progress, etc.

Remove general proxy for cached specific API calls

Right now, every API call is being proxied over a generic caching proxy. We should move this to more specific API endpoints that can customise the payload before it gets sent to the front-end. It must continue to cache data.

Enable movie search

Add a search box to the header and trigger search of the movies page when typing.

Integrate a calendar for users

It'd be good for logged in users to have a dashboard with "upcoming" things to watch, like tv shows as they are available.

Add persistent database(s)

Currently everything is jank and in-memory. We should move to redis (for sessions) and another database (or again redis?) for keeping movies, movie lists, search results, etc. cached. Then we can have more than one process, less crashes and persistence over restarts.

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.