Youtube search as dynamic content in a list?
#1
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
Reply
#2
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.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#3
(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
Reply
#4
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
Reply

Logout Mark Read Team Forum Stats Members Help
Youtube search as dynamic content in a list?0