Re: [mythtv] mythlink.sh and mythlink.pl

2005-08-14 Thread Kalle Pokki
Chris Petersen wrote: However, by the time I realized that it had been submitted, I was already mostly done with my own perl-based one, so I've committed that one as well: http://svn.mythtv.org/trac/browser/trunk/mythtv/contrib/mythlink.pl (I like mine better, since it auto-detects settings,

Re: [mythtv] Re: Archiving Shows to DVD

2005-08-14 Thread Martin Bene
> I selected 3 programs to burn using mythweb and the scripts completed > with no problems. > > I do seem to have a problem with the audio channels though on the > created DVD. I have to manually select the correct audio channel. > For the first program I have to select channel 2, for the > seco

Re: [mythtv] minor bug in autoexpire.cpp

2005-08-14 Thread Daniel Kristjansson
On Sun, 2005-08-14 at 13:46 -0400, Preston Crow wrote: > I've been looking at the verbose output of the logging, and I see a > bunch of messages like: > 2005-08-14 13:37:51.752 Found -1 episodes in recording profile 78 using max > expiration > 2005-08-14 13:37:51.756 Found -1 episodes in recording

[mythtv] Read Only backend

2005-08-14 Thread Yan-Fa Li
Hello, I have a backend slave that I use for long term archival storage of video that has more disk space than my recording backend and I want to designate it as read-only as it doesn't have any capture devices and only streams video to frontends. This works out of the box by adjusting the host l

Re: [mythtv] Solaris Compatible

2005-08-14 Thread Nigel Pearson
Will MythTv work on Solaris? I spent several hours a few months back trying to get the frontend to compile on Solaris. I didn't get very far. Unless you are willing to put hundreds of hours in getting all the code ported, and getting the Solaris V4L APIs either working or extended to you

Re: [mythtv] Database helper functions and pgsql support

2005-08-14 Thread Nezar Nielsen
On 8/12/05, Fernando Vilas wrote: > - mythfilldatabase is SLOW because of lack of support for "insert ignore" > forcing the use of "in" clauses. There has to be a better way. Ah, I misread that, couldn't you just add a unique constraint on the important columns and silently ignore the errors ca

Re: [mythtv] Database helper functions and pgsql support

2005-08-14 Thread Nezar Nielsen
On 8/13/05, Robert Johnston <[EMAIL PROTECTED]> wrote: > Is it not possible, during searches, to do "UPPER()"'s on both Search > terms and the field they're searching on, to make them case > insensitive again. So, for example: > > SELECT program_name, description WHERE (UPPER(program_name) LIKE >

[mythtv] bug recording uncompressed audio?

2005-08-14 Thread Alvaro Martinez Echevarria
Hi, I think there's a bug with uncompressed audio recording. The symptom is, when I record with my plextor go7007, using 48000 uncompressed audio, the sound quality is dreadful and in fact the video comes out as 44100. Here's a patch (I think, but see disclaimer below): ---

RE: [mythtv] Noob Needs Help!

2005-08-14 Thread Torbjörn Jansson
> When I run the /sbin/modprobe ivtv command I end up with: FATAL: > module ivtv not found > > As I said, I am a newbie and have no idea what is going on. > Any help is greatly appreciated > Isn't this a question for the mythtv-users list instead? __

Re: [mythtv] Noob Needs Help!

2005-08-14 Thread Forrest Voight
Type in : cd /lib/modules/* find | grep ivtv Send the output from these commands back. On 8/14/05, Derek Smith <[EMAIL PROTECTED]> wrote: > Hi > > I have been following the instructions at wilsonet.com to install mythtv on > to Fedora 4 with a PVR150 > > I am at the point where I load the IV

[mythtv] Re: Archiving Shows to DVD

2005-08-14 Thread Paul
- Original Message - From: "Martin Bene" <[EMAIL PROTECTED]> To: "Discussion about mythtv" Cc: "Development of mythtv" Sent: Saturday, August 13, 2005 10:49 PM Subject: [mythtv] AW: [mythtv-users] Archiving Shows to DVD >Hi Paul, >>> Nice to see someone working on the mythburn script

[mythtv] minor bug in autoexpire.cpp

2005-08-14 Thread Preston Crow
I've been looking at the verbose output of the logging, and I see a bunch of messages like: 2005-08-14 13:37:51.752 Found -1 episodes in recording profile 78 using max expiration 2005-08-14 13:37:51.756 Found -1 episodes in recording profile 850 using max expiration I tracked this message down t

Re: [mythtv] ripoff mythvideo to make mythepisode?

2005-08-14 Thread Goran Sterjov
never did try recording or even saw the watch recordings menu. the problem for me is that i ripped box sets and want them neatly organized. however if the watch recordings section is good enough for organisation then i might just edit it to retrieve details and images. i will look into it. i know

Re: [mythtv] ripoff mythvideo to make mythepisode?

2005-08-14 Thread J. Donavan Stanley
Goran Sterjov wrote: I am wondering if anything like this has already been started and whether the idea isnt so difficult to implement. Why not RECORD your TV instead of downloading it. Then you don't need anything to look up metadata, :-p ___

[mythtv] yum install mythtv-suite BROKEN

2005-08-14 Thread Tom Kiernan
# yum install mythtv-suite ends with: Error: Missing Dependency: mythplugins >= 0.18.1 is needed by package mythtv-suite Please advise for AMD64, FC4. ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-de

[mythtv] question/strangness regarding DVB tuning

2005-08-14 Thread David Shirley
Hi All, im running svn 7022. I never noticed this with the old CVS builds (only just upgraded :)) take this segment below - why does myth tune to channel 90 several times? is this meant to be or a bug? 2005-08-14 21:30:03.034 Started recording "CSI: NY" on channel: 1007 on cardid: 1, sourceid 1

[mythtv] Noob Needs Help!

2005-08-14 Thread Derek Smith
Hi   I have been following the instructions at wilsonet.com to install mythtv on to Fedora 4 with a PVR150   I am at the point where I load the IVTV : http://wilsonet.com/mythtv/printer-friendly.php?SID&expandables=closed&ivtv=closed&pvr350out=closed#capture   When I run the /sbin/modprobe ivt

Re: [mythtv] Archiving Shows to DVD

2005-08-14 Thread Cory Papenfuss
A few inclusions: I had the impression that the one place where mythtv could handele mpeg a/v sync perfectly was on decode, and this only supports video + 1 audio stream, plus requires recoding; ther's been talk if it wouldn't still be a valueable option to have a reencoding mpeg2=>mpeg2

Re: [mythtv] Archiving Shows to DVD

2005-08-14 Thread Martin Bene
Hi Aaron, > I have released a patch (ticket #158) that has similar > functionality and does not require any external software (at > least not for the cutting of the MPEG2 files). It does GOP > accurate cutting of MPEG2 streams and adds DVD Nav packets. > It uses myths libavformat/libavcodec t

[mythtv] ripoff mythvideo to make mythepisode?

2005-08-14 Thread Goran Sterjov
i have found that managing many episodes in mythvideo becomes clunky since there is no ability to browse through folders in video manager, the browser can be worked around by using the folder view however and a quick tv.com grab script should be able to get the episode details and images. This per

[mythtv] Re: Archiving Shows to DVD

2005-08-14 Thread Paul
- Original Message - From: "Aaron McCarthy" <[EMAIL PROTECTED]> To: "Development of mythtv" Sent: Sunday, August 14, 2005 5:06 AM Subject: Re: [mythtv] AW: [mythtv-users] Re: Archiving Shows to DVD > I have released a patch (ticket #158) that has similar functionality and does > not requ

Re: [mythtv] AW: [mythtv-users] Re: Archiving Shows to DVD

2005-08-14 Thread Paul Andreassen
On Sun, 14 Aug 2005 02:06 pm, Aaron McCarthy wrote: > I have released a patch (ticket #158) that has similar functionality and > does not require any external software (at least not for the cutting of the > MPEG2 files). It does GOP accurate cutting of MPEG2 streams and adds DVD > Nav packets. It

[mythtv] mythlink.sh and mythlink.pl

2005-08-14 Thread Chris Petersen
I just thought I'd send out a general announcement about the oft-used mythlink.sh... Tonight, I committed a new much-smarter mythlink.sh script from Mike Dean, to replace the old one from Dale Gass: http://svn.mythtv.org/trac/browser/trunk/mythtv/contrib/mythlink.sh However, by the time I rea