https://github.com/jaylinski/kodi-addon-vimeo
📽 Vimeo Add-on for Kodi.
https://github.com/jaylinski/kodi-addon-vimeo
addon kodi kodi-addon kodi-plugin plugin vimeo xbmc
Last synced: 4 months ago
JSON representation
📽 Vimeo Add-on for Kodi.
- Host: GitHub
- URL: https://github.com/jaylinski/kodi-addon-vimeo
- Owner: jaylinski
- License: mit
- Created: 2019-08-11T08:36:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T21:58:47.000Z (about 1 year ago)
- Last Synced: 2025-05-22T23:02:14.912Z (about 1 year ago)
- Topics: addon, kodi, kodi-addon, kodi-plugin, plugin, vimeo, xbmc
- Language: Python
- Size: 607 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vimeo Add-on for [Kodi](https://github.com/xbmc/xbmc)

[](https://github.com/jaylinski/kodi-addon-vimeo/releases)
[](https://github.com/jaylinski/kodi-addon-vimeo/actions)
[](https://forum.kodi.tv/showthread.php?tid=220437)
[](https://kodi.wiki/view/Add-on:Vimeo)
This [Kodi](https://github.com/xbmc/xbmc) Add-on provides a minimal interface for Vimeo.
## Features
* Search
* Discover new videos
* Play videos
### Compatibility
[](https://kodi.wiki/view/Releases)
[](https://kodi.wiki/view/Releases)
[](https://kodi.wiki/view/Releases)
## Installation
### Kodi Repository
Follow the instructions on [https://kodi.wiki/view/Add-on:Vimeo](https://kodi.wiki/view/Add-on:Vimeo).
### Manual
* [Download the latest release](https://github.com/jaylinski/kodi-addon-vimeo/releases) (`plugin.video.vimeo.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.vimeo.zip`
## API
Documentation of the **public** interface.
### plugin://plugin.video.vimeo/play/?[video_id]
Examples:
* `plugin://plugin.video.vimeo/play/?video_id=1`
## 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`.
## Attributions
This add-on is strongly inspired by the original add-on developed by bromix.
## Copyright and license
This add-on is licensed under the MIT License - see `LICENSE.txt` for details.