Skip to content
/ Kimote Public
forked from aelfadil/Kimote

A multi-platform remote application for Kodi - ENSEIRB 2015

License

Notifications You must be signed in to change notification settings

bwhisp/Kimote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Kimote Build Status

Kimote is a multi-platform remote application for Kodi, developed by 8 telecommunications students from ENSEIRB-MATMECA, a French Engineering School.

It is available for all platforms supported by the Apache Cordova framework but actually only tested on iOS and Android.

On top of Cordova, it is built with AngularJS and the Ionic framework.

Kimote logo

##Installation

First, you need to get Cordova and Ionic, with npm : npm install -g cordova ionic or download it from the website.

Create a new project with :

ionic start Kimote blank
cd Kimote
rm -r www

Get Kimote with git clone https://github.com/eftov/Kimote.git and move the www and resources folders to the app folder.

Add the platforms you need, for example iOS and Android :

ionic platform add ios
ionic platform add android

and other supported platforms if you want.

Build it with ionic build or just run it on your device with ionic run android and/or ionic run ios.

#####Support for ZeroConf on Android

You need to add the ZeroConf plugin to the app directory : cordova plugins add https://github.com/vstirbu/ZeroConf to detect Kodi Media Centers automatically.

##Get Kodi/OpenELEC

###Kodi

Kimote is only compatible with Kodi v15 and +. You can download nightly versions from here : http://mirrors.kodi.tv/nightlies/

###OpenELEC

If you want Kodi on your RaspberryPi, OpenELEC is the way to go. Clone it from here : https://github.com/OpenELEC/OpenELEC.tv/tree/openelec-next and build it yourself.

Or you can just download our compiled version (11 April 2015) available here : https://www.dropbox.com/s/2n7k1jonscizfl6/OpenELEC-RPi.arm-devel-20150411091720-r20584-g254b69d.img?dl=0

##Contacts

###Supervisors

###Students

About

A multi-platform remote application for Kodi - ENSEIRB 2015

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.4%
  • CSS 21.8%
  • HTML 0.8%