--- | Log | opened Tue May 06 00:00:03 2008 |
00:00 | <kormoc> | it would likely solve most of the people's issues |
00:00 | <HRearden> | Then share it out via QUERY_TIMEZONE, which maybe just shares the offset, then let mythweb calculate from UTC plus that offset to do reads, not a local offset. |
00:00 | <kormoc> | yeah, that would get the 90% easily I'd venture to guess |
00:01 | <sphery> | but MythWeb needs to know when DST starts, which it can only tell with the actual timezone, right? |
00:01 | <kormoc> | hrm |
00:01 | <HRearden> | Why does Mythweb need to know? |
00:02 | <sphery> | Oh, and kormoc, I don't yet know how to get the full timezone names, which is why I just gave the abbreviation (that strftime() gives me). |
00:02 | <HRearden> | Display might be screwed up if people truly have gotten it misconfigured, but at least it would work and return DB values. |
00:03 | <kormoc> | sphery, fair 'nuff |
00:03 | <HRearden> | and/or you could even try to detect blatant misconfiguration by doing your own delta offset check between UTC and localtime on the mythweb host and comparing with the backend delta. |
00:03 | <kormoc> | HRearden, ooh, wait, query_timezone wouldn't work |
00:03 | <kormoc> | think of the offset of -8 and then DST is -9 |
00:04 | <kormoc> | anything you record at -8 becomes shifted when you do a query_timezone and get -9 back |
00:04 | <kormoc> | cause the offset just swapped |
00:04 | <HRearden> | Hmm. |
00:04 | <sphery> | my brain hurts |
00:04 | <kormoc> | timezones suck |
00:05 | <HRearden> | Store files as UTC instead..... |
00:05 | <sphery> | I'd rather just eat breakfast at 1:00pm. It would be much easier. |
00:07 | <kormoc> | daylight savings even screws that up |
00:07 | <sphery> | HRearden: I think I remember Chutt saying he wanted to store listings info in local time (as it makes checking the DB, interpreting the DB easier). I'm sure filenames could be changed, but if the DB records use local time, we need local time to build the where clause. |
00:08 | <HRearden> | As you said, that's a fairly sizable change... |
00:08 | <HRearden> | Still seems like there should be a way to insulate MythWeb from the whole mess. |
00:10 | <kormoc> | yeah... hrm... |
00:11 | <sphery> | Even if the protocol spoke UTC, we'd still need timezone (for offset and DST) info to calculate starttime/recstartts/progstart, etc., if they're stored in the DB using local time, right? |
00:12 | <kormoc> | yeah |
00:13 | <HRearden> | yeah -- again, massive change. Either you store everything in UTC and do all calcs on fly or do what we have now... |
00:14 | <HRearden> | A bit of deja vu from the initial TMS grabber and timezone problems there, since their XML is in UTC... |
00:14 | <sphery> | Well, for now, I'll plan to implement the offset-only-using-QDateTime-as-a-backup approach. I'll also look into whether I can get zoneinfo DB names (America/New York versus EST--since only the former tells us what we need to know about DST) |
00:15 | <HRearden> | kormoc, I've been scanning the archives but can't get a good feel for exactly what happened with this DST / php.ini thing. Can you give a two line recap? |
00:15 | <sphery> | I think, also, that PHP uses zoneinfo DB names (or at least something close to them) |
00:15 | <sphery> | HRearden: gbee might be able to explain it better--it actually happened to him. :) |
00:17 | -!- | stoth [n=stoth@ool-18bfe594.dyn.optonline.net] has quit ["This computer has gone to sleep"] |
00:17 | <kormoc> | HRearden, php.ini can actually set a different default timezone then the system timezone, if they don't match, you get really weird behavior |
00:22 | <HRearden> | I guess it goes back to detection vs. repair. If the goal is detection, delta offsets might still work. I'm guessing in this case, if you did a delta comparison between UTC and localtime in PHP, it would rely upon the timezone setting in php.ini. If you then compare it to the timezone delta from QUERY_TIMEZONE, you at least have enough info to say "GO CONFIGURE YOUR SYSTEM CORRECTLY AND DON'T FILE A TICKET" but not enough informa |
00:26 | -!- | alice__ [n=alice@c-98-202-152-23.hsd1.ut.comcast.net] has quit [Remote closed the connection] |
00:38 | -!- | gnome42 [n=gnome42@76-10-172-45.dsl.teksavvy.com] has quit [Remote closed the connection] |
00:44 | <clever> | kormoc: ive also manualy set the TZ env from a php function |
00:44 | <clever> | to affect php and all programs it spawns |
00:44 | <clever> | without having to change the server wide php.ini |
00:44 | <sphery> | The problem is determining what TZ to set |
00:45 | <clever> | i use the same TZ= that i wrap arround my mythtv programs |
00:46 | <clever> | wait no |
00:46 | <clever> | was using it for a diff zone |
00:46 | <clever> | but i got the value the same way |
00:46 | <clever> | tzselect |
00:56 | -!- | HRearden [n=HRearden@c-75-66-165-142.hsd1.tn.comcast.net] has quit [Read error: 113 (No route to host)] |
00:58 | -!- | tuxd00d_ [n=tuxd00d@70.6.60.67] has joined #mythtv |
01:06 | -!- | tuxd00d [n=tuxd00d@128.187.132.25] has quit [Read error: 110 (Connection timed out)] |
01:28 | -!- | hiphophippo [n=hiphophi@c-24-17-159-215.hsd1.mn.comcast.net] has joined #mythtv |
01:29 | -!- | janneg_ [n=janne@78.52.194.179] has joined #mythtv |
01:44 | -!- | hiphophippotamus [n=hiphophi@c-24-17-159-215.hsd1.mn.comcast.net] has quit [Read error: 110 (Connection timed out)] |
01:44 | -!- | janneg [n=janne@78.52.195.191] has quit [Read error: 110 (Connection timed out)] |
01:54 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has quit [Remote closed the connection] |
01:55 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has joined #mythtv |
01:59 | -!- | hiphophippo [n=hiphophi@c-24-17-159-215.hsd1.mn.comcast.net] has quit [Read error: 104 (Connection reset by peer)] |
02:01 | -!- | hiphophippotamus [n=hiphophi@c-24-17-159-215.hsd1.wa.comcast.net] has joined #mythtv |
02:12 | -!- | Winkie [n=urmom@ur.fa.gs] has joined #mythtv |
02:21 | -!- | kormoc_ [n=kormoc@unaffiliated/kormoc] has joined #mythtv |
02:37 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has quit [Read error: 110 (Connection timed out)] |
02:37 | -!- | kormoc__ [n=kormoc@unaffiliated/kormoc] has joined #mythtv |
02:47 | -!- | kormoc_ [n=kormoc@unaffiliated/kormoc] has quit [Read error: 113 (No route to host)] |
02:51 | -!- | kormoc__ [n=kormoc@unaffiliated/kormoc] has left #mythtv [] |
03:06 | -!- | dekarl [n=deKarl@dslb-084-058-019-057.pools.arcor-ip.net] has joined #mythtv |
03:08 | -!- | remoevd [i=nibblet@68.118.131.214] has joined #mythtv |
03:10 | -!- | dekar1 [n=deKarl@dslb-084-058-051-196.pools.arcor-ip.net] has quit [Read error: 60 (Operation timed out)] |
03:20 | -!- | xris [n=xris@xris.forevermore.net] has quit [] |
03:26 | -!- | kash [i=nibblet@68.118.131.214] has quit [Read error: 110 (Connection timed out)] |
04:02 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has joined #mythtv |
04:09 | -!- | hiphophippo [n=hiphophi@216.57.209.252] has joined #mythtv |
04:23 | -!- | otwin [n=otwin@217.31.79.224] has quit [Read error: 104 (Connection reset by peer)] |
04:23 | -!- | clever_ [n=clever@fctnnbsc16w-156034220097.nb.aliant.net] has joined #mythtv |
04:24 | -!- | otwin [n=otwin@217.31.79.224] has joined #mythtv |
04:27 | -!- | hiphophippotamus [n=hiphophi@c-24-17-159-215.hsd1.wa.comcast.net] has quit [Read error: 110 (Connection timed out)] |
04:29 | -!- | reiser [n=hiphophi@c-24-17-159-215.hsd1.wa.comcast.net] has joined #mythtv |
04:33 | -!- | Loto [n=Loto@xbmc/user/Loto] has quit [Remote closed the connection] |
04:34 | -!- | Loto [n=Loto@xbmc/user/Loto] has joined #mythtv |
04:35 | -!- | janneg [n=janne@78.52.194.179] has joined #mythtv |
04:38 | -!- | clever [n=clever@fctnnbsc16w-156034235249.nb.aliant.net] has quit [Read error: 110 (Connection timed out)] |
04:46 | -!- | janneg_ [n=janne@78.52.194.179] has quit [Read error: 113 (No route to host)] |
04:47 | -!- | hiphophippo [n=hiphophi@216.57.209.252] has quit [Read error: 110 (Connection timed out)] |
05:12 | -!- | CrazyFoam [i=gturner@gateway/tor/x-adc0d2bad4bf2b26] has quit [Remote closed the connection] |
05:32 | <hads> | Looks like QT4.4 has been released. |
05:49 | -!- | adc [n=akf@p5485612D.dip.t-dialin.net] has joined #mythtv |
05:53 | -!- | joobie_ [n=joobie@58.108.192.59] has quit [Read error: 113 (No route to host)] |
05:58 | <teprrr> | not yet |
05:59 | <teprrr> | or yes, looks like it is |
05:59 | <teprrr> | at least today is the release day |
06:00 | <teprrr> | http://lists.kde.org/?l=kde-devel&m=120979805724995&w=2 |
06:05 | <hads> | Well it's 2205 on the 6th here :) |
06:06 | <teprrr> | ye, 1pm in here, but I can't locate the release notes/news at least yet |
06:24 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
06:26 | -!- | MavT [n=Maverick@111.86.233.220.exetel.com.au] has joined #mythtv |
06:27 | <janneg> | teprrr: http://trolltech.com/company/newsroom/announcements/press.2008-05-02.5256347247 |
06:34 | <teprrr> | janneg, ahh. well-hidden one then... though that's just an article/preview before the release as it wasn't "qt 4.4 released" or anything |
06:34 | <teprrr> | mm, now waiting that qt-copy of kde will get updated and someone ports pyqt and pykde to 4.4 too :) |
06:36 | -!- | tuxd00d_ [n=tuxd00d@70.6.60.67] has quit [Read error: 110 (Connection timed out)] |
06:37 | <janneg> | teprrr: not sure, the date in the article suggests something else (the date in the url is different though) |
06:38 | <teprrr> | indeed |
06:40 | <janneg> | but the tarballs have also 2008-05-02 as date, so the release was probably propared then |
06:41 | <teprrr> | yup, it could be the release package already.. not sure though, if there's been some troubles in the last meters |
06:45 | -!- | MaverickTech [n=Maverick@111.86.233.220.exetel.com.au] has quit [Read error: 113 (No route to host)] |
07:20 | -!- | TelnetManta [n=benwilli@71-12-3-081.dhcp.gnvl.sc.charter.com] has quit ["Ex-Chat"] |
07:26 | -!- | melunko [n=hmelo@200.184.118.132] has joined #mythtv |
07:28 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has quit [Remote closed the connection] |
07:42 | -!- | HRearden [n=HRearden@c-75-66-165-142.hsd1.tn.comcast.net] has joined #mythtv |
07:43 | -!- | HRearden [n=HRearden@c-75-66-165-142.hsd1.tn.comcast.net] has quit [Client Quit] |
07:45 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has joined #mythtv |
07:46 | <gbee> | would someone tell me if this video plays smoothly on their machine, or is it just me? http://download.cnettv.com.edgesuite.net/21923/ipod/32471347.m4v |
07:47 | <gbee> | plays fine in ffplay, but not in mythtv - get maybe a second in before we get buffer underruns, prebuffer timeouts and finally it gives up |
07:50 | <GreyFoxx> | Plays for me |
07:50 | <GreyFoxx> | a few complaints of video behind ahead of audio, then behind audio, then ahead again |
07:51 | <GreyFoxx> | but it does play for me without any prebuffer stuff or failures |
07:51 | <gbee> | hmm |
07:51 | <GreyFoxx> | the odd thi8ng is I don't HEAR any audio at all |
07:52 | <GreyFoxx> | and this time, playing for a second time not even complaining about video being out of sync with the audio |
07:52 | <gbee> | GreyFoxx: I get no audio with ffplay but I do with mythtv |
07:52 | <GreyFoxx> | weird, maybe my audio on this machine is wacked anyway |
07:52 | <gbee> | but ffplay plays it smoothly |
07:53 | <GreyFoxx> | ok, my audio is unplugged :) |
07:53 | <gbee> | this isn't the fastest machine in the world, but it's not had problems with low res h.264 before now |
07:53 | <GreyFoxx> | but otherwise the video played just fine |
07:53 | <gbee> | heh |
07:54 | <GreyFoxx> | I let it play all the way to the end and at the last second got some prebuffer pauses literally in the last second |
07:54 | <gbee> | I might still lodge a ticket, if ffplay can handle it on this system then mythtv should be able to |
07:54 | <GreyFoxx> | and I see this : TV Error: nvp->IsPlaying() timed out right at the end of the video |
07:54 | <GreyFoxx> | yeah |
07:54 | <GreyFoxx> | but I got almost 2 minutes of playback before that happened |
07:54 | <gbee> | not that I really want to watch CNet videos, I just stumbled across the problem when debugging stuff in mythnews |
07:55 | <gbee> | No DTS Seeking Hack! << That's new |
07:55 | <gbee> | probably unrelated but it's the first time I've seen it |
07:56 | <janneg> | gbee: it plays fine for me |
07:56 | <GreyFoxx> | I put that in to let us know when the DTS coming back from avcodec* was 0 and I was forcing something to make seeking work |
07:57 | <gbee> | GreyFoxx: ahh |
07:57 | <GreyFoxx> | hopefully something that can be removed at somepoint |
07:58 | <gbee> | http://pastebin.ca/1009247 |
08:00 | <gbee> | with -v playback - http://pastebin.ca/1009251 |
08:08 | <GreyFoxx> | hmmm |
08:10 | <GreyFoxx> | It's odd that the DTS hack message would be there unless you were doing a seek. Did you FFw or rew it? |
08:11 | <GreyFoxx> | Not still using that old patch forcing a seek to frame 0 from a while back ? |
08:14 | -!- | Dibblah [n=Dibblah@80-192-14-169.cable.ubr02.dund.blueyonder.co.uk] has joined #mythtv |
08:18 | <gbee> | no seeking, only patches are in libmythui/libmyth - nothing in libmythtv |
08:37 | -!- | stoth [n=stoth@ool-18bfe594.dyn.optonline.net] has joined #mythtv |
08:41 | -!- | TelnetManta [n=benwilli@72.159.132.4] has joined #mythtv |
08:56 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has quit [Remote closed the connection] |
09:08 | -!- | Hannibal- [i=Hannibal@is.a.certified.eqhacker.com] has joined #mythtv |
09:13 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has joined #mythtv |
09:13 | -!- | joobie_ [n=joobie@joobie.org] has joined #mythtv |
09:13 | -!- | joobie [n=joobie@joobie.org] has quit [Read error: 104 (Connection reset by peer)] |
09:24 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has quit [Remote closed the connection] |
09:29 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has joined #mythtv |
09:41 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has joined #mythtv |
09:55 | -!- | danielk_zzzz is now known as danielk22 |
09:55 | -!- | jmk_ [n=jmk@64.73.34.172] has joined #mythtv |
10:06 | -!- | leprechau [i=charlie@75.146.15.193] has quit [Connection reset by peer] |
10:08 | -!- | joobie_ [n=joobie@joobie.org] has quit ["This computer has gone to sleep"] |
10:11 | -!- | adante_ [n=adante@124-171-154-98.dyn.iinet.net.au] has joined #mythtv |
10:12 | -!- | leprechau [i=charlie@75.146.15.193] has joined #mythtv |
10:12 | -!- | Chutt [n=ijr@dsl093-011-148.cle1.dsl.speakeasy.net] has quit ["Leaving"] |
10:20 | -!- | lsobral [n=sobral@200.184.118.132] has quit [Read error: 104 (Connection reset by peer)] |
10:20 | -!- | lsobral [n=sobral@200.184.118.132] has joined #mythtv |
10:21 | -!- | adc [n=akf@p5485612D.dip.t-dialin.net] has left #mythtv [] |
10:27 | -!- | adante [n=adante@203-214-47-93.dyn.iinet.net.au] has quit [Read error: 101 (Network is unreachable)] |
10:27 | -!- | adante_ is now known as adante |
10:29 | -!- | skamithi [n=skamithi@cpe-024-163-046-178.nc.res.rr.com] has joined #mythtv |
10:37 | -!- | tuxd00d [n=tuxd00d@128.187.132.25] has joined #mythtv |
10:39 | -!- | otwin_ [n=otwin@217.31.79.224] has joined #mythtv |
10:43 | -!- | gnome42 [n=gnome42@76-10-172-45.dsl.teksavvy.com] has joined #mythtv |
10:43 | -!- | tuxd00d [n=tuxd00d@128.187.132.25] has quit ["Leaving"] |
10:44 | -!- | adc [n=akf@p5485612D.dip.t-dialin.net] has joined #mythtv |
10:45 | -!- | MrGandalf [i=mgandalf@cpe-72-225-41-14.rochester.res.rr.com] has joined #mythtv |
10:48 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has quit ["Leaving."] |
10:49 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has joined #mythtv |
10:52 | -!- | kbidd [n=keith@c-71-62-148-32.hsd1.va.comcast.net] has joined #mythtv |
10:53 | * | MrGandalf is compiling qt with -debug |
10:53 | <MrGandalf> | found another instance of QSqlQuery() bombing out |
10:54 | <MrGandalf> | I hope 4.4 is better. |
10:54 | -!- | otwin [n=otwin@217.31.79.224] has quit [Read error: 110 (Connection timed out)] |
11:04 | -!- | beandog [n=steve@gentoo/developer/beandog] has joined #mythtv |
11:04 | -!- | reynaldo_ [n=rverdejo@152.74.22.5] has joined #mythtv |
11:04 | -!- | adante [n=adante@124-171-154-98.dyn.iinet.net.au] has quit [Remote closed the connection] |
11:05 | -!- | adante [n=adante@124-171-154-98.dyn.iinet.net.au] has joined #mythtv |
11:26 | -!- | CrazyFoam [i=gturner@gateway/tor/x-998d1fcc5c58010b] has joined #mythtv |
11:39 | -!- | kbidd [n=keith@c-71-62-148-32.hsd1.va.comcast.net] has quit [Remote closed the connection] |
11:40 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has joined #mythtv |
11:44 | -!- | clever_ [n=clever@fctnnbsc16w-156034220097.nb.aliant.net] has quit [Read error: 110 (Connection timed out)] |
12:04 | -!- | rwalker [n=chatzill@74.203.165.46] has joined #mythtv |
12:09 | -!- | reynaldo_ [n=rverdejo@152.74.22.5] has quit ["leaving"] |
12:09 | -!- | reynaldo_ [n=rverdejo@152.74.22.5] has joined #mythtv |
12:15 | -!- | xris [n=xris@63.236.57.135] has joined #mythtv |
12:40 | -!- | fuzzyduck [n=fuzzyduc@86.26.64.10] has joined #mythtv |
12:40 | -!- | fuzzyduck [n=fuzzyduc@86.26.64.10] has left #mythtv ["Leaving"] |
12:52 | -!- | brandon__ [n=brandon@65.48.77.206] has quit ["Leaving"] |
13:01 | <adc> | can i see some logs about execution of jobs done in the background? |
13:04 | <janneg> | adc: read the topic and if you had waited longer than 2 minutes I would have answered your question in #mythtv-de |
13:05 | -!- | clever_ [n=clever@fctnnbsc16w-156034212039.nb.aliant.net] has joined #mythtv |
13:05 | -!- | clever_ is now known as clever |
13:06 | <adc> | ohh this is not the user channel |
13:06 | <adc> | sorry |
13:19 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has quit [Client Quit] |
13:21 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has joined #mythtv |
13:31 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
13:32 | -!- | mattwire [n=mattwire@host81-157-29-251.range81-157.btcentralplus.com] has joined #mythtv |
13:32 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
13:36 | -!- | Winkie [n=urmom@ur.fa.gs] has quit [Read error: 110 (Connection timed out)] |
14:01 | -!- | otwin_ is now known as otwin |
14:03 | -!- | gbee2 [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has joined #mythtv |
14:05 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has quit [Read error: 110 (Connection timed out)] |
14:05 | <laga> | xris: do you care about XSS in mythweb? https://bugs.launchpad.net/ubuntu/+source/mythplugins/+bug/220088 |
14:06 | <xris> | laga: theoretically, yes |
14:06 | -!- | kormoc_ [n=kormoc@unaffiliated/kormoc] has joined #mythtv |
14:07 | <xris> | though I don't get the "insert" bit |
14:07 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has quit [Client Quit] |
14:07 | <xris> | sounds like the user is complaining that you can insert code into the code to print out the cookie |
14:07 | <laga> | just insert it into the search box |
14:09 | <xris> | oh |
14:09 | <xris> | that's a bug, then. |
14:09 | <xris> | that code should be getting escaped on output |
14:09 | <laga> | ok, i'll forward it to trac then. |
14:12 | <xris> | yeah. should be an easy fix |
14:12 | -!- | Marcelo [n=MarceloB@201009065007.user.veloxzone.com.br] has joined #mythtv |
14:14 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has quit [Nick collision from services.] |
14:14 | -!- | kormoc_ is now known as kormoc |
14:23 | <gbee2> | escaped on input as well, surely? |
14:23 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
14:24 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
14:24 | -!- | gbee2 is now known as gbee |
14:26 | -!- | melunko [n=hmelo@200.184.118.132] has quit ["Ex-Chat"] |
14:28 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has quit ["Gone"] |
14:28 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has joined #mythtv |
14:32 | -!- | melunko [n=hmelo@200.184.118.132] has joined #mythtv |
14:33 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
14:43 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
14:47 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
14:55 | -!- | stoth [n=stoth@ool-18bfe594.dyn.optonline.net] has quit [Remote closed the connection] |
14:55 | -!- | stoth [n=stoth@ool-18bfe594.dyn.optonline.net] has joined #mythtv |
14:57 | -!- | stoth [n=stoth@ool-18bfe594.dyn.optonline.net] has quit [Remote closed the connection] |
14:58 | -!- | stoth [n=stoth@ool-18bfe594.dyn.optonline.net] has joined #mythtv |
14:58 | -!- | TelnetManta [n=benwilli@72.159.132.4] has quit ["Ex-Chat"] |
15:15 | -!- | aliby2 [n=aliby@CPE-65-31-132-184.wi.res.rr.com] has joined #mythtv |
15:15 | -!- | aliby2 [n=aliby@CPE-65-31-132-184.wi.res.rr.com] has left #mythtv ["Leaving"] |
15:22 | * | stuarta wakes up from the weekend |
15:27 | -!- | Winkie [n=urmom@ur.fa.gs] has joined #mythtv |
15:44 | * | stuarta goes back to sleep |
15:51 | -!- | MavT [n=Maverick@111.86.233.220.exetel.com.au] has quit [Read error: 113 (No route to host)] |
15:59 | -!- | jgarvey [n=jgarvey@cpe-024-163-032-204.nc.res.rr.com] has joined #mythtv |
16:04 | <gbee> | gnome42: those livetv fixes you wrote a while back, are there any which haven't been applied which might help with #5261 ? |
16:06 | <gnome42> | gbee: I'm not sure what the root problem is on #5261. So short answer is no. |
16:07 | <gbee> | well I was thinking that it might be worth some of those affected trying the patches, if they don't work then nothing changes, but if they do then we've saved some time debugging problems for which we already have fixes |
16:08 | <gnome42> | I may have it fixed in my tree here but I need to get some info outta those guys to confirm where the problem is. |
16:08 | <gbee> | sometimes it's easier just to provide the fixes and get feedback on those than squeezing usable info from the reporter |
16:08 | <gnome42> | Yeah, I thought of lobbing a few ideas/fixes out there but I decided to try and get a log first :) |
16:09 | <gbee> | was there a ticket for those patches? I didn't keep track |
16:09 | <gnome42> | you might be right, but I don't want to make it worse or more confusing. It's probably a few different buglets around. |
16:09 | <gbee> | yeah |
16:09 | <gnome42> | there was the other ticket which you opened way back |
16:10 | <gbee> | heh, ok, didn't remember my own ticket :p |
16:11 | <gnome42> | http://svn.mythtv.org/trac/ticket/3618 |
16:12 | <gnome42> | those might be useful for the 'JumpTo 1 issue' |
16:21 | -!- | MrGandalf [i=mgandalf@cpe-72-225-41-14.rochester.res.rr.com] has quit [Remote closed the connection] |
16:21 | -!- | janneg_ [n=janne@78.52.194.179] has joined #mythtv |
16:24 | <gbee> | I'll try and bring them to the attention of danielk22 or janneg_, my memory of the livetv code is a little too distant, but if they've still not been reviewed in a month I'll make the time |
16:26 | <gnome42> | gbee: OK. I've been running those patches (on #3618) and they seem to help. |
16:27 | <gnome42> | gbee: Last that I recall daniel had taken a quick look at the patches and then asked Chutt to look for the same reason :) |
16:29 | <gnome42> | I'm cool though. They're there if needed. :) |
16:29 | -!- | jmk_ [n=jmk@64.73.34.172] has quit ["Leaving"] |
16:29 | <gnome42> | gotta run ... |
16:34 | -!- | janneg [n=janne@78.52.194.179] has quit [Read error: 113 (No route to host)] |
16:36 | -!- | janneg_ is now known as janneg |
16:37 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has quit ["Leaving"] |
16:37 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
16:44 | -!- | rwalker [n=chatzill@74.203.165.46] has quit ["ChatZilla 0.9.82 [Firefox 2.0.0.14/2008040413]"] |
16:45 | -!- | beandog [n=steve@gentoo/developer/beandog] has quit ["Leaving"] |
16:47 | <xris> | hmm, mythtv apparently displays the SD expiration info in DD/MM/YY format instead of US-preferred MM/DD/YY -- confused at least one user. |
16:49 | -!- | janneg [n=janne@78.52.194.179] has quit [""tschuess""] |
16:49 | -!- | janneg [n=janne@tichy.grunau.be] has joined #mythtv |
16:51 | <Anduin> | xris: 6/21/08 here |
16:51 | <xris> | Anduin: hmm.. I wonder if that user is set up using GB english, maybe... |
16:51 | <Anduin> | Yeah, if it doesn't obey the locale that would be a bug |
16:51 | <janneg> | xris: it's probably using mythtv's date format |
16:52 | -!- | joobie_ [n=joobie@joobie.org] has joined #mythtv |
16:55 | <Anduin> | it is using Qt::LocalDate (datadirect.cpp:434) |
17:06 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has quit ["Leaving"] |
17:06 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
17:09 | -!- | reynaldo_ [n=rverdejo@152.74.22.5] has quit [Read error: 110 (Connection timed out)] |
17:15 | -!- | moodboom [n=moodboom@cpe-075-177-134-090.nc.res.rr.com] has joined #mythtv |
17:16 | -!- | Marcelo [n=MarceloB@201009065007.user.veloxzone.com.br] has left #mythtv ["Kopete 0.12.7 : http://kopete.kde.org"] |
17:19 | <gbee> | we should be used the mythtv date format for all dates - I want to tidy up that stuff and tie in the defaults together depending locale, but it's a low priority job |
17:23 | <Anduin> | Yeah, locale is important elsewhere, I'll close with invalud (and a hint about locale) |
17:29 | -!- | joobie_ [n=joobie@joobie.org] has quit ["This computer has gone to sleep"] |
17:32 | -!- | turbo is now known as briand |
17:35 | <Anduin> | Using the myth date format there doesn't seem to make sense, the short version has no year, a problem many of the longer versions share. |
17:37 | <adc> | mythweb sends html pages rendered for mobiles, even though i use the desktop browser firefox. whats going wrong here? |
17:37 | <adc> | i called these mythweb pages with my mobile phone and since then it even sends to a different computer mobile pages |
17:37 | <xris> | adc: you probably have a mobile cookie.. (best ask in the support channel and not the dev channel, though) |
17:37 | <adc> | ohh i' |
17:37 | <adc> | i'm wrong again |
17:38 | -!- | adc [n=akf@p5485612D.dip.t-dialin.net] has left #mythtv [] |
17:41 | -!- | czth__ [n=dbrobins@nat/microsoft/x-309f078f30045852] has joined #mythtv |
17:47 | -!- | jgarvey [n=jgarvey@cpe-024-163-032-204.nc.res.rr.com] has quit ["Leaving"] |
17:48 | -!- | janneg [n=janne@tichy.grunau.be] has quit [Remote closed the connection] |
17:55 | -!- | stoth [n=stoth@ool-18bfe594.dyn.optonline.net] has quit [Remote closed the connection] |
17:57 | -!- | jarle [n=jarle@70.84-234-133.customer.lyse.net] has quit [Read error: 110 (Connection timed out)] |
17:57 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has quit ["Leaving"] |
17:57 | -!- | jarle [n=jarle@70.84-234-133.customer.lyse.net] has joined #mythtv |
17:58 | -!- | czth_ [n=dbrobins@nat/microsoft/x-5b5d3a328a90eca4] has quit [Read error: 110 (Connection timed out)] |
18:01 | -!- | mattwire [n=mattwire@host81-157-29-251.range81-157.btcentralplus.com] has quit ["Leaving"] |
18:05 | -!- | janneg [n=janne@tichy.grunau.be] has joined #mythtv |
18:14 | -!- | Andreaz [n=Andreax@p57B97F95.dip.t-dialin.net] has joined #mythtv |
18:16 | -!- | |chiz| [n=steve@hlfxns0148w-142068234104.pppoe-dynamic.ns.aliant.net] has joined #mythtv |
18:35 | -!- | clever [n=clever@fctnnbsc16w-156034212039.nb.aliant.net] has quit [Read error: 104 (Connection reset by peer)] |
18:35 | -!- | clever [n=clever@fctnnbsc16w-156034212039.nb.aliant.net] has joined #mythtv |
18:39 | -!- | reynaldo_ [n=rverdejo@229-190-223-201.adsl.terra.cl] has joined #mythtv |
18:40 | -!- | joobie [n=joobie@58.108.192.59] has joined #mythtv |
18:52 | -!- | reynaldo [n=rverdejo@37-161-223-201.adsl.terra.cl] has quit [Read error: 110 (Connection timed out)] |
18:52 | -!- | MaverickTech [n=Maverick@60.229.251.197] has joined #mythtv |
19:12 | <Anduin> | Isaac is the only mailman admin still right? |
19:13 | <danielk22> | AFAIK |
19:13 | <danielk22> | something broken? |
19:14 | <Anduin> | Oh, my hosting people switched to postini, which I'm going to default to blaming, but without an actual bounce notice it is just a good guess (mad better by it never hitting my mail server) |
19:25 | -!- | jgarvey [n=jgarvey@cpe-024-163-032-204.nc.res.rr.com] has joined #mythtv |
19:26 | -!- | jgarvey [n=jgarvey@cpe-024-163-032-204.nc.res.rr.com] has quit [Client Quit] |
19:29 | -!- | skamithi [n=skamithi@cpe-024-163-046-178.nc.res.rr.com] has quit ["WeeChat 0.2.6"] |
19:40 | -!- | mack0822 [n=william@c-68-53-234-99.hsd1.tn.comcast.net] has joined #mythtv |
19:41 | -!- | mack0822 [n=william@c-68-53-234-99.hsd1.tn.comcast.net] has quit [Client Quit] |
19:44 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has quit [Read error: 110 (Connection timed out)] |
19:46 | -!- | beandog [n=steve@gentoo/developer/beandog] has joined #mythtv |
19:46 | -!- | kormoc_ [n=kormoc@unaffiliated/kormoc] has joined #mythtv |
20:01 | -!- | kormoc [n=kormoc@unaffiliated/kormoc] has quit [Read error: 113 (No route to host)] |
20:06 | -!- | feiner_ [n=ryan@12-214-64-245.client.mchsi.com] has quit [Read error: 110 (Connection timed out)] |
20:17 | -!- | Andreaz [n=Andreax@p57B97F95.dip.t-dialin.net] has quit [Read error: 104 (Connection reset by peer)] |
20:27 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has quit ["Leaving."] |
20:27 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has joined #mythtv |
20:48 | -!- | beandog [n=steve@gentoo/developer/beandog] has quit ["Leaving"] |
20:49 | -!- | xris [n=xris@63.236.57.135] has quit [] |
20:55 | -!- | kormoc_ is now known as kormoc |
21:00 | -!- | danielk22 is now known as daniek_dinner |
21:00 | -!- | daniek_dinner is now known as danielk_dinner |
21:17 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
21:23 | -!- | MaverickTech [n=Maverick@60.229.251.197] has quit [Read error: 110 (Connection timed out)] |
21:25 | -!- | xris [n=xris@xris.forevermore.net] has joined #mythtv |
21:31 | -!- | Dave123 [i=nobody@cpe-72-230-182-200.rochester.res.rr.com] has quit ["Leaving"] |
21:39 | -!- | TelnetManta [n=benwilli@71-12-3-081.dhcp.gnvl.sc.charter.com] has joined #mythtv |
21:40 | -!- | MaverickTech [n=Maverick@60.229.251.197] has joined #mythtv |
21:45 | -!- | Dave123 [i=nobody@cpe-72-230-182-200.rochester.res.rr.com] has joined #mythtv |
22:04 | -!- | MaverickTech [n=Maverick@60.229.251.197] has quit [Read error: 110 (Connection timed out)] |
22:15 | -!- | danielk_dinner is now known as danielk22 |
22:25 | -!- | danielk22 is now known as danielk_Zzzzzzz |
22:28 | -!- | Loto [n=Loto@xbmc/user/Loto] has quit [] |
22:30 | -!- | Loto [n=Loto@xbmc/user/Loto] has joined #mythtv |
22:38 | -!- | jmk [n=jmk@h69-130-248-156.vrnawi.dsl.dynamic.tds.net] has quit ["Leaving"] |
22:39 | -!- | MaverickTech [n=Maverick@CPE-60-229-251-197.static.nsw.bigpond.net.au] has joined #mythtv |
22:42 | -!- | meatwad [i=nibblet@68.118.131.214] has joined #mythtv |
22:59 | -!- | remoevd [i=nibblet@68.118.131.214] has quit [Read error: 110 (Connection timed out)] |
23:05 | -!- | clever [n=clever@fctnnbsc16w-156034212039.nb.aliant.net] has quit [Read error: 110 (Connection timed out)] |
23:06 | -!- | clever [n=clever@fctnnbsc16w-156034210022.nb.aliant.net] has joined #mythtv |
23:20 | -!- | foxbuntu [n=foxxxxbu@12-216-150-250.client.mchsi.com] has joined #mythtv |
23:31 | -!- | jmk [n=jmk@h69-130-248-156.vrnawi.dsl.dynamic.tds.net] has joined #mythtv |
23:35 | -!- | |chiz| [n=steve@hlfxns0148w-142068234104.pppoe-dynamic.ns.aliant.net] has quit [Read error: 110 (Connection timed out)] |
23:45 | -!- | MavT [n=Maverick@60.229.251.197] has joined #mythtv |
23:46 | -!- | meatwad [i=nibblet@68.118.131.214] has quit [Read error: 110 (Connection timed out)] |
--- | Log | closed Wed May 07 00:00:18 2008 |