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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/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 - jeanwilly - 2012-06-26 19:25

Works wonderfull on xbmc4xbox (i have it adapted to)
nice work
Thanks



Regards Jan (skatulskijean)


AW: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - Greenkeeper - 2012-06-26 20:39

I get a "script failure:plugin.vimeo" ... why? And how can i fix it?


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - HenrikDK - 2012-07-22 00:18

Hi, theres currently a problem with the plugin, seems like it wont playback any videos in HD, I'm working on a fix.


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - sconstantin - 2012-08-07 13:54

(2012-04-30 10:07)neograniceni Wrote:  Edit line 144 in VimeoPlayer.py as follows:

change

Code:
quality = self.selectVideoQuality(params)

to

Code:
quality = "hd"

I have not enough skills in Python/XBMC addons programming for further investigation, seems to be the problem with isHD param not getting proper value for HD videos, so this is just some first aid until developers fix it. I don't watch sd videos anyway. If you use Windows OS you can find VimeoPlayer.py in %USERPROFILE%\AppData\Roaming\XBMC\addons\plugin.video.vimeo\ folder.

I have another temporary solution that will allow SD and HD playback. Reverse the previous fix and modify lines 166 - 183 as follows:

Code:
#        if get("action") == "download":
#            hd_quality = int(self.settings.getSetting("hd_videos_download"))
#            if (hd_quality == 0):
#                hd_quality = int(self.settings.getSetting("hd_videos"))
#        else:
#            if (not get("quality")):
#                hd_quality = int(self.settings.getSetting("hd_videos"))
#            else:
#                if (get("quality") == "720p"):
#                    hd_quality = 2
#                else:
#                    hd_quality = 1

#        if (hd_quality > 1 and vget("isHD", "0") == "1"):
        if (vget("isHD", "0") == "1"):
            quality = "hd"
        
#        if hd_quality == 0 and not get("quality") and vget("isHD", "0") == "1":
#            return self.userSelectsVideoQuality(params)



RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - Matt Devo - 2012-08-09 23:31

just pulled/installed v2.3.0 from the repo, login and playback work great, but I can't play password-protected files. Is this a known issue? Any workaround? thanks!


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - Pednick - 2012-09-03 16:58

Login isn't working for me, anyone else?

Update: Nevermind I had a copy of my plugin.video.vimeo folder in .xbmc/userdata/addon_data that I just copied into my existing xbmc now I'm logged in.


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - FurryGorilla - 2012-09-14 09:29

Hi there, is anyone else having trouble logging in still. I get the following error in my xbmc.log

08:25:34 T:5280 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.vimeo/?path=/root/login&action=settings&
08:25:34 T:5280 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vimeo/?path=/root/login&action=settings&) failed


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - htpcero - 2012-09-15 20:32

(2012-09-14 09:29)FurryGorilla Wrote:  Hi there, is anyone else having trouble logging in still. I get the following error in my xbmc.log

08:25:34 T:5280 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.vimeo/?path=/root/login&action=settings&
08:25:34 T:5280 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vimeo/?path=/root/login&action=settings&) failed


I have the exact same problem: the plugin doesn't login, and I see the same error message in the log.

Did you find a workaround?


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - FurryGorilla - 2012-09-16 13:26

(2012-09-15 20:32)htpcero Wrote:  Did you find a workaround?

Unfortunately not. Hopefully we'll get an update but I imagine it's to do with Vimeo changing their site around.


RE: [RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC - shavenne - 2012-09-28 14:46

Still no fix/workaround available? Sad
Even the search doesn't work for me.