<div dir="ltr">On Tue, Dec 18, 2012 at 3:41 PM, Chuck Peters <span dir="ltr">&lt;<a href="mailto:cp@ccil.org" target="_blank">cp@ccil.org</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><div class="gmail_quote"><div class="im">On Tue, Dec 18, 2012 at 2:43 PM, Bob Cottingham <span dir="ltr">&lt;<a href="mailto:bobnvic@gmail.com" target="_blank">bobnvic@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">What version of MythTV are you guys running and about how many recordings do you have?  </div></blockquote><div><br></div></div><div>MythTV version: .25.3+fixes.20121202.57baf5b-0ubuntu0mythbuntu3</div><div>
<div>
Too many recordings: 4528</div><div><div><br></div><div>My actual number of recordings might be inaccurate, but only one show has a zero filesize according to the database.</div><div>$ mythshows</div><div>$ wc -l mythshowslist</div>

<div>4528 mythshowslist</div><div><br></div><div>I would like to get more Android devices for the family, but for now we just have the Nexus 7.   Since installing the app a few weeks ago, I can&#39;t get the list of recordings to display.</div>

</div></div><div><br></div><div>One of the reasons why I really want to get this working is my father can use bluetooth to output the sound to his hearing aids.</div><span class="HOEnZb"><font color="#888888"><div><br></div>
<div><br></div><div>Chuck</div></font></span></div>
<br>_______________________________________________<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>
<br></blockquote></div><br>Can someone try this out with a large number of recordings on a .26 backend?</div><div class="gmail_extra"><br></div><div class="gmail_extra">I believe the issue stems around streaming the data from the mythtv services api and the large amount of data is too much for the processor to handle.  However, with .26, we are requesting a compressed version of the data in gzip format.  In that case, i has to download the whole file first before it can be uncompressed and then processed.  Previously, we were downloading the data as  json file and storing it on the filesystem and then parsing it on the fly, which I imagine for those of you with large recording collections was slow.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Thanks for your help in resolving this issue.<br clear="all"><div><br></div>-- <br><a href="http://www.google.com/profiles/dmfrey" target="_blank">My Google Profile</a><br>
<br>
</div></div>