All Projects → gabriel-detassigny → kodi-angular

gabriel-detassigny / kodi-angular

Licence: MIT license
A web interface to control and manage Kodi, using AngularJS.

Programming Languages

javascript
184084 projects - #8 most used programming language
ApacheConf
554 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to kodi-angular

chord-transitions
Transitioning Chord Diagram Demo with Angular/D3
Stars: ✭ 38 (+171.43%)
Mutual labels:  angularjs
rentnride
Rent&Ride is an open source for Car Rental script. Travel to any of your favourite places by availing the services in the Rent & Ride application. Book cars for rental by making use of the flexibility to choose the car of your interest.
Stars: ✭ 37 (+164.29%)
Mutual labels:  angularjs
krakendesigner
KrakenD configuration editor.
Stars: ✭ 80 (+471.43%)
Mutual labels:  angularjs
ledgeraccounting
Simple web-based accounting and budgeting tool built upon the popular accounting software, hledger
Stars: ✭ 28 (+100%)
Mutual labels:  angularjs
kodi.web-pdb
Web-based remote Python debugger for Kodi addons
Stars: ✭ 73 (+421.43%)
Mutual labels:  kodi
phosphor-webui
Web-based user interface for managing OpenBMC systems
Stars: ✭ 37 (+164.29%)
Mutual labels:  angularjs
ADM-treeView
Pure AngularJs TreeView
Stars: ✭ 30 (+114.29%)
Mutual labels:  angularjs
skin.night
Night - A skin for KODI and OpenHT
Stars: ✭ 13 (-7.14%)
Mutual labels:  kodi
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (+192.86%)
Mutual labels:  angularjs
chakram
Generic Web App for GDG Events
Stars: ✭ 39 (+178.57%)
Mutual labels:  angularjs
DeezerKodi
Deezer client for Kodi
Stars: ✭ 15 (+7.14%)
Mutual labels:  kodi
addon-check
Automatic checks for new repository submissions
Stars: ✭ 45 (+221.43%)
Mutual labels:  kodi
frontend-boilerplate
Frontend boilerplate for modern day web applications (update: not that modern anymore, go use React instead)
Stars: ✭ 64 (+357.14%)
Mutual labels:  angularjs
PlexKodiConnect
Plex integration in Kodi done right
Stars: ✭ 917 (+6450%)
Mutual labels:  kodi
boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (+428.57%)
Mutual labels:  angularjs
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+164.29%)
Mutual labels:  angularjs
script.kodi.lifx.ambilight
💡📺🌈Kodi add-on for Lifx lights with ambilight support.
Stars: ✭ 28 (+100%)
Mutual labels:  kodi
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (+78.57%)
Mutual labels:  angularjs
boilerplate-angular-es6-webpack2
Boilerplate angular 1.x with ES6 and Webpack 2
Stars: ✭ 16 (+14.29%)
Mutual labels:  angularjs
shopnx
Ready to use AngularJS Shopping Cart with all features
Stars: ✭ 71 (+407.14%)
Mutual labels:  angularjs

Kodi Angular

This is a web interface for the entertainment center Kodi, using AngularJS.

It uses Bootstrap for the design and communicate through web sockets with Kodi.

Moreover, it is designed as a responsive interface.

Remote Control and Player

Here is a preview of what the remote control interface looks like on desktop:

Screenshot

Here is the mobile version:

Screenshot

Libraries

For now, there are basic tables to see and play movies, tv shows or music:

Screenshot

Installation

You need to install Kodi version 12.0 or higher, as it uses Kodi JSON-RPC API v6 through WebSocket technology.

On Kodi

External control of the application must be authorize. To do so, go to these settings in Kodi :

System > Services > Remote Control

And allow control for other applications from outside the system.

On your machine

Dependencies

You need to have NPM, Bower, and Grunt installed on your machine.

Configuration

There is a configuration file sample at app/scripts/config.js.example .

Just copy it to app/scripts/config.js and change the config values to your need. (You will probably at least need to change the IP of your Kodi instance).

Build the App

You can now build your application by typing :

npm install && bower install && grunt build

It should generate all HTML/CSS/JS in a dist folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].