<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">Just a reminder: MythTV has not used SVN for nearly a year now. We use git. <br>Integrating with the last SVN version would be kinda pointless, as that's <br>
pre-0.24 release. Just thought I'd let ya know.</span></blockquote><div><br></div><div>Doh, I knew that. Just used to saying SVN. Old habits die hard. </div><div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); "><font color="#660066">I tried to leave a comment on your page but I can't read the grey text on <br>
</font>white background. I got it working on Ubuntu 10.10 but it took some work. I <br>have no idea if what I did was right, but here's what was different: <br><br>1) The www directory was in /var/www/ <br>2) I installed the php pieces with sudo apt-get and installed php-apc <br>
php-pear php5-fpm php5-dev <br>3) I installed apc by running sudo pecl install apc <br>4) The apc.ini file is located in /etc/php5/conf.d <br>5) I restarted httpd with sudo /etc/init.d/apache2 restart <br><br>I'm pretty excited about the app and interface so far! I'll be sure to post <br>
experiences on your page if they're short, but like I said, I can't read the <br>grey on white so if they're long winded like this response, I'll reply to <br>this thread.</span></blockquote><div><br></div>
<div>I always do my comments from the administrator screen and had never noticed that gray font. Fixed now! Glad you were able to get it running.</div><div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">- Rotation doesn't seem to work / make any difference to the layout on <br></span><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">the iTouch - always just two columns of icons in the main menu. <br>
</span><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">- The list of recordings doesn't filter out deleted recordings or live <br></span><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">tv recordings <br>
</span><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">- I don't get any preview images for my recordings (assume I'm supposed <br></span><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">to). But I expect that is something I've configured wrong rather than a <br>
</span><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">bug. </span></blockquote><div><br></div><div>The two icons is by design, I haven't incorporated rotation into those skins yet. The non iPad skins are WAY behind the iPad skin. Interesting, I don't see deleted recordings, I'll have to look into that. Do preview images work for you in mythweb? Anything in the httpd error log from PHP? </div>
<div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">Hi, I gave it a quick try on an iPad and it's remarkably polished for a 0.01 release. Played a few recordings and scrolled through some lists. Didn't get so far with a 2nd gen iPod touch but that's no surprise (saw the buttons, no list of frontends to choose from). This is against git master from yesterday. <br>
<br>The only significant quirk I noticed is after you've scrolled down the list of shows and picked and played an episode and switched to the controls panel. When you go back to recordings the list of shows scrolls back to the top although the episodes list is still showing from the scrolled down title. Does that make sense? It's easier to show than explain. </span></blockquote>
<div><br></div><div>Thanks. The frontend list is on the Settings screen, any frontends you've enabled remote control on should show up. And yes, that makes sense. You've identified a bug I've got in my list or resetting the scrolling windows. </div>
<div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">Question: is APC strictly required ? I already use the eaccelerator cache on <br></span><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; background-color: rgb(255, 255, 255); ">my setup. </span></blockquote>
<div><br></div><div>No, APC is not required. I would guess that Eaccelerator will work just fine. The reason caching is important is that without it, connections to the frontends are very slow. It has to renegotiate every time a command is sent. With caching enabled, the fact that a connection was established is cached. You'll notice the same difference in all of Mythweb's control capabilities.</div>
<div><br></div><div>Thanks again everyone,</div><div>Ben</div>