Skip to content

Kodi's Movistar TV client addon

License

LGPL-2.1, GPL-3.0 licenses found

Licenses found

LGPL-2.1
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

shadowfax/pvr.movistartv

Repository files navigation

=============================
       Linux, OS-X, BSD
=============================

Start by executing:
./bootstrap

To install add-ons into /path/to/XBMC:
./configure --prefix=/path/to/XBMC
make install

To build all PVR add-ons as .zip archives:
./configure
make zip

=============================
           Windows
=============================
Building the pvr addons standalone:
-----------------------------------
Prepare:
1) Install Visual C++ Express 2010 (follow the instructions on the wiki for XBMC itself)
Compile:
2) Run project\BuildDependencies\DownloadBuildDeps.bat
3) Open this solution from project\VS2010Express\xbmc-pvr-movistartv.sln
4) Select the wanted configuration "Debug" or "Release"
5) Press F7 to build the solution
Install:
Still a TODO. The buildsystem does not yet generate .zip archives
Workaround: copy the wanted pvr addons to your XBMC installation by hand.
Example: addons\pvr.movistartv\addon\*.* => YOUR_XBMC_DIR\addons\pvr.movistartv\*.*

Building the pvr addons together with xbmc:
-------------------------------------------
Firstly ensure that you have a working build for both XBMC and xbmc-pvr-addons separately

Then import the xbmc_pvr_addons projects into the XBMC solution
1) Open "XBMC for Windows.sln"
2) Right click the solution in Solution Explorer and select Add -> Existing Project
3) Change file type filter to "Solution Files (*.sln)"
4) Browse to and select the PVR addons solution (xbmc-pvr-addons.sln)
5) Dismiss any warnings about projects already existing in the solution
6) If you only develop on certain addons you can remove unwanted addon projects from the XBMC solution

The pvr projects already contain a PostBuild action that only runs when part of the XBMC solution, that copies their output into the XBMC solution's addon directory

Remember not to include any XBMC solution file modifications to include the PVR addons, in your pull requests!

XBMC Windows installer with included pvr addons:
------------------------------------------------
Not yet possible. Still a TODO.

About

Kodi's Movistar TV client addon

Resources

License

LGPL-2.1, GPL-3.0 licenses found

Licenses found

LGPL-2.1
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published