Kodi Community Forum
[Release] VEVO Music Video plugin addon - 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] VEVO Music Video plugin addon (/showthread.php?tid=108556)

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


RE: [Release] VEVO Music Video plugin addon - mrhyde1969 - 2014-03-05

Is this great add-on going to be updated to work with Gotham?? hope so cause I use this all the time Smile just been reading through forum. Just letting you know I am now on official BETA ver' of gotham and getting network errors. Previous nightlies worked fine


RE: [Release] VEVO Music Video plugin addon - moneymaker - 2014-03-05

@mrhyde1969

I have to try out first the new xbmc gotham beta. I don't want to change each time their changes along their nightly periods so often. I'd like probably to wait for the final release. I hope you don't mind.

The add-on is available on github now.


RE: [Release] VEVO Music Video plugin addon - mrhyde1969 - 2014-03-06

(2014-03-05, 18:13)moneymaker Wrote: @mrhyde1969

I have to try out first the new xbmc gotham beta. I don't want to change each time their changes along their nightly periods so often. I'd like probably to wait for the final release. I hope you don't mind.

The add-on is available on github now.

No don't mind at all knowing its going to be updated for the final is enough for me Smile , the latest ver of vevo doesn't work with the beta of gotham. Unfortionatly my XBMC keeps updating itself to the beta...


RE: [Release] VEVO Music Video plugin addon - Comrade - 2014-03-10

Hi, thanks a lot for this great plugin. i have one problem though..when i click on any video it doesn't play and tells me "one or more items failed to play. check the log file for details" or nothing happens. log file is here :http://xbmclogs.com/show.php?id=146980

if it's any help, i used to have the same issue with vevo videos playing on the youtube plugin, but i fixed that through replacing the YouTubePlayer.py into the add-on directory.


RE: [Release] VEVO Music Video plugin addon - VanZan - 2014-03-20

Anyone else having trouble getting moneymaker's repo? Can't access it at all....


RE: [Release] VEVO Music Video plugin addon - Rouzax - 2014-03-23

(2014-03-10, 21:35)Comrade Wrote: Hi, thanks a lot for this great plugin. i have one problem though..when i click on any video it doesn't play and tells me "one or more items failed to play. check the log file for details" or nothing happens. log file is here :http://xbmclogs.com/show.php?id=146980

if it's any help, i used to have the same issue with vevo videos playing on the youtube plugin, but i fixed that through replacing the YouTubePlayer.py into the add-on directory.
I have the same issue. Is this plugin still being developed?


RE: [Release] VEVO Music Video plugin addon - VanZan - 2014-03-23

I think the current dev, moneymaker, is waiting for the final version of Gotham before he updates it. I'm using a Gotham beta and would love some sort of temporary fix......


RE: [Release] VEVO Music Video plugin addon - nospamjl - 2014-03-30

I got this working in Gotham by first updating the following script modules for Gotham ie. script.module.beautifulsoup", script.module.demjson", script.module.mechanize

mainly by updating the python version ie.

<import addon="xbmc.python" version="2.1.0"/>

and then by editing line 328 of default.py in the Vevo plugin itself to make the artist variable passed to infoLabels a list:

infoLabels={ "Title":title,
"Artist": [ artist ],

etc


RE: [Release] VEVO Music Video plugin addon - Wanilton - 2014-03-30

Fixed Plugin Video Vevo for work in Gotham Nightlies

Link for download:

http://www.files.xbmcbrasil.net/Scripts%20Gotham/plugin.video.vevo.zip

Work fine, thanks nospamjl, for tips, tested with latest nightlies and work fine.

Remember first updating the following script modules for Gotham ie. "script.module.beautifulsoup", "script.module.demjson", "script.module.mechanize"

Here 3 modules unzip manually for addons folder

http://www.files.xbmcbrasil.net/Scripts%20Gotham/modulesforvevo.zip


RE: [Release] VEVO Music Video plugin addon - myapp - 2014-03-30

Awesome guys - thanks for the fix. For info, I don't have demjson or mechanize as script modules in my addon directory. beautifulsoup was already pointing to version 2.1.0 of python, so I just changed line 328 as above and worked great.

Thanks again - kids happy!


RE: [Release] VEVO Music Video plugin addon - moneymaker - 2014-04-05

Upgrade message

Code:
version 0.7.7

  * make the artist variable passed to infoLabels a list

Should be now working on Gotham.


RE: [Release] VEVO Music Video plugin addon - mrhyde1969 - 2014-04-06

Will this only work using python?


RE: [Release] VEVO Music Video plugin addon - moneymaker - 2014-04-06

(2014-04-06, 12:32)mrhyde1969 Wrote: Will this only work using python?

What are you exactly talking about?


RE: [Release] VEVO Music Video plugin addon - myapp - 2014-04-06

@moneymaker: your update has broken the plugin on Gotham. I made the changes as per my above post (which fixed it), but my system autoupdated (I have your repository) and I get a "Installation Failed" message. It has removed the previous version.


RE: [Release] VEVO Music Video plugin addon - mrhyde1969 - 2014-04-07

(2014-04-06, 12:37)moneymaker Wrote:
(2014-04-06, 12:32)mrhyde1969 Wrote: Will this only work using python?

What are you exactly talking about?

Sorry what I meant was do you have to make the manual changes to the script to get vevo working in Gotham or is there going to be an official update?