Kodi Community Forum

Full Version: Youtube search as dynamic content in a list?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to use the YouTube add-on or an other add-on for

xml:
<content>plugin://..../youtubeusersearch&id=$INFO[ListItem.Label]</content>

?

I wouldt like to have YouTube results for selected artist in DialogMusicInfo Smile
Code:
plugin://plugin.video.youtube/kodion/search/query/?q=$INFO[ListItem.Label]&amp;search_type=videos

Note: "search_type=videos" is not a valid argument, but it supresses unwanted folder icons from the addon.
(2019-08-09, 16:04)sualfred Wrote: [ -> ]
Code:
plugin://plugin.video.youtube/kodion/search/query/?q=$INFO[ListItem.Label]&amp;search_type=videos

Note: "search_type=videos" is not a valid argument, but it supresses unwanted folder icons from the addon.

Thanks a lot, I'll try it later, when I'm home Smile
you can get youtube to display search from a library node to a widget 
xml:
<?xml version='1.0' encoding='UTF-8'?>
<node type="folder">
    <label>row1</label>
    <path>plugin://plugin.video.youtube/kodion/search/query/?q=today+i+found+out/</path>
</node>

 so maybe you could add a widget row
Image