[split] Feature Request - Video trailers for artists
#61
Finally Smile Hurray, can't wait to try it out.
Reply
#62
@black_eagle
@zag

Many thanks for your hard work in this new feature! I really think that many users will love it. I don’t know when a nightly build (windows 64) will be available to test it…
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply
#63
@manfeed

Included here

https://mirrors.xbmc.org/nightlies/windo...er-x64.exe

You need to use the script update, version 1.0.2, was change the YouTube video URL format, need to run the script to update database URLs again, here the new addon version here

Image
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#64
I can't get any image using ListItem.Art(videothumb), has the name changed?

Edit: I saw that the ListItem's name hasn't changed, but it doesn't work no matter what I tried... The links to the videos do get added, though...
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply
#65
@manfeed

Yes, don´t have changes, here is what I found in the addon description

script.videolinks
This Kodi script matches songs in your music library with video information from theAudioDB and stores the links (usually YouTube links) in the music database. This means you can not only play the version of the song you have in your local library, you can also play the song video. Please note that the actual videos are not downloaded, just the links to them.

This software is provided under the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

Users
This script requires skin support and a working YouTube plugin. It also requires that your music files have been tagged with musicbrainz ID's, at the very least the artist and track MBIDs. The scanner can work to a certain degree without track MBIDs but it won't work at all without artist MBIDs.

Skinners
Scraped video links can be found in ListItem.SongVideoURL and any associated art in ListItem.Art(videothumb)

The script can be called from the addons section in which case it will process all artists, or it can be passed an artist ID in which case it will just process that artist. It's therefore possible to skin a button on the artistinfo dialog to fetch video links for that particular artist using RunScript(script.videolinks,$INFO[ListItem.DBID]) in the onclick method.

Do you have a log to share?
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#66
Yes, I’m aware of that, thanks. In the readme of script.videolinks in github…

https://github.com/the-black-eagle/scrip...nks#readme

…says “Scraped video links can be found in ListItem.SongVideoURL and any associated art in ListItem.Art(videothumb)”.

I think that @black_eagle will have to look at it, since Listem.Art(videothumb) doesn’t work anymore.
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply
#67
@manfeed Sorry for the delay, this is now fixed.  See https://github.com/the-black-eagle/scrip...s/releases
Quote:I can't get any image using ListItem.Art(videothumb), has the name changed?

No, it was an issue with the formatting of the json string passed from the addon to Kodi. Core didn't complain about it, just ignored the art part. So yes,
xml:
ListItem.Art(videothumb)
is correct.
Learning Linux the hard way !!
Reply
#68
@black_eagle

I can confirm that now it works very well, thanks!
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply

Logout Mark Read Team Forum Stats Members Help
[split] Feature Request - Video trailers for artists0
This forum uses Lukasz Tkacz MyBB addons.