• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 18
WIP My VEVO
Update to the above. I realize that there is some work to be done to get the add-on into kodi.org repo - it's not done to the repo's standards with language strings, etc. I'll have a look over the next couple of days, do a fix and try to push an updated version into the kodi.org repo.
Reply
hey man,

just found your vevo addon and just wanna let you know - i really apprechiate your work Smile actually it has less functions than bluecops, ok Wink
its pretty fast, thats cool. and it seems much more reliable and working than the other.


great work !
Reply
It is September 17th, 2016. I installed both t1m Library Routines 1.0.15 & t1m VEVO 3.0.4.

I get an error when I try to launch anything inside the plugin menu:

Code:
11:25:25 T:6748   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
....
                                            ValueError: No JSON object could be decoded
                                            -->End of Python script error report<--
11:25:25 T:7932   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.myvevo/?mode=GE&url=https%3a%2f%2fapiv2.vevo.com%2fnow%3fpage%3d1%26size%3d50%26token%3d
11:25:25 T:7932   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.myvevo/?mode=GE&url=https%3a%2f%2fapiv2.vevo.com%2fnow%3fpage%3d1%26size%3d50%26token%3d) failed

Any ideas? I'm on 16.1
Reply
Please post a FULL debug log to pastebin.com or xbmclogs.com and post the link here. DO NOT put debug logs in the forum. It would be good if you could enable component logging for the cURLlib as well.
Reply
thanks for the vevo plugin and all the hard work.
Is there a way to get the most watch video or something like that like it like in the older version used to use it on drinking nights now i have to go through the singers list.

genres pop most watch video.


don't know is it can be done.

thanks
Reply
(2016-09-21, 05:53)MrBeer Wrote: thanks for the vevo plugin and all the hard work.
Is there a way to get the most watch video or something like that like it like in the older version used to use it on drinking nights now i have to go through the singers list.

genres pop most watch video.


don't know is it can be done.

thanks
At the time I rewrote the add-on Vevo changed the API and the ability to get some of the categories was not functioning any longer. I think that Vevo has since added back in some of the functionality so I'll take a look when I can. The add-on needs to be updated for Krypton anyway, so I'll probably get to it sooner than later.
Reply
(2016-09-21, 17:11)learningit Wrote:
(2016-09-21, 05:53)MrBeer Wrote: thanks for the vevo plugin and all the hard work.
Is there a way to get the most watch video or something like that like it like in the older version used to use it on drinking nights now i have to go through the singers list.

genres pop most watch video.


don't know is it can be done.

thanks
At the time I rewrote the add-on Vevo changed the API and the ability to get some of the categories was not functioning any longer. I think that Vevo has since added back in some of the functionality so I'll take a look when I can. The add-on needs to be updated for Krypton anyway, so I'll probably get to it sooner than later.

cool thanks so much
Reply
to learningit
Hi!
I have mediaplayer beelink X2, android 4.4.2, KODI-Isengard version and i tryed to set Vevo v3.0.4 but i had not success. From Russia vevo does`t work, need to use proxy. Can you help me?
Reply
I've been having problems with VEVO for months now. (with different versions of KODI and VEVO) Can't even get it to start. I finally bothered to capture a log file.

These seem to be the errors invovled:

ERROR: EXCEPTION Thrown (PythonToCppException)
ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.myvevo/
ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.myvevo/) failed

http://http://pastebin.com/gNC9vpvW
Reply
The debug log above isn't available any longer. To get that type of an error it's usually the Kodi version is too low (I think it needs Isengard or higher) or t1mlib isn't new enough. The current version of plugin.video.myvevo in the Kodi.org repo is not functional. There is an updated version in my github repo github.com/learningit which is better, but some things don't function correctly like live streams. I've been working on a Krypton update which should come out in a couple of weeks when I get back from the biz trip I'm currently on.
Reply
(2016-11-02, 17:48)learningit Wrote: The debug log above isn't available any longer. To get that type of an error it's usually the Kodi version is too low (I think it needs Isengard or higher) or t1mlib isn't new enough. The current version of plugin.video.myvevo in the Kodi.org repo is not functional. There is an updated version in my github repo github.com/learningit which is better, but some things don't function correctly like live streams. I've been working on a Krypton update which should come out in a couple of weeks when I get back from the biz trip I'm currently on.

I think I had a typo in the link from my previous post. I'm using the latest beta of Kodi (17.0 Beta 5), but went ahead and removed my old Vevo and used the one from your github. I can't seem to get it to work either. Here's the error log for it:
( I made sure this one works! Smile )

http://pastebin.com/KXaqPqra

Thanks for your help!
Reply
(2016-11-02, 19:26)kaptaink_cg Wrote: I think I had a typo in the link from my previous post. I'm using the latest beta of Kodi (17.0 Beta 5), but went ahead and removed my old Vevo and used the one from your github. I can't seem to get it to work either. Here's the error log for it:
( I made sure this one works! Smile )

http://pastebin.com/KXaqPqra

Thanks for your help!

Your problem is this:
Code:
from t1mlib import t1mAddon
ImportError: No module named t1mlib

It looks like you don't have t1mlib installed. I would uninstall the plugin.video.mykodi, reinstall from the kodi.org repo which will install the t1mlib for you. You could then install the new version from my repo. I've seen this problem when people install plugin.video.myvevo from a repo which is not the kodi.org repo which does the auto-install of t1mlib.
Reply
(2016-11-02, 19:38)learningit Wrote: It looks like you don't have t1mlib installed. I would uninstall the plugin.video.mykodi, reinstall from the kodi.org repo which will install the t1mlib for you. You could then install the new version from my repo. I've seen this problem when people install plugin.video.myvevo from a repo which is not the kodi.org repo which does the auto-install of t1mlib.


OK.. so I tried that.. no luck. I then went tracked down the script.module.t1mlib packaged itself and dropped it in my KODI folder, but honestly, I have no idea where that particular module should go? So still no luck.

Finally, I wiped Kodi off my system completely, grabbed the nightly build, installed ONLY VEVO off from the Kodi repository. Still didn't work. t1mlib isn't installing with the VEVO package on the Kodi repository. (at least not with this beta build of Kodi?)

Any suggestions? Is there a way to force Kodi to see the t1mlib module? (Which subfolder should it be placed in?)

Latest error log is here: http://pastebin.com/kAEwjCV2
Reply
Try this > http://mirrors.kodi.tv/addons/jarvis/scr...le.t1mlib/

Install from zip then (Jarvis)
Reply
(2016-11-05, 19:48)kaptaink_cg Wrote:
(2016-11-02, 19:38)learningit Wrote: It looks like you don't have t1mlib installed. I would uninstall the plugin.video.mykodi, reinstall from the kodi.org repo which will install the t1mlib for you. You could then install the new version from my repo. I've seen this problem when people install plugin.video.myvevo from a repo which is not the kodi.org repo which does the auto-install of t1mlib.


OK.. so I tried that.. no luck. I then went tracked down the script.module.t1mlib packaged itself and dropped it in my KODI folder, but honestly, I have no idea where that particular module should go? So still no luck.

Finally, I wiped Kodi off my system completely, grabbed the nightly build, installed ONLY VEVO off from the Kodi repository. Still didn't work. t1mlib isn't installing with the VEVO package on the Kodi repository. (at least not with this beta build of Kodi?)

Any suggestions? Is there a way to force Kodi to see the t1mlib module? (Which subfolder should it be placed in?)

Latest error log is here: http://pastebin.com/kAEwjCV2

Nevermind... I think I just had to say it "out loud" to figure it out.
I have Vevo working properly now. The only issue is the live feeds don't work, which I believe is something you said you were already working on.
Thanks for your help and patience.
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 18

Logout Mark Read Team Forum Stats Members Help
My VEVO2