Vimeo Add-on for Kodi
This Kodi Add-on provides a minimal interface for Vimeo.
- Search
- Discover new videos
- Play videos
Follow the instructions on https://kodi.wiki/view/Add-on:Vimeo.
- Download the latest release (
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
Documentation of the public interface.
Examples:
plugin://plugin.video.vimeo/play/?video_id=1
This add-on uses Pipenv to manage its dependencies.
Install Pipenv and run pipenv install --dev
.
Run pipenv run build
.
Run pipenv run lint
.
Run pipenv run test
.
This add-on is strongly inspired by the original add-on developed by bromix.
This add-on is licensed under the MIT License - see LICENSE.txt
for details.