<div>Hello,</div><div><br></div><div>I would like to write a youtube player plasmoid (simple search form and video view), like does minitube (<a href="http://flavio.tordini.org/minitube">http://flavio.tordini.org/minitube</a>)</div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div>The plan is to write the applet in QML/JS</div><div>What is more problematic for me is writing the dataengine : i&#39;ve some lack to understand how it really works.</div>
<div><br></div><div>Imagine the plasmoid making a request with the word &quot;soccer&quot;:</div><div>  - it must query the dataengine with the keyword</div><div>  - the dataengine must query the youtube api for that request with that url : <a href="http://gdata.youtube.com/feeds/api/videos?vq=soccer">http://gdata.youtube.com/feeds/api/videos?vq=soccer</a></div>
<div>  - the dataengine will deserialize the XML/ATOM stream to convert it into keys/valors</div><div>  - the source will be now available via a connection in the applet</div><div><br></div><div>Some questions about that:</div>
<div><br></div><div>If the search get a certain number of videos, how do you integrate it in the dataengine??? and then in the applet??</div><div>The dataengine will just give infos to the applet : url of the video, image... that means the applet needs a to get the data via KIO??</div>
<div><br></div><div>and more generally:</div><div><br></div><div>What is the &quot;recommanded&quot; language to write dataengines??</div><div>Is it better to separate the dataengine and the applet sources or place them in the same &quot;package&quot;???</div>
<div><br></div><div>Regards, </div><div>Jérôme.</div><div><br></div><div><br></div>