Add-on:Vimeo: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>TobiasTheCommie
No edit summary
>NedBot
m (Wikipedia python library; cosmetic changes)
Line 10: Line 10:
|Platform=all
|Platform=all
|icon url=<img size=256 src="http://mirrors.xbmc.org/addons/eden-pre/plugin.video.vimeo/icon.png"/>}}
|icon url=<img size=256 src="http://mirrors.xbmc.org/addons/eden-pre/plugin.video.vimeo/icon.png"/>}}
=Introduction=
= Introduction =


* In order to use this plugin you will need the latest stable Dharma 10.0 release of XBMC. Older versions will not work.*
* In order to use this plugin you will need the latest stable Dharma 10.0 release of XBMC. Older versions will not work.*
Line 16: Line 16:
This project is a plugin for the open-source media center XBMC, that enables XBMC to interface with [http://www.vimeo.com/ Vimeo].  
This project is a plugin for the open-source media center XBMC, that enables XBMC to interface with [http://www.vimeo.com/ Vimeo].  


==Features==
== Features ==
* Non-intrusive user notifications
* Non-intrusive user notifications
* Video thumbnail browsing for a more pleasant user experience
* Video thumbnail browsing for a more pleasant user experience
Line 37: Line 37:
* 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.  
* 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.  


= Feature request =  
= Feature request =
If you have a feature request then create a new post in the [http://forum.xbmc.org/showthread.php?t=81052 Vimeo support thread].
If you have a feature request then create a new post in the [http://forum.xbmc.org/showthread.php?t=81052 Vimeo support thread].


= Reporting a bug =  
= 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 [http://forum.xbmc.org/showthread.php?t=81052 Vimeo support thread] before posting.  
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 [http://forum.xbmc.org/showthread.php?t=81052 Vimeo support thread] before posting.  


Line 67: Line 67:


[[Category:Repo: Dharma]]
[[Category:Repo: Dharma]]
[[Category:Repo: Eden-pre]]

Revision as of 10:00, 7 December 2011

Vimeo
<img size=256 src="http://mirrors.xbmc.org/addons/eden-pre/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

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.

Feature request

If you have a feature request then create a new post in the Vimeo support thread.

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 Vimeo support thread before posting.

If you believe you have found a new bug, create a log (see below) and post in the Vimeo support thread.

Creating a usefull debug log

Typically users will report errors with descriptions that lack many important details. While we take all user reported errors seriously, its often is impossible to help if without a proper debug-log, this guide will take you through the steps to create such a log.

As such, if you want any help with this issue you must follow these steps.

  1. Open the plugin and go to "Advanced" in settings, enable "Plugin debug" and confirm.
  2. Find your debug Log here:
  • Linux::
 $HOME/.xbmc/temp/xbmc.log
  • Mac OSX:
 $User/Library/Logs/xbmc.log
  • Windows 7 & Vista:
 \Users\<UserName>\AppData\Roaming\XBMC\xbmc.log
  1. Paste your debug log to http://pastebin.com/ ( Do NOT upload part of the log, we need the ENTIRE log. )
  2. Post a message in this thread with your debug log.

If you have problems following the guide, please ask on the forum thread and we will help you through it.


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 :)