Skip to content

jaylinski/kodi-addon-vimeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimeo Add-on for Kodi

Kodi logo

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

This Kodi Add-on provides a minimal interface for Vimeo.

Features

  • Search
  • Discover new videos
  • Play videos

Compatibility

Link to Kodi releases Link to Kodi releases Link to Kodi releases

Installation

Kodi Repository

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

Manual

  • 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

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 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.

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.