<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
For what it&#39;s worth, the same results are almost definitely in there,<br>
but in a different order.  Just search more specifically.<br>
<font color="#888888"><br>
Robert<br>
</font><div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote><br></div>Im not sure if this is breaking any rules.  Apologies if thats the case however, im using mythbuntu and you can change the order of the youtube results to relevance by editing<br><br>/usr/share/mythtv/internetcontent/nv_python_libs/youtube/youtube_api.py<br>
<br>and line<br><br># v2 api calls - An example that must be customized for each target site<br> self.config[u&#39;urls&#39;][u&#39;video.search&#39;] = &#39;<a href="http://gdata.youtube.com/feeds/api/videos?vq=%s&amp;max-results=%s&amp;start-index=%s&amp;orderby=rating&amp;Ir=%s">http://gdata.youtube.com/feeds/api/videos?vq=%s&amp;max-results=%s&amp;start-index=%s&amp;orderby=rating&amp;Ir=%s</a>&#39;<br>
<br>to<br><br># v2 api calls - An example that must be customized for each target site<br>self.config[u&#39;urls&#39;][u&#39;video.search&#39;] = &#39;<a href="http://gdata.youtube.com/feeds/api/videos?vq=%s&amp;max-results=%s&amp;start-index=%s&amp;orderby=relevance&amp;Ir=%s">http://gdata.youtube.com/feeds/api/videos?vq=%s&amp;max-results=%s&amp;start-index=%s&amp;orderby=relevance&amp;Ir=%s</a>&#39;<br>
<br>I find this to work much better.  My wife likes to search youtube videos for horses and under the default search the results are returned under the order &quot;rating&quot;.  The first 4 videos are about the halo game, the next a johnny cash video and next half dozen are not really related to the 4 legged animal.<br>
<br>Changing this to be sorted by relevance helps.<br><br><br>