https://github.com/jaylinski/kodi-addon-formula1
🏎 Formula 1 Add-on for Kodi.
https://github.com/jaylinski/kodi-addon-formula1
addon formula1 kodi kodi-addon kodi-plugin plugin xbmc
Last synced: 6 months ago
JSON representation
🏎 Formula 1 Add-on for Kodi.
- Host: GitHub
- URL: https://github.com/jaylinski/kodi-addon-formula1
- Owner: jaylinski
- License: mit
- Created: 2020-02-28T22:31:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T20:59:55.000Z (over 2 years ago)
- Last Synced: 2024-10-06T03:23:51.180Z (about 1 year ago)
- Topics: addon, formula1, kodi, kodi-addon, kodi-plugin, plugin, xbmc
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Formula 1 Add-on for [Kodi](https://github.com/xbmc/xbmc)
[](https://github.com/jaylinski/kodi-addon-formula1/releases)
[](https://github.com/jaylinski/kodi-addon-formula1/actions)
[](https://kodi.wiki/view/Releases)
[](https://kodi.wiki/view/Releases)
[](https://kodi.wiki/view/Releases)This [Kodi](https://github.com/xbmc/xbmc) Add-on provides a minimal interface for
[formula1.com](https://www.formula1.com/).If you are a F1TV subscriber, consider using the [F1TV add-on](https://github.com/bbsan2k/plugin.video.f1tv).
> 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](https://kodi.wiki/view/Add-on:Formula_1).
### Manual
* [Download the latest release](https://github.com/jaylinski/kodi-addon-formula1/releases) (`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](https://pypi.org/project/pipenv/) to manage its dependencies.
### Setup
[Install Pipenv](https://pipenv.readthedocs.io/en/latest/install/#installing-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.