PDA

View Full Version : [RELEASE] Vimeo.com (Video) Plugin


fiatpandas
2009-06-05, 01:50
http://imgur.com/kvXO1.jpg

This plugin allows you to search for and play Vimeo videos. Vimeo is a video sharing community similar to Youtube.

Current release: v3 (june 05, 2009)

Download: Vimeo-xbmc SVN Repo Installer (http://vimeo-xbmc.googlecode.com/files/vimeo-xbmc-SVN-Repo-Installer.zip)
Installation: extract the vimeo-xbmc folder to plugins/programs/SVN Repo Installer/resources/repositories/. Then, just open up the SVN Repo Installer plugin, and install as usual.

Playing HD video: enable the option in the plugin settings menu (obviously, this will fail pretty hard on Xbox)

I've tested this on xbox and windows. Code suggestions? Features? Errors? Let me know how it works

TODO:
-browse for HD video
-browse a user's "likes"
-browse channels

Alternate .zip download (it's better to use the SVN repo script because this zip won't always be up-to-date): http://code.google.com/p/vimeo-xbmc/downloads/

PantsOnFire
2009-06-05, 12:28
Thanks for this plugin.

I don't use vimeo much (neither youtube) but it is appreciated that we can have this extra option for another reservoir of media at our disposal.

I didn't find it to crash at all, xbox and PC.

I guess an obvious start-point for ideas would be the youtube plugin. It lets you use your login to view your favourites. That would be cool to have in Vimeo. Another feature is that it saves your previous search strings (ideal because entering strings via the remote is a pain everytime).

Vimeo has channels and categories as well, maybe it would be cool to be able to browse like this?

Great start!

:)

queeup
2009-06-05, 16:44
Hi,

Could you rearrange your google code directory structure and add version line? If you do that we can download and update your plugin with SVN Installer.

Directory structure:
trunk/plugins/video/vimeo-xbmc

Version line example:
# plugin constants
__plugin__ = "vimeo-xbmc"
__author__ = "fiatpandas"
__url__ = "http://code.google.com/p/vimeo-xbmc/"
__svn_url__ = "http://queeup.googlecode.com/svn/trunk/plugins/video/vimeo-xbmc/"
__version__ = "1.0"


repo.xml example:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<repo>
<url>http://vimeo-xbmc.googlecode.com/svn</url>
<root>/trunk</root>
<structure name="plugins" noffset="-2" install="" ioffset="2" voffset="0" />
</repo>

w3__
2009-06-06, 01:38
Yeah SVN Repo support would be MUCH appreciated!

fiatpandas
2009-06-06, 03:54
Ok guys, as requested, I updated the first post with instructions for the SVN Repo Installer. This will make things much easier.

Still working on some new features.

olaola
2009-10-04, 12:00
Any update on the Vimeo plugin?