| --- | Log | opened Sat Jan 20 00:00:59 2007 |
| 01:04 | |-| | gnome42 [n=obi@dsl-149-220.aei.ca] has quit [Remote closed the connection] |
| 02:02 | |-| | bsjeep [n=bcsmith@ip70-181-168-180.sd.sd.cox.net] has quit [Remote closed the connection] |
| 02:18 | |-| | eternalswd [n=eternals@wcnat-41-43.wheaton.edu] has joined #mythtv |
| 02:19 | |-| | eternalswd [n=eternals@wcnat-41-43.wheaton.edu] has left #mythtv ["Leaving"] |
| 02:23 | |-| | stuarta [n=stuarta@unaffiliated/stuarta] has joined #mythtv |
| 02:36 | |-| | beavis [n=beavis@p54A784E3.dip0.t-ipconnect.de] has joined #mythtv |
| 02:38 | |-| | tankerjoe20 [n=JRS1@wsip-24-234-209-73.lv.lv.cox.net] has joined #mythtv |
| 02:38 | |-| | tankerjoe20 [n=JRS1@wsip-24-234-209-73.lv.lv.cox.net] has left #mythtv [] |
| 02:58 | |-| | monkeypet [n=monkeype@c-67-169-183-48.hsd1.ca.comcast.net] has joined #mythtv |
| 03:45 | |-| | monkeypet [n=monkeype@c-67-169-183-48.hsd1.ca.comcast.net] has quit ["Leaving"] |
| 04:02 | |-| | sphery [n=mdean@user-0c6sj22.cable.mindspring.com] has joined #mythtv |
| 04:10 | <gbee> | something wrong with trac, won't let me download a patch |
| 04:11 | <gbee> | err, very wrong - login page has gone awol too :) |
| 04:32 | |-| | stuarta [n=stuarta@unaffiliated/stuarta] has quit ["i'm off to explode"] |
| 04:58 | |-| | seppl [n=mythtv@ppp-88-217-46-58.dynamic.mnet-online.de] has joined #mythtv |
| 05:12 | |-| | czth_ [i=dbrobins@nat/microsoft/x-d38848837c9b56a6] has joined #mythtv |
| 05:24 | |-| | seppl [n=mythtv@ppp-88-217-46-58.dynamic.mnet-online.de] has quit ["Verlassend"] |
| 05:28 | |-| | czth__ [i=dbrobins@nat/microsoft/x-2345deca133380dc] has quit [Read error: 110 (Connection timed out)] |
| 05:29 | |-| | Syphn [n=canadabo@fctnnbsc15w-156034088244.nb.aliant.net] has joined #mythtv |
| 05:30 | |-| | Syphn [n=canadabo@fctnnbsc15w-156034088244.nb.aliant.net] has quit [Client Quit] |
| 05:38 | |-| | gbee [n=gbee@cpc1-derb5-0-0-cust840.lei3.cable.ntl.com] has left #mythtv ["Gone"] |
| 05:49 | |-| | gbee [n=gbee@cpc1-derb5-0-0-cust840.lei3.cable.ntl.com] has joined #mythtv |
| 06:10 | |-| | gbee [n=gbee@cpc1-derb5-0-0-cust840.lei3.cable.ntl.com] has quit [Remote closed the connection] |
| 06:15 | |-| | gbee [n=gbee@cpc1-derb5-0-0-cust840.lei3.cable.ntl.com] has joined #mythtv |
| 06:17 | |-| | aevil [n=aevil@i59F56736.versanet.de] has joined #mythtv |
| 06:28 | <zigovr3> | hi all, I'm having problem with my TV listings, is it ok to just empty the "program" table and re-run mythfilldatabase ? |
| 06:29 | <zigovr3> | also, does mythfilldatabase empty this table, or instead does it merges the new found programs into the existing table ? |
| 06:36 | |-| | aevil^aw [n=aevil@i59F5551E.versanet.de] has joined #mythtv |
| 06:39 | <gbee> | it merges new data in - updating if necessary |
| 06:41 | <zigovr3> | I see, and is clearing the "program" table ok to get rid of wrong entries before a mythfilldatabase ? |
| 06:41 | <gbee> | emptying the program table doesn't get rid of all the data, we use the credits for example to store the list of actors in films etc |
| 06:42 | <gbee> | but it won't do a lot of harm to just empty the table |
| 06:42 | <zigovr3> | ok thanks |
| 06:43 | <zigovr3> | I could empty "credits" too then maybe ? |
| 06:44 | <gbee> | credits and people |
| 06:44 | <zigovr3> | programratings maybe too ? |
| 06:44 | <gbee> | yep, was just about to add that |
| 06:45 | [~] | gbee was looking over the list |
| 06:46 | <zigovr3> | I'm having a weird bug in fact, my listing , sometimes, get all shifted by one day |
| 06:46 | <zigovr3> | it's using tv_grab_fr, it's probably the grabber |
| 06:47 | <gbee> | I'd get the dates in the original data first, then the database |
| 06:48 | <gbee> | s/get/look at/ |
| 06:48 | <zigovr3> | you mean original data from xmltv (say if I save the result in a file) ? |
| 06:49 | <zigovr3> | does mythfilldatabase save the xml data from the grabber somewhere ? |
| 06:49 | <gbee> | yes, run tv_grab_fr --output file.xml |
| 06:49 | <zigovr3> | yes I did that in fact |
| 06:49 | <zigovr3> | but the dates were right then |
| 06:49 | <gbee> | zigovr3: it's saved in /tmp |
| 06:49 | <zigovr3> | ah ok |
| 06:50 | <gbee> | ok, next check whether we are inserting them into the database correctly |
| 06:50 | |-| | blackhole [n=Preetees@unaffiliated/blackhole] has joined #mythtv |
| 06:50 | <zigovr3> | where in /tmp, I don't see anything |
| 06:50 | <gbee> | we probably delete if after we're finished - let me check |
| 06:51 | <zigovr3> | the thing is, when I did the manual tv_grab_fr, it was maybe at a time where the bug doesn't occure, I'm not sure of that |
| 06:51 | <zigovr3> | so I still don't know if the bug is in the grabber or mythtv |
| 06:52 | |-| | aevil [n=aevil@i59F56736.versanet.de] has quit [Read error: 110 (Connection timed out)] |
| 06:53 | <gbee> | I supect the grabber |
| 06:53 | <zigovr3> | me too, especially since there are comment saying they need to do some tweaks to handle programs between 00:00 and 06:00 |
| 06:54 | <zigovr3> | could also be the web site that is buggy |
| 06:54 | <gbee> | looking at the code we delete the temp file after we've finished grabbing |
| 06:54 | <zigovr3> | ok, that's too bad |
| 06:54 | <zigovr3> | well, it's no big deal I can replace the tv_grab_fr by a wrapper |
| 06:55 | <zigovr3> | that will keep a copy |
| 06:55 | <gbee> | whilst grabbing it's a file named mythXXXXX where XXXXX is a random string |
| 06:56 | <zigovr3> | ok |
| 06:56 | |-| | blackhole [n=Preetees@unaffiliated/blackhole] has quit ["Leaving"] |
| 06:56 | <zigovr3> | well I'll do a wrapper , this way I'll be able to keep an historic , it might help to find the bug |
| 06:57 | <gbee> | if you want you can stop mythfilldatabase deleting the file by commenting line 339 in programs/mythfilldatabase/filldata.cpp (that's in HEAD) |
| 06:57 | <gbee> | thefile.remove(); |
| 06:57 | <zigovr3> | ok |
| 07:39 | |-| | aevil^aw [n=aevil@i59F5551E.versanet.de] has quit ["Verlassend"] |
| 08:02 | |-| | adante_ [n=adante@203-206-61-56.dyn.iinet.net.au] has joined #mythtv |
| 08:17 | |-| | adante [n=adante@203-206-61-56.dyn.iinet.net.au] has quit [Read error: 110 (Connection timed out)] |
| 08:17 | |-| | adante_ changed nick to adante |
| 08:32 | |-| | zigovr3 [n=zig@AAubervilliers-153-1-44-178.w83-200.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)] |
| 08:51 | |-| | aevil [n=aevil@i59F5551E.versanet.de] has joined #mythtv |
| 08:54 | |-| | Balachmar [n=Balachma@cp1085555-a.tilbu1.nb.home.nl] has joined #mythtv |
| 09:09 | |-| | russellb [i=russell@asterisk/developer-and-stable-maintainer/drumkilla] has quit [Read error: 104 (Connection reset by peer)] |
| 10:18 | |-| | Balachmar [n=Balachma@cp1085555-a.tilbu1.nb.home.nl] has quit ["Leaving"] |
| 10:46 | |-| | zigovr [n=zig@AAubervilliers-153-1-76-27.w86-203.abo.wanadoo.fr] has joined #mythtv |
| 10:51 | |-| | gnome42 [n=obi@dsl-149-220.aei.ca] has joined #mythtv |
| 11:03 | |-| | zig__ [n=zig@AAubervilliers-153-1-76-27.w86-203.abo.wanadoo.fr] has joined #mythtv |
| 11:06 | |-| | zigovr [n=zig@AAubervilliers-153-1-76-27.w86-203.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)] |
| 11:36 | |-| | zig__ changed nick to zigovr3 |
| 11:58 | |-| | russellb [i=russellb@nat/digium/x-ce87ffe1fcaebaca] has joined #mythtv |
| 12:16 | <gbee> | ProgramAssociationTable::toString rears it's ugly head again |
| 12:16 | <janneg> | segfault? |
| 12:22 | |-| | cattelan_away [n=cattelan@c-24-118-241-119.hsd1.mn.comcast.net] has quit [Read error: 110 (Connection timed out)] |
| 12:50 | <gbee> | yeah - post in dev list |
| 12:50 | <gbee> | "Fwd: Mythbackend quietly exits when recording channel Five" |
| 13:07 | <janneg> | useless report since he didn't specifies the used version |
| 13:26 | |-| | okolsi [n=okolsi@kosh.hut.fi] has joined #mythtv |
| 13:51 | |-| | briand [n=brian@c-68-35-194-216.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
| 14:13 | |-| | xris [n=xris@xris.forevermore.net] has joined #mythtv |
| 14:25 | |-| | Anduin [n=awithers@adsl-69-110-41-172.dsl.pltn13.pacbell.net] has quit [Read error: 104 (Connection reset by peer)] |
| 14:31 | |-| | cattelan_away [n=ncattela@c-24-118-241-119.hsd1.mn.comcast.net] has joined #mythtv |
| 14:53 | |-| | Hamsta [n=hamsta@p57A4E128.dip.t-dialin.net] has joined #mythtv |
| 14:57 | <MrGandalf> | ok, why are dvb radio SIDs limited to sistandard of dvb? |
| 15:02 | <janneg> | since audio-only is only implemented for dvb tuning |
| 15:09 | |-| | aevil [n=aevil@i59F5551E.versanet.de] has quit ["Verlassend"] |
| 15:13 | |-| | okolsi [n=okolsi@kosh.hut.fi] has quit ["Leaving"] |
| 15:26 | |-| | zigovr3 [n=zig@AAubervilliers-153-1-76-27.w86-203.abo.wanadoo.fr] has quit [Read error: 110 (Connection timed out)] |
| 15:58 | |-| | randall [n=randall@c-24-61-25-215.hsd1.ma.comcast.net] has joined #mythtv |
| 15:58 | |-| | randall [n=randall@c-24-61-25-215.hsd1.ma.comcast.net] has left #mythtv [] |
| 15:59 | |-| | rtsai [n=rtsai@208-201-231-158.dsl.dynamic.sonic.net] has joined #mythtv |
| 16:16 | |-| | rtsai1111 [n=rtsai@208-201-231-158.dsl.dynamic.sonic.net] has quit [Read error: 110 (Connection timed out)] |
| 16:19 | <MrGandalf> | think I may have found a problem with the new encrypted sig monitor stuff |
| 16:21 | <MrGandalf> | during a rotor movement, if an encrypted channel is seen, that status isn't cleared when the final tune is completed after rotor movement. |
| 16:27 | |-| | czth_ [i=dbrobins@nat/microsoft/x-d38848837c9b56a6] has quit ["Leaving"] |
| 17:02 | |-| | lmnk_ [n=lmnk@155.42.99.152] has joined #mythtv |
| 17:02 | |-| | lmnk_ [n=lmnk@155.42.99.152] has left #mythtv [] |
| 17:04 | |-| | briand [n=brian@c-68-35-194-216.hsd1.fl.comcast.net] has joined #mythtv |
| 17:07 | <janneg> | MrGandalf: that shouldn't be hard to fix. it needs to reset the status when it see that it is not on the right position yet |
| 17:08 | <janneg> | argh, current libavcodec needs libswscale |
| 17:10 | <janneg> | and I thought my ffmpeg resync was complete |
| 17:11 | <Dibblah> | janneg: I'd hold off on that resync, if I'm reading the ml right. |
| 17:12 | <Dibblah> | (Some of the ffmpeg people are thinking of bringing swscale in native) |
| 17:13 | <Dibblah> | Problems with the license, though, I think. |
| 17:13 | <janneg> | hmm, libswscale is in ffmpeg, |
| 17:14 | <janneg> | the license problems are no problem for us |
| 17:14 | <janneg> | libswscale is gpl but ffmpeg lgpl |
| 17:15 | <Dibblah> | Okay - Sorry to waste your time :) |
| 17:16 | <janneg> | no problem, I was first a little bit confused and thought I missed something in the last 2-3 weeks |
| 17:17 | <Dibblah> | Myth still doesn't use any of the pp filters anyway, does it? |
| 17:19 | <xris> | janneg: are you doing an ffmpeg resync in mythtv? |
| 17:20 | <janneg> | yes, I need faster h264 playback |
| 17:20 | |-| | beavis [n=beavis@p54A784E3.dip0.t-ipconnect.de] has quit ["Ex-Chat"] |
| 17:20 | <MrGandalf> | janneg: how much faster? |
| 17:22 | <janneg> | I need only 5-10%, current mplayer is fast enough |
| 17:23 | <MrGandalf> | swscale would also be nice.. |
| 17:25 | <janneg> | why? scaling in the gpu should be much faster and iirc it is not thread safe |
| 17:25 | <xris> | janneg: I'd settle for ANY h.264 playback. |
| 17:25 | <MrGandalf> | well, that's fine unless you're bumping up against the max Xv frame size |
| 17:26 | <MrGandalf> | mine is 2048.. when you zoom past that bad things happen |
| 17:26 | <janneg> | xris: I don't know that's wrong with your setup. h264 is no problem |
| 17:27 | <xris> | janneg: wish I knew, too. |
| 17:27 | <MrGandalf> | h264 has problems on my backend.. never did track down what |
| 17:28 | [~] | xris goes to recompile mythplugins to see if maybe things are fixed |
| 17:28 | <xris> | yay, it works now. aspect ratio is juts messed up. |
| 17:29 | <xris> | and now that's fixed, too |
| 17:29 | <xris> | sweet |
| 17:29 | <xris> | definitely choppy, though |
| 17:33 | <xris> | man, ffmpeg's been having weird issues with cropping lately. everything goes all green at the edges. |
| 17:35 | <MrGandalf> | does the few h264 ffmpeg support interlacing? |
| 17:39 | |-| | zig [n=zig@AAubervilliers-153-1-84-176.w86-212.abo.wanadoo.fr] has joined #mythtv |
| 17:47 | <janneg> | it supports some h264 interlacing |
| 17:59 | |-| | briand [n=brian@c-68-35-194-216.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
| 18:20 | |-| | Agrajag- [n=filip@c211-30-4-5.artrmn1.nsw.optusnet.com.au] has quit ["[BX] Time to make the donuts"] |
| 18:40 | |-| | Agrajag- [n=filip@c211-30-4-5.artrmn1.nsw.optusnet.com.au] has joined #mythtv |
| 18:59 | |-| | Anduin [n=awithers@adsl-69-110-41-172.dsl.pltn13.pacbell.net] has joined #mythtv |
| 19:14 | |-| | jams [n=jams@CPE-72-131-6-174.wi.res.rr.com] has quit [Read error: 104 (Connection reset by peer)] |
| 19:15 | |-| | jams [n=jams@CPE-72-131-6-174.wi.res.rr.com] has joined #mythtv |
| 19:39 | |-| | skamithi [n=mythtv@cpe-071-077-068-145.nc.res.rr.com] has joined #mythtv |
| 19:42 | |-| | ShorTie [n=Idiot@pool-72-66-157-93.slsbmd.east.verizon.net] has joined #mythtv |
| 19:49 | |-| | skamithi [n=mythtv@cpe-071-077-068-145.nc.res.rr.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"] |
| 20:12 | |-| | briand [n=brian@c-68-35-194-216.hsd1.fl.comcast.net] has joined #mythtv |
| 20:23 | |-| | dopester [n=dopester@cpe-065-190-126-175.triad.res.rr.com] has joined #mythtv |
| 20:43 | |-| | dopester [n=dopester@cpe-065-190-126-175.triad.res.rr.com] has quit ["This computer has gone to sleep"] |
| 21:29 | |-| | russellb_ [n=russell@12-214-191-64.client.mchsi.com] has joined #mythtv |
| 21:29 | <MrGandalf> | janneg: Wow, you got close to fixing that 720p bug.. |
| 21:29 | <MrGandalf> | nice! |
| 21:30 | |-| | russellb_ [n=russell@asterisk/developer-and-stable-maintainer/drumkilla] has quit [Client Quit] |
| 21:30 | |-| | russellb_ [n=russell@12-214-191-64.client.mchsi.com] has joined #mythtv |
| 21:31 | |-| | lindenle [n=lindenle@ppp-70-225-174-186.dsl.chmpil.ameritech.net] has joined #mythtv |
| 21:31 | |-| | lindenle [n=lindenle@ppp-70-225-174-186.dsl.chmpil.ameritech.net] has left #mythtv [] |
| 21:37 | <janneg> | MrGandalf: yeah, it's almost watchable |
| 21:40 | <MrGandalf> | so, what do you think the problem is? |
| 21:43 | <MrGandalf> | damn, just realized, it must be pretty late for you.. |
| 21:54 | |-| | briand [n=brian@c-68-35-194-216.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
| 21:55 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has joined #mythtv |
| 22:07 | |-| | briand [n=brian@c-68-35-194-216.hsd1.fl.comcast.net] has joined #mythtv |
| 22:18 | |-| | Chutt [n=ijr@dsl093-011-148.cle1.dsl.speakeasy.net] has quit [Remote closed the connection] |
| 22:21 | |-| | ivx [n=ivx@host-182-130-111-24.midco.net] has joined #mythTV |
| 22:21 | <ivx> | hey who do you email about grammer errors in the software? |
| 22:30 | <GreyFoxx> | translation error or just the grammar in the help text ? |
| 22:30 | <GreyFoxx> | I imagine you can send them to the -dev list of just put a ticket into trac |
| 22:36 | |-| | Nem^1 [n=Nem@dslb-084-056-230-063.pools.arcor-ip.net] has joined #mythtv |
| 22:43 | <ivx> | it is a error with the 24 hour clock part |
| 22:43 | <ivx> | it says 13:45 |
| 22:44 | <ivx> | there should be no: |
| 22:44 | <ivx> | so just 1345 |
| 22:44 | |-| | ivx [n=ivx@host-182-130-111-24.midco.net] has quit ["Leaving"] |
| 22:47 | |-| | ShorTie [n=Idiot@pool-72-66-157-93.slsbmd.east.verizon.net] has quit [Read error: 131 (Connection reset by peer)] |
| 22:52 | |-| | Nem^ [n=Nem@dslb-084-056-234-052.pools.arcor-ip.net] has quit [Read error: 110 (Connection timed out)] |
| 22:52 | |-| | Nem^1 changed nick to Nem^ |
| 22:58 | |-| | ShorTie [n=Idiot@pool-72-66-157-93.slsbmd.east.verizon.net] has joined #mythtv |
| 23:04 | |-| | skamithi [n=skarundi@cpe-071-077-068-145.nc.res.rr.com] has quit [Remote closed the connection] |
| 23:59 | |-| | russellb_ [n=russell@asterisk/developer-and-stable-maintainer/drumkilla] has quit [] |
| --- | Log | closed Sun Jan 21 00:00:56 2007 |