Add-on:Vimeo

From Official Kodi Wiki
Revision as of 22:23, 6 December 2011 by >TobiasTheCommie (→‎Reporting a bug)
Jump to navigation Jump to search

Vimeo
<img src="http://mirrors.xbmc.org/addons/dharma/plugin.video.vimeo/icon.png"/>

See this add-on on the kodi.tv showcase

Author: TheCollective

Type: Video
Repo: Kodi.tv repo v21
Kodi.tv repo v20
Kodi.tv repo v19

Summary: Vimeo video plugin
Home icon grey.png   ▶ Add-ons ▶ Vimeo

Plugin that allows you to browse and view videos from everybodys favorite alternative video site!

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Video Add-ons
  5. Vimeo
  6. Install

Introduction

  • In order to use this plugin you will need the latest stable Dharma 10.0 release of XBMC. Older versions will not work.*

This project is a plugin for the open-source media center XBMC, that enables XBMC to interface with Vimeo.

Features

  • Non-intrusive user notifications
  • Video thumbnail browsing for a more pleasant user experience
  • Searching (including locally cached searches)
  • Explore Vimeo feature allowing casual browsing of Vimeo from your couch.
  • Adding and removing "likes"
  • Listing a users "likes"
  • Joining or leaving a group
  • Listing a groups videos
  • Subscribing and Un-subscribing to channel.
  • Authorize plugin access to user data on Vimeo from within plugin only
  • Listing a channels videos and listing all new subscription videos
  • Listing a contacts uploads, albums, groups, "likes" and channel subscriptions
  • Plays videos that can't be embedded

How To: Installing the plugin

Known problems

  • One of the main features of the plugin is that it defaults to thumbnails view for video items. This only works when using the default "Confluence" skin as the plugin is dependent on the Id defined for confluences thumbnails view.
  • It's currently impossible to search for a contact, and therefore not possible to add or remove a contact from withing the plugin. This is a limitation of vimeo's underlying API, Add or remove contact may be added in future, but searching will only be possible if vimeo add's this to their API.
  • It's also impossible to refine a search and limit it to a specific user, channel or group, again this is a limitation of Vimeo's API.
  • The plugin uses Vimeo Oauth API, and thus requires a synchronized system clock on the machine running XBMC. All communication with Vimeo will fail if the system has a time drift of even a few minuts.

Reporting a bug

If you are having problems with the plugin or just have a query please do read the documentation and do a search on the XBMC plugin forum thread before posting.

If you believe you have found a bug or would like to request a feature then create a new post in the Vimeo support thread.

Please make sure you post a Debug Log with debug enabled (can be found under plugin settings) with your report.

Thanks

Thanks to mishk for his fork of dkm's vimeo-python client (can be found here) this greatly simplified development of the plugin and saved us a lot of sleepless nights fighting with oauth :)