(2018-02-21, 18:34)kowalmisiek Wrote: This is the topic about the VEVO add-on.
This is the latest beta version https://github.com/learningit/plugin.vid...3.0.13.zip
None of the views shows the artist's data.
The add-on is for playing music videos from the VEVO site.
In the original kodi skin "ESTUARY" it looks like this.
http://imgie.pl/image/lVGdw
In my opinion, it looks better if there is an artist at every song. As I suggested earlier in the picture. So as it is in the YOUTUBE plugin.
This is site www.vevo.com
Could you make such a view of the VEVO plugin menu as on www.vevo.com?
This is the present view
http://imgie.pl/image/lqAKE
And such a view is welcome.
http://imgie.pl/image/lVSdT
As far as any sort of custom view goes, that's just not possible. The way in which Kodi deals with these things requires add-on support for dynamic content and for skinning (like with the Extended Info add-on or the Next Aired add-on). What you're asking for is a widget-like structure where four dynamic content trees would be loaded simultaneously, and I'm not sure if Kodi even supports this type of thing within a view. Even then, I would have to have full access to the add-on in order to build anything for it.
As far as artists go, that's also problematic. The issue at hand is that all add-ons must declare a content type, as the skin assigns available view types according to the content type that is defined by the add-on in order to ensure compatibility, with only a small number of views able to run on any or undefined content type. The Vevo add-on most likely declares its content type as "videos", which by default have no artist included in the title. Changing that for Vevo would impact everything else that contains video content type as well, which will introduce consequences, so I can't do that directly.
However, the views that contain some extended information should contain additional space that displays YouTube artist names (similar to your example from Estuary), and this ought to apply to the Vevo add-on. Those views are Fanarts/Thumbs list, RightList, Low List, Lovefilm and perhaps a few others. You can check if they are visible in the Vevo add-on, but only when in one of the actual video lists, not the first window. I can't access them, so I can't test it out myself. There is a possibility that they won't be visible even from that list - that would mean that the add-on most likely uses the "musicvideos" content type, which is still valuable information, as I can then make some adjustments for testing.