[RELEASE] Vimeo.com (Video) Plugin

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fiatpandas Offline
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
Thumbs Up  [RELEASE] Vimeo.com (Video) Plugin Post: #1
[Image: 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
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/
(This post was last modified: 2009-06-06 08:37 by fiatpandas.)
find quote
PantsOnFire Offline
Fan
Posts: 530
Joined: Aug 2008
Reputation: 2
Thumbs Up    Post: #2
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!

Smile
find quote
queeup Online
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #3
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:
Code:
# 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:
Code:
<?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>
find quote
w3__ Offline
Senior Member
Posts: 146
Joined: Jul 2008
Reputation: 0
Post: #4
Yeah SVN Repo support would be MUCH appreciated!
find quote
fiatpandas Offline
Junior Member
Posts: 5
Joined: Mar 2009
Reputation: 0
Post: #5
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.
find quote
olaola Offline
Junior Member
Posts: 15
Joined: Sep 2009
Reputation: 0
Question    Post: #6
Any update on the Vimeo plugin?
find quote
torus0815 Offline
Junior Member
Posts: 6
Joined: Apr 2010
Reputation: 0
Post: #7
I really would like to see a working vimeo plugin for dharma, but i'm not able to write one myself Smile Vimeo has absolutly great hd content.

thanks in advance
find quote
Csimbi Offline
Member
Posts: 78
Joined: Jan 2010
Reputation: 0
Post: #8
Hi there,
it appears that the max. resolution is limited to 720p; which looks pretty bad on a 60" HDTV.
Would it be possible to update it to 1080p at least, please?
It would also nice if it remembered the entered Video IDs somehow. For example, by adding them to the search history.
Thank you.
(This post was last modified: 2012-02-14 23:34 by Csimbi.)
find quote
vijayk416 Offline
Senior Member
Posts: 192
Joined: Apr 2011
Reputation: 1
Question  Problem logging in Post: #9
I'm running Eden and the log in script does not seem to be working. Is anyone currently maintaining this plugin? Would be great if I could see my stuff! Nod
find quote
HenrikDK Offline
Skilled Python Coder
Posts: 538
Joined: Jul 2007
Reputation: 17
Post: #10
Hi a new version is on the way, we're just testing to make sure everything works as it should.
find quote
Post Reply