Re: [mythtv] Mythfilldatabase every 3 hours instead of 24?

2005-12-20 Thread Chris Pinkham
> The last committed change to the mythfilldatabase code is 8218, Chris > Pinkham's change which deals with the scheduling of mythfilldatabase. Seems > like a likely culprit ... > > I'll take a look at the changes made, perhaps I can even find the problem and > submit a patch. This is related

Re: [mythtv] OSX build issues and patches

2005-12-20 Thread George Nassas
On 20-Dec-05, at 10:10 PM, Nigel Pearson wrote: -Syscall(['hdiutil', 'create', '-size', '1000m', "$SCRIPTDIR/.osx-packager.dmg", Nigel when you get a chance could you fix a minor typo where the last hdiutil call is a System() call instead of Syscall(). There is no System() sub so

Re: [mythtv] Recording in the middle of a show (SVN 8321)

2005-12-20 Thread Steve Adeff
On Tuesday 20 December 2005 07:30, Johan Venter wrote: > Just to add to my post, this may be related to Trac ticket #105. > > Johan Venter wrote: > > Hi guys, > > > > Very happy with the new LiveTV code, it's working fantastically with SVN > > code. > > > > Now, have noticed one thing though (SVN 8

[mythtv] Re: [mythtv-commits] Ticket #798: Auto-disable AC3 passthru when using timestretch

2005-12-20 Thread John P Poet
On 12/12/05, MythTV <[EMAIL PROTECTED]> wrote: > #798: Auto-disable AC3 passthru when using timestretch > ---+ > Reporter: [EMAIL PROTECTED] | Owner: ijr > Type: patch | Status: new > Priority:

Re: [mythtv] OSX build issues and patches

2005-12-20 Thread Nigel Pearson
* In qt-mac-free-3.3.4/mkspecs/macx-g++/qplatformdefs.h, #define QT_SOCKLEN_T int needs to be #define QT_SOCKLEN_T socklen_t in order to work with the latest system headers. ... I'd tend to suspect the system headers, though. I think we should automate these patches or serve o

Re: [mythtv] Mythjobqueue (including commflag) packaged for MacOS X

2005-12-20 Thread Nigel Pearson
Just thought I would let anyone interested know that I have made a self-contained mac application for the jobqueue. Geoff, I haven't have a chance to look at this, but I recently modified the osx-packager to build and package up several programs (MythJobQueue included). Would it

Re: [mythtv] Mythfilldatabase every 3 hours instead of 24?

2005-12-20 Thread Stuart Morgan
On Tuesday 20 Dec 2005 17:47, Stuart Morgan wrote: > I've just noticed that mythfilldatabase is running every 3 hours on my > backend instead of once per day. It hasn't always done this. I have no > separate cron jobs running it, they are all initiated by mythbackend. The last committed change to

[mythtv] Inconsistent OSD timeout values

2005-12-20 Thread Bryan Mayland
This thread is for the discussion of removing any inconsistency in the timeout of OSD displays. If there are no objections, I will implement this and submit a patch to trac as a ... patch(?). [I'd say 'defect with attached patch' but who knows. If someone would clarify I'll update the Ticket

Re: [mythtv] Recording multiple channels on a single DVB transport

2005-12-20 Thread Stuart Morgan
Thanks for the synopsis Daniel. :) -- Stuart Morgan ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

RE: [mythtv] Mythfilldatabase every 3 hours instead of 24?

2005-12-20 Thread Torbjörn Jansson
[EMAIL PROTECTED] <> wrote: > I've just noticed that mythfilldatabase is running every 3 hours on > my backend instead of once per day. It hasn't always done this. I > have no separate cron jobs running it, they are all initiated by > mythbackend. > > As the minimum interval setting is a day has

[mythtv] Mythfilldatabase every 3 hours instead of 24?

2005-12-20 Thread Stuart Morgan
I've just noticed that mythfilldatabase is running every 3 hours on my backend instead of once per day. It hasn't always done this. I have no separate cron jobs running it, they are all initiated by mythbackend. As the minimum interval setting is a day has someone hardcoded something different?

Re: [mythtv] Re: [mythtv-commits] Re: Ticket #827: Problem on FF-REW and other playback issues on DVB recs

2005-12-20 Thread Daniel Kristjansson
On Tue, 2005-12-20 at 14:58 +, Ashley Bostock wrote: > Would you like the logs from my frontend as well then? > > I'm not using XvMC and fast forwarding is only broken on recordings > made since updating to a recent svn version. As I said all recordings > made with my previous "pre new livetv

Re: [mythtv] Recording multiple channels on a single DVB transport

2005-12-20 Thread Daniel Kristjansson
On Tue, 2005-12-20 at 14:52 +, Stuart Morgan wrote: > =Recording multiple channels on a single DVB transport= > First off, Yes I know this topic has come up quite often before. I'm > interested to know what hurdles stand in the current Myth code, especially > after all the DVB and general cha

[mythtv] Re: [mythtv-commits] Re: Ticket #827: Problem on FF-REW and other playback issues on DVB recs

2005-12-20 Thread Ashley Bostock
Would you like the logs from my frontend as well then?I'm not using XvMC and fast forwarding is only broken on recordings made since updating to a recent svn version.  As I said all recordings made with my previous "pre new livetv" svn checkout are fast forwarding without any issues at all. Ash.On

[mythtv] Recording multiple channels on a single DVB transport

2005-12-20 Thread Stuart Morgan
=Recording multiple channels on a single DVB transport= First off, Yes I know this topic has come up quite often before. I'm interested to know what hurdles stand in the current Myth code, especially after all the DVB and general changes made in the last few months. I there would need to be cha

[mythtv] Mythweb fails to detect MythMusic properly

2005-12-20 Thread Bryan Mayland
in /mythweb/modules/music/init.php: // First, we should check to see that MythMusic is configured. $has_music = $db->query_col('SELECT COUNT(*) FROM musicmetadata'); If the user does not have MythMusic installed, there will be no musicmetadata table at all. The query will fail in db.php with

Re: [mythtv] LiveTV Recordings question

2005-12-20 Thread Kevin Kuphal
Donavan Stanley wrote: Kevin Kuphal wrote: Todd Tidwell wrote: How about, then, a simple "Autoexpire LiveTV Recordings After Viewing" that just simply means they get autoexpired as soon as you change the channel or stop viewing LiveTV? That doesn't seem like it would burden anyone in term

Re: [mythtv] LiveTV Recordings question

2005-12-20 Thread Brad DerManouelian
However you avoid that issue with the current release is how you avoid it with the new method. The SAME AMOUNT of space will be use collectively for Live TV and recorded shows as the current release. It's whatever you set it to. Seems to me the only difference is that it will actually use t

Re: [mythtv] Recording in the middle of a show (SVN 8321)

2005-12-20 Thread Johan Venter
Just to add to my post, this may be related to Trac ticket #105. Johan Venter wrote: Hi guys, Very happy with the new LiveTV code, it's working fantastically with SVN code. Now, have noticed one thing though (SVN 8321) that seems odd with recordings of shows that are currently in progress,

[mythtv] Recording in the middle of a show (SVN 8321)

2005-12-20 Thread Johan Venter
Hi guys, Very happy with the new LiveTV code, it's working fantastically with SVN code. Now, have noticed one thing though (SVN 8321) that seems odd with recordings of shows that are currently in progress, and I would like some input as to whether I am crazy or whether this is actually a bug

Re: [mythtv] LiveTV Recordings question

2005-12-20 Thread Donavan Stanley
Kevin Kuphal wrote: Todd Tidwell wrote: How about, then, a simple "Autoexpire LiveTV Recordings After Viewing" that just simply means they get autoexpired as soon as you change the channel or stop viewing LiveTV? That doesn't seem like it would burden anyone in terms of adding to the comple