Kodi Community Forum

Full Version: [Release] VEVO Music Video plugin addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
I tried the addon but I couldn't get it working.
This is what I get on the log:
Code:
15:32:21 T:6468  NOTICE: Thread CFileCache start, auto delete: false
15:32:26 T:17228  NOTICE: Previous line repeats 27 times.
15:32:26 T:17228  NOTICE: Thread XBPyThread start, auto delete: false
15:32:26 T:14876  NOTICE: Thread CFileCache start, auto delete: false
15:32:36 T:17228  NOTICE: Previous line repeats 47 times.
15:32:36 T:17228  NOTICE: -->Python Interpreter Initialized<--
15:32:36 T:18376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named header
                                            Traceback (most recent call last):
                                              File "C:\Users\Paolo Croce\AppData\Roaming\XBMC\addons\plugin.video.vevo\default.py", line 13, in <module>
                                                import facebook
                                              File "C:\Users\Paolo Croce\AppData\Roaming\XBMC\addons\plugin.video.vevo\facebook.py", line 35, in <module>
                                                from poster.encode import multipart_encode
                                              File "C:\Users\Paolo Croce\AppData\Roaming\XBMC\addons\plugin.video.vevo\poster\__init__.py", line 30, in <module>
                                                import poster.encode
                                              File "C:\Users\Paolo Croce\AppData\Roaming\XBMC\addons\plugin.video.vevo\poster\encode.py", line 29, in <module>
                                                from email.Header import Header
                                              File "C:\Program Files\XBMC\system\python\Lib\email\__init__.py", line 79, in __getattr__
                                                __import__(self.__name__)
                                            ImportError: No module named header
                                            -->End of Python script error report<--
15:32:36 T:9808   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.vevo
15:32:36 T:9808   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vevo) failed

Any help?

Dakkar
i cannot install on my win 8 64bit xbmc 12.3 pc.

i can only install the repo.
Can nobody help? I cannot install...
Just bumping the below....thanks!

(2013-05-09, 11:11)kiboy6 Wrote: [ -> ]One thing I miss vs watching directly on youtube - I cannot easily add a video to my youtube account favourites.

In the youtube plugin i can do this easily via the context menu - is there any way the same feature could be incorporated into the VEVO plugin?

Thanks so much.
Blue Cop

There is a bug in this plug-in on

line 672 of facebook.py
if 'html' in token or 'script' in token or len(token) > 160:

The token coming back is larger than 160. I changed it to >256 to fix it.

Without this I can't load my playlists (get a script error).
Im trying to use a proxy with the app, i have a private dedicated proxy from usa bought, i can use it on my web browser to view vevo, but when i enter it in the xbmc app for vevo, it just says that it cannot playback the file. Is there a problem in the proxy setup for the xbmc app, or am i the only one with problems?
I tried to login my vevo account using Facebook account. I am on openelec in ATV1. Its not working. Is there any settings?
I have the same problem like meshohel.I am from Serbia.
hi can u help me vevo plugin is missing
You need to install the bluecop repo then install vevo under Music Addons.
yes ive done that its just not listed in music addons i was running 11. now am runing 12.2
can u help
If you have the correct repo installed already, then you may need to bring up the context menu and do a forced refresh Smile
I installed this add-on but it seems it asks for a facebook email/login when configuring. Any future plans not to require facebook on the app now that VEVO doesn't require it?

Thanks!
You don't need to fill that bit in.
Well, what if I do actually want my own custom playlists? Any hints?
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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42