Skip to content

jaylinski/kodi-addon-formula1

Repository files navigation

Formula 1 Add-on for Kodi

Kodi logo

GitHub tag (latest SemVer) CI Build Status Link to Kodi releases Link to Kodi releases

This Kodi Add-on provides a minimal interface for formula1.com.

If you are a F1TV subscriber, consider using the F1TV add-on.

This plugin is not official, approved or endorsed by Formula 1.

Features

  • Browse categories
  • Play videos
  • List standings and events

Installation

Kodi Repository

Follow the instructions on https://kodi.wiki/view/Add-on:Formula_1.

Manual

  • Download the latest release (plugin.video.formula1.zip)
  • Copy the zip file to your Kodi system
  • Open Kodi, go to Add-ons and select "Install from zip file"
  • Select the file plugin.video.formula1.zip

API

There is no public API yet.

Development

This add-on uses Pipenv to manage its dependencies.

Setup

Install Pipenv and run pipenv install --dev.

Build

Run pipenv run build.

Lint

Run pipenv run lint.

Test

Run pipenv run test.

Copyright and license

This add-on is licensed under the MIT License - see LICENSE.txt for details.