Kodi Community Forum
[RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC (/showthread.php?tid=81052)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - idleloop - 2014-06-13

Hi...
do you think anonymous access could be restored? Huh


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - potpot - 2014-06-15

Help please guys. I'm a novice. I have apple tv box running xbmc and no programming skills, nor do I know how to get into any code. XBMC has updated to latest Gotham version and Vimeo is broken in the repository so I uninstalled it and now as it is broken I cannot reinstall it. Is it possible there is a simple fix or someone can walk an idiot through how to fix this. There must be many in the same position as me. Thanks for your help.


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - ge0rdi - 2014-06-15

(2014-06-13, 21:57)idleloop Wrote: Hi...
do you think anonymous access could be restored? Huh

I don't think so Sad
Plugin uses Vimeo Advanced API (http://developer.vimeo.com/apis/advanced) and it seems you need to be authenticated to be able to use it.

Registration on Vimeo site is for free, so just register there and use your credentials in plugin's setup. I don't think this is a big issue.

(2014-06-15, 15:21)potpot Wrote: Help please guys. I'm a novice. I have apple tv box running xbmc and no programming skills, nor do I know how to get into any code. XBMC has updated to latest Gotham version and Vimeo is broken in the repository so I uninstalled it and now as it is broken I cannot reinstall it. Is it possible there is a simple fix or someone can walk an idiot through how to fix this. There must be many in the same position as me. Thanks for your help.

Download ZIP file from link posted in #265. And install plugin manually (if you don't know how to do it, here is nice manual: http://wiki.xbmc.org/index.php?title=HOW-TO:Install_an_Add-on_from_a_zip_file).


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - idleloop - 2014-07-01

I must be missing something... Confused but with xbmc Gotham 13.1 or 13.0 and zip @ #265 and login I have never been able to see videos... Sad
http://pastebin.com/2aQfqJCC

Can login, see listing of categories, but cannot watch videos.
Huh


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - grote345 - 2014-07-01

I have failed script errors with Gotham 13.1 or 13.0 even on clean setup


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - styleito - 2014-07-02

The plug-in quit working for me yesterday. It was working on Sunday and before.
It gives the message "Playback failed: Unknown videoid".


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - GiorgioAdolfo - 2014-07-04

Same here, plugin was working just fine, and now its not working. Using Raspbery Pi here, XBMC Frodo 12.3


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - feite - 2014-07-06

(2014-07-02, 03:34)styleito Wrote: The plug-in quit working for me yesterday. It was working on Sunday and before.
It gives the message "Playback failed: Unknown videoid".

Had the same problem here, it can be fixed by changing line 71 in VimeoPlayer.py:

result = self.common.fetchPage({"link": "http://player.vimeo.com/v2/video/%s/config" % get("videoid")})

to

result = self.common.fetchPage({"link": "http://player.vimeo.com/video/%s/config" % get("videoid")})


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - styleito - 2014-07-07

(2014-07-06, 17:41)feite Wrote:
(2014-07-02, 03:34)styleito Wrote: The plug-in quit working for me yesterday. It was working on Sunday and before.
It gives the message "Playback failed: Unknown videoid".

Had the same problem here, it can be fixed by changing line 71 in VimeoPlayer.py:

result = self.common.fetchPage({"link": "http://player.vimeo.com/v2/video/%s/config" % get("videoid")})

to

result = self.common.fetchPage({"link": "http://player.vimeo.com/video/%s/config" % get("videoid")})

Worked perfectly.
Thank you very much.


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - idleloop - 2014-07-07

thanks, that line works!
finally Blush i've reached the window of opportunity with this plugin after so many changes out of the official code.


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - azirus - 2014-07-08

(2014-07-06, 17:41)feite Wrote:
(2014-07-02, 03:34)styleito Wrote: The plug-in quit working for me yesterday. It was working on Sunday and before.
It gives the message "Playback failed: Unknown videoid".

Had the same problem here, it can be fixed by changing line 71 in VimeoPlayer.py:

result = self.common.fetchPage({"link": "http://player.vimeo.com/v2/video/%s/config" % get("videoid")})

to

result = self.common.fetchPage({"link": "http://player.vimeo.com/video/%s/config" % get("videoid")})


Thanks for fix Big Grin


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - arnxb - 2014-07-19

I don't know how to do the modification written above, I'm so disappointed it doesn't work anymore...
Do you modify the VimeoPlayer.py file within the plugin zip file before installation ? I tried that and it didn't work.
Or do you need to modify the file in XBMC ? In this case I don't know how to do it, I didn't find the file in my 2 XBMC's : one openelec, and one linux mint with xbmc, all latest versions.

Can the plugin be updated so that it works fine with Gotham without mods ? Please ... !

Thank you very much for any help !


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - csgabe - 2014-07-19

It works, but you have to modify it on \AppData\Roaming\XBMC\addons\plugin.video.vimeo\ folder if using Windows.


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - arnxb - 2014-07-19

Anyone knows how to do with openelec or linux mint ?


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - styleito - 2014-07-20

(2014-07-19, 23:30)arnxb Wrote: Anyone knows how to do with openelec or linux mint ?

I'm using Ubuntu which, I guess should be similar. If so, I searched my Home folder for VimeoPlayer.py

Mine was located in: /home/USERNAME/.xbmc/addons/plugin.video.vimeo
Good luck.