Git Product home page Git Product logo

untv's Introduction

UNTV

UNTV is a cross platform DRM-free media platform for home theater computers. Developers should read "Getting Started" and the API Documentation.

Getting Started

End Users

Download the latest bundled release for your platform and place in your Applications directory (or equivalent) and launch as usual.

Using the Keyboard as a Remote

If you are developing for UNTV or do not wish to use your smartphone as a remote control, you may use your keyboard as a remote. Below is a list of the different keys and combinations as well as their targeted event. For more information about these events from a development perspective, you will likely need to read extending-the-remote.md.

  • Up Arrow: Scroll Up
  • Left Arrow: Scroll Left
  • Right Arrow: Scroll Right
  • Down Arrow: Scroll Down
  • Home: Toggle Menu
  • Esc: Go Back
  • Tab: Go Next
  • Enter: Select
  • Space: Pause/Play Player
  • Shift + Left Arrow: Seek Player Previous
  • Shift + Right Arrow: Seek Player Next

Developers

Since UNTV aims to provide support for as many codecs as possible, it uses a custom build of Node-Webkit which I have compiled for linux64, darwin32, and win32. You may, however, use the upstream builds of Node-Webkit, but you will sacrifice playback support for just about everything except for .ogg and .webm.

Clone the repository:

~# git clone https://github.com/untv/untv.git

Install dependencies using Node Package Manager:

~# cd untv && sudo npm install

Make sure you have CoffeeScript installed globally (we use cake for tasks):

~# sudo npm install coffee-script -g

Run cake setup from the project root to download your platform's custom build of node-webkit and unpack it to the bin/ directory.

Alternatively download the custom build of node-webkit here: https://file.ac/s4Lt3Vo6rls/ Then, unzip and place contents in the bin/nw-0.8.4-custom directory.

Run cake start from the project root to launch UNTV.

Run cake build from the project root to bundle a distributable release for your platform.

untv's People

Contributors

nickdima avatar subv avatar

Watchers

James Cloos avatar  avatar

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.