Extensions XBMC 2015

From air
Jump to navigation Jump to search

Introduction

This project idea is to develop various plug-in for kodi (formerly xbmc).

More information on Project Extensions XBMC Sujet 2015

Documents

Team

  • Tutors : Nicolas Palix
  • Members : Clément Valentin, William Bobo, Jules Legros, Gabin Teulon

Project objectives

Progress of the project

The project started January 26th, 2014.

Week 1 (January 26th - January 30th)

  • Project discovery
  • Discovery of Kodi (formerly XBMC) and the add-on structure

Sprint 1 (February 02nd - February 14th)

  • Installation of a shared library in kodi between computers
    • Use of mySQL database/server on the SalleAIR computer
    • Synchronization of the movies lecture (can resume a movie on any computer, viewed list updating)
  • Discovery of dev tool for the kinect : we chose to use C++ library (native library) instead of python one's, because on windows, it is not userfriendly at all, and in the aim of providing an addon that can be easily installed, it's not the good solution.
  • Discovery of the source code of the remote control android application

Holidays

Sprint 2 (February 23rd - March 10th)

  • Development of the kodi add-on
    • Pop-up mechanism
    • Port communication in order to communicate with the kinect program. We first wanted to use D-Bus or ØMQ but once again, the fact that the installation is not easy on windows, is incompatible with the fact that we want an addon easily installable by anyone.
  • Development of a kinect program to count the number of people in front of the TV
  • Development of the NFC part, and including it in the remote control android application

Sprint 3 (March 10th - March Xth)

  • Developing a multi-platform solution for the kinect
  • Creating scenarios in order to decide of interaction with the NFC tags and the kinect

Choices for the remote

  • Choice of the app

We used the official remote because there was things already done last year

  • Follow-me : NFC or Bluetooth

Bluetooth seem perfect for following someone without interaction but there is material differences which change signal's power and made it unreliable. NFC add a user interaction but we are sure that the remote is here and we already known how to deal with NFC on Android

  • Tag content

Our tag are very small. We can write around 144 byte. At first, it was not a problem because we just needed un id, but it work with only one remote. When we choose to make it work with all the remote, we needed to write all the data about un host. Where was not enough place and we had to choose most important information.

  • Remote integration

We choose to do it with a minimum of change and before each commit, code was cleaned to reflect it so if we choose to push our modification to the original repository, our push will be clean.