--- | Log | opened Thu May 15 00:00:33 2008 |
00:01 | -!- | foxbuntu [n=foxxxxbu@12-216-150-250.client.mchsi.com] has joined #mythtv |
00:36 | -!- | jhulst [n=jhulst@unaffiliated/jhulst] has joined #mythtv |
01:36 | -!- | adante [n=adante@203-206-247-111.dyn.iinet.net.au] has quit [Remote closed the connection] |
01:36 | -!- | adante [n=adante@203-206-247-111.dyn.iinet.net.au] has joined #mythtv |
01:47 | <leprechau> | brb....kernel update... |
01:50 | -!- | leprechau [i=charlie@75.146.15.193] has quit ["Leaving"] |
01:56 | -!- | leprechau [i=charlie@75.146.15.193] has joined #mythtv |
02:10 | -!- | arie [n=chatzill@r124-19-22-29.cpe.unwired.net.au] has joined #mythtv |
02:11 | -!- | arie [n=chatzill@r124-19-22-29.cpe.unwired.net.au] has left #mythtv [] |
02:12 | -!- | gnome42 [n=gnome42@76-10-172-45.dsl.teksavvy.com] has quit [Remote closed the connection] |
02:28 | -!- | EtherNet [n=ethernet@host150.200-82-36.telecom.net.ar] has joined #mythtv |
02:30 | -!- | nsaspook [n=root@pool-71-182-79-125.ptldor.fios.verizon.net] has quit [Remote closed the connection] |
02:32 | -!- | feiner [n=ryan@12-214-64-245.client.mchsi.com] has quit [Read error: 110 (Connection timed out)] |
02:43 | -!- | EtherNet_ [i=ethernet@host236.190-138-222.telecom.net.ar] has quit [Read error: 110 (Connection timed out)] |
02:44 | -!- | jhulst [n=jhulst@unaffiliated/jhulst] has quit ["Konversation terminated!"] |
02:45 | -!- | feiner [n=ryan@12-214-64-245.client.mchsi.com] has joined #mythtv |
02:54 | -!- | EtherNet [n=ethernet@host150.200-82-36.telecom.net.ar] has quit [Read error: 110 (Connection timed out)] |
03:07 | -!- | dekar1 [n=deKarl@dslb-084-058-032-166.pools.arcor-ip.net] has joined #mythtv |
03:11 | -!- | dekarl [n=deKarl@dslb-084-058-056-138.pools.arcor-ip.net] has quit [Read error: 104 (Connection reset by peer)] |
03:18 | -!- | joobie [n=joobie@58.108.192.59] has quit ["This computer has gone to sleep"] |
03:30 | -!- | stuarta [n=stuarta@unaffiliated/stuarta] has quit ["leaving"] |
03:32 | -!- | stuarta [n=stuarta@unaffiliated/stuarta] has joined #mythtv |
03:48 | -!- | mattwire [n=mattwire@host81-157-29-251.range81-157.btcentralplus.com] has joined #mythtv |
03:51 | -!- | xris [n=xris@xris.forevermore.net] has quit [] |
03:55 | -!- | jk1joel [i=nobody@ns.jk1.net] has quit [Remote closed the connection] |
04:00 | -!- | mattwire [n=mattwire@host81-157-29-251.range81-157.btcentralplus.com] has quit [Remote closed the connection] |
04:01 | <janneg> | gbee: at least [17332] is wrong. numRowsAffected is correct for non SELECT queries |
04:01 | <janneg> | http://doc.trolltech.com/4.3/qsqlquery.html#size |
04:01 | <janneg> | I haven't looked at the other commit yet |
04:21 | <janneg> | gbee: the mythplugin commits are correct |
04:22 | <gbee> | janneg: didn't mean to change any non-select queries |
04:24 | <gbee> | ahh, missed the new query - only saw the SELECT above it |
04:43 | -!- | Enmity [n=root@ppp121-45-153-238.lns11.adl6.internode.on.net] has joined #MythTV |
04:49 | -!- | Enmity [n=root@ppp121-45-153-238.lns11.adl6.internode.on.net] has left #MythTV ["Leaving"] |
05:04 | <janneg> | gbee: no problem, it's fixed. I was suspecious since I already converted all numRowsAffected for SELECTs in mythtv |
06:15 | <janneg> | do I understand #5364 correctly? does it suggest that we are already doing? |
06:28 | -!- | dagar [n=dagar@206-248-137-66.dsl.teksavvy.com] has quit [Read error: 110 (Connection timed out)] |
06:28 | <gbee> | that's the way I read it, we're already doing that |
06:29 | <gbee> | I think it's likely this guy converted his database to UTF8 already and that's the cause behind any problems he saw with the conversion |
06:37 | -!- | Anduin [n=awithers@adsl-69-110-17-8.dsl.pltn13.pacbell.net] has quit [Read error: 104 (Connection reset by peer)] |
06:41 | -!- | dagar [n=dagar@206-248-137-66.dsl.teksavvy.com] has joined #mythtv |
06:43 | <jarle> | Trying to debug a segfault in mythtv-setup I get this output: http://pastebin.ca/1018893 I'm following the guide at http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2, is this info outdated? |
06:45 | -!- | MrGandalf [n=mgandalf@cpe-72-225-44-161.rochester.res.rr.com] has quit ["blah"] |
06:51 | <gbee> | jarle: move "-x gdbcommands" before "mythtv-setup" |
06:51 | <jarle> | gbee: so the howto should be updated then? |
06:51 | <gbee> | and if that doesn't work use "--args mythtv-setup" |
06:52 | <gbee> | jarle: generally what you've typed should work, I'm not sure why it's not but the howto could probably be made bullet proof |
06:52 | <jarle> | gbee: the move solution did not work... |
06:53 | <gbee> | ahh, remove the "-l myth.log" bit from gdbcommands |
06:54 | <jarle> | gbee: yeah, that's where I thought the problem was... |
06:54 | <gbee> | mythtv-setup doesn't accept -l |
06:54 | <gbee> | it probably should |
06:54 | <jarle> | gbee: so this arg is supposed to be used together with the backend ony, right? |
06:56 | <jarle> | gbee: I suppose mythtv-setup will not accept -v record,channel,siparser either? |
06:56 | <gbee> | jarle: some of the options parsed in gdbcommands are only really useful for the frontend or backend, but aside from the "-l myth.log" bit the instructions should work for any mythtv application |
06:56 | <gbee> | jarle: no it will accept -v just fine |
07:00 | <jarle> | gbee: seems to work now.... but now I can't get it to segfault :) |
07:02 | <jarle> | I get a lot of output from ATSCStreamData::HandleTables(): Unknown table 0x46, should this function be used for dvb-s scanning also? |
07:05 | <gbee> | no .... at least the code has changed a fair bit since I last worked on it but I doubt anyone would create name a class ATSCStreamData if it also operated on DVB-S data |
07:06 | <gbee> | janneg or danielk22 would know for sure |
07:07 | <stuarta> | there's a lot of commonality in that code |
07:07 | <jarle> | gbee: especially since I live in Europe and has never ever used ATSC on my system... |
07:07 | <stuarta> | hence sometimes it comes out of ATSC even when dvb is being used |
07:08 | <jarle> | stuarta: oki, guess a lot of code could be re-used when it comes to digital tv.. |
07:08 | <gbee> | stuarta: true ... though if that's the case they should share a base class where the common methods reside |
07:09 | <stuarta> | there is, i think that's just an oddity which could do with fixing |
07:11 | <gbee> | jarle: yeah, there is a lot of shared code, I'm just honestly suprised to see that we're using an ATSC class, or at least one named as such on DVB |
07:13 | <jarle> | gbee: too many US-based developers maybe? :) |
07:13 | <jarle> | is ATSC used outside of US, BTW? |
07:15 | <purserj> | only in a few countries |
07:17 | <stuarta> | japan maybe |
07:18 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
07:20 | <purserj> | http://en.wikipedia.org/wiki/ATSC#Americas |
07:23 | -!- | TelnetManta [n=benwilli@71-12-3-081.dhcp.gnvl.sc.charter.com] has quit ["Ex-Chat"] |
07:25 | -!- | joobie [n=joobie@joobie.org] has quit ["This computer has gone to sleep"] |
07:31 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
07:46 | <janneg> | we have MPEGStreamData and DVBStreamData too, each handling tables for it's standard |
07:48 | <stuarta> | mpegstreamdata is kinda the base due to the commonality's between mpeg, atsc, dvb |
07:49 | <janneg> | afaik all or at least some goes through all classes for scanning to detect channels of each standard which is assumed unknown |
07:49 | <stuarta> | sounds about right |
07:50 | -!- | joobie [n=joobie@joobie.org] has quit ["This computer has gone to sleep"] |
07:53 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
07:57 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has quit ["Leaving"] |
08:01 | <gbee> | janneg: makes sense I guess |
08:01 | -!- | joobie [n=joobie@joobie.org] has quit ["This computer has gone to sleep"] |
08:02 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
08:09 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
08:10 | -!- | joobie [n=joobie@joobie.org] has quit [Client Quit] |
08:23 | -!- | TelnetManta [n=benwilli@72.159.132.4] has joined #mythtv |
08:49 | <danielk22> | ATSC is used outside the Americas, but that's not why this is used for satellite scanning. It's used because when scanning we always run all data through all the stream data classes (unless there is a specific reason not to), this allows us to detect the standard being used for a particular channel. In Europe it's likely to be either MPEG or DVB, and in the US, MPEG, DVB, or ATSC. (And in Japan I bet you could see MPEG, DVB, ATSC, and ISDB). End user |
08:49 | <danielk22> | ...) |
08:50 | <stuarta> | the joy of standards |
08:51 | <danielk22> | heh, there is a ticket for the mythtv channel scanner because it doesn't allow more than one standard to be used per transport! |
08:51 | <stuarta> | now that's a nasty concept |
08:55 | <gbee> | :( |
08:56 | <gbee> | not the fast time I've asked but I forgot to write down the answer last time - where do I want to set the breakpoint for qassert? |
08:59 | <gbee> | found it, http://doc.trolltech.com/4.3/debug.html |
09:00 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has quit ["Leaving."] |
09:01 | <gbee> | or not |
09:04 | <gbee> | qFatal did it |
09:19 | -!- | melunko_ [n=hmelo@200.184.118.132] has joined #mythtv |
09:30 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has joined #mythtv |
09:42 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has quit [Read error: 110 (Connection timed out)] |
09:53 | -!- | foxbuntu [n=foxxxxbu@12-216-150-250.client.mchsi.com] has quit ["Leaving"] |
10:03 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has joined #mythtv |
10:13 | -!- | MrGandalf [i=mgandalf@cpe-72-225-41-14.rochester.res.rr.com] has joined #mythtv |
10:15 | -!- | bbeattie [n=bbeattie@208.53.57.89] has joined #mythtv |
10:16 | -!- | Loto [n=Loto@xbmc/user/Loto] has quit [] |
10:16 | <GreyFoxx> | cust: I use recording groups on mine. So my wifes stuff, my daughters and mine are all in seperate groups |
10:16 | <GreyFoxx> | oops |
10:17 | -!- | Loto [n=Loto@xbmc/user/Loto] has joined #mythtv |
10:27 | -!- | foxbuntu [n=foxxxxbu@ip61.qci.com] has joined #mythtv |
10:37 | -!- | renato [n=renato@200.184.118.132] has quit ["Ex-Chat"] |
10:37 | -!- | renato_ [n=renato@200.184.118.132] has joined #mythtv |
10:48 | -!- | stuarta_ [n=stuarta@83-216-151-51.jamese874.adsl.metronet.co.uk] has joined #mythtv |
10:53 | -!- | stuarta [n=stuarta@unaffiliated/stuarta] has quit [Read error: 110 (Connection timed out)] |
10:54 | -!- | stuarta_ is now known as stuarta |
10:58 | -!- | MrGandalf [i=mgandalf@cpe-72-225-41-14.rochester.res.rr.com] has left #mythtv [] |
10:59 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has joined #mythtv |
11:03 | -!- | MrGandalf [i=mgandalf@cpe-72-225-41-14.rochester.res.rr.com] has joined #mythtv |
11:04 | <danielk22> | mrg: this segfault http://pastebin.ca/1019071, it happened with 0.21 or trunk? backend during eit scanning i presume? |
11:04 | <MrGandalf> | it's just shy of 0.21 |
11:04 | <MrGandalf> | yes, active eit scan |
11:05 | <MrGandalf> | I get one of these a day on average (or used to before I added a cache) |
11:05 | <MrGandalf> | just wondering if it's a Qt bug or Myth stomping over itself. |
11:05 | <danielk22> | my guess with just that info is that mysql disconnected. |
11:06 | -!- | f|at|ine [n=pmelende@blanche.orange.com.do] has joined #mythtv |
11:06 | <MrGandalf> | I have the connection timeout to 1 year |
11:06 | <danielk22> | hmmm, then I have no idea. |
11:06 | <MrGandalf> | for a given tuner, active eit is single threaded, correct? |
11:07 | <danielk22> | it should be |
11:07 | <MrGandalf> | oh wait.. this happened when a second tuner started recording and likely passive eit kicked in as well |
11:07 | <danielk22> | But stuarta is more expert on that code right now than me. |
11:07 | <MrGandalf> | wondering if maybe a lock would help |
11:08 | <MrGandalf> | or a .tryLock() in a short loop |
11:08 | <MrGandalf> | well, thanks for looking :) |
11:08 | <danielk22> | The code was originally written to require very little locking by being careful about not sharing certain strings. But I think this was changed at some point to save memory or some such. |
11:09 | <danielk22> | that completely changed the locking theory for the classes, and i don't understand how it currently works. |
11:09 | <MrGandalf> | I see |
11:10 | <stuarta> | it does do locks around all the DB access |
11:10 | <MrGandalf> | maybe I'll ping on stuarta then or just remove my caching hack and put in a lock |
11:10 | <stuarta> | and anytime it manipulates the cache |
11:10 | <MrGandalf> | ah, there he is |
11:10 | * | stuarta waves |
11:10 | <MrGandalf> | stuarta: http://pastebin.ca/1019071 |
11:11 | <danielk22> | stuarta, but how does it make sure that all the QStrings are only used in one thread at a time? |
11:11 | <MrGandalf> | specifically EITHelper::get_chan_id_from_db() |
11:11 | * | stuarta browses some code |
11:12 | <danielk22> | It's those scary qstrA = qstrB that I worry about. |
11:13 | <danielk22> | I wanted to avoid QDeepCopy<> since we are processing so much data that the mallocs would really cause problems. |
11:13 | <stuarta> | there's a lot of local string stuff going on |
11:13 | <stuarta> | most of which fall out of context at the end of a fixup |
11:15 | <danielk22> | stuarta: yep those things should be safe since once fixup is done the qstring is passed of to a different thread, and the two threads never touch the same string. |
11:15 | <danielk22> | (at the same time) |
11:16 | <MrGandalf> | danielk22: for a given tuner.. |
11:16 | <MrGandalf> | but what about two or more tuners calling the same fixup at the same time? |
11:16 | <danielk22> | the fixups are re-entrant, no? |
11:17 | <danielk22> | if they use QRegExp classes, those are protected by a lock. |
11:18 | <stuarta> | much use is made of QRegExp's |
11:18 | <danielk22> | hmm, was eitfixup originally used on a per tuner basis, and it is now shared? |
11:19 | <stuarta> | no the cache is shared |
11:19 | <stuarta> | static actually |
11:19 | <stuarta> | it's still per tuner |
11:19 | <janneg> | no, each eithelper has it's own fixup |
11:19 | <danielk22> | ok, cuz I'm looking at it now, and eitfixup is so not threadsafe :) |
11:19 | <danielk22> | or re-entrant even :) |
11:19 | <MrGandalf> | but wouldn't get_chan_id_from_db() get called before any fixup using QRegExpt() is called? |
11:19 | <stuarta> | its not meant to be |
11:20 | <MrGandalf> | I see |
11:20 | <stuarta> | each eitfixup runs in it's own thread against it's own data from the card it is associated with |
11:20 | <janneg> | yes, get_chan_id_from_db is called before the fixups |
11:21 | <janneg> | fixup is called on the complete DBEvents |
11:21 | -!- | bbeattie [n=bbeattie@208.53.57.89] has left #mythtv [] |
11:21 | <danielk22> | eitcache doesn't even have qstrings.. probably nothing to worry about there.. |
11:22 | <stuarta> | it's nice and clean in that way :) |
11:22 | -!- | reynaldo_ [n=rverdejo@11-46-22-190.adsl.tie.cl] has joined #mythtv |
11:23 | <danielk22> | hmm, and get_chan_id_from_db really shouldn't be called very often at all since it's result is cached. |
11:23 | <MrGandalf> | danielk22: it's cached where? |
11:23 | <janneg> | srv_to_chanid[key] = chanid; |
11:23 | <danielk22> | EITHelper::GetChanID |
11:24 | <MrGandalf> | damn, didn't see that |
11:25 | <MrGandalf> | I added a cache directly to get_chan_id_from_db() and I can tell you it takes several minutes for that cache to become complete (for me) |
11:25 | <danielk22> | still once it does... |
11:25 | <MrGandalf> | once it does, a segfaultdue to this never occurs |
11:26 | <danielk22> | basically after one complete transport scan at say 5 minutes per transport it will have the full map. |
11:26 | <MrGandalf> | it's within that 10-15 minutes or so.. |
11:26 | <janneg> | MrGandalf: that depends only on the number of channels and distribution of event |
11:26 | <MrGandalf> | janneg: yes, and you know how many channels my EIT goes through.. |
11:27 | <janneg> | Dish uses a single transponder for events of all channels, right? |
11:27 | <MrGandalf> | yes |
11:27 | <MrGandalf> | ~2600 channels |
11:27 | <MrGandalf> | 9 days worth of events |
11:28 | <janneg> | I estimate over 1 million events |
11:29 | <MrGandalf> | my program table has just shy of 1 million, but it has other things as wel.. |
11:29 | <MrGandalf> | I'd say 750-800 |
11:29 | <janneg> | if the events are grouped by channel it would take a while to complete the cache |
11:30 | <MrGandalf> | gotta go.. bbl |
11:30 | <janneg> | 50 events per channel and day is probably a little high |
11:34 | -!- | reynaldo [n=rverdejo@115-40-22-190.adsl.tie.cl] has quit [Read error: 110 (Connection timed out)] |
11:38 | <danielk22> | prolly, 8-48, avg 30 |
11:42 | -!- | zaheer_ [n=zaheer@87-194-202-6.bethere.co.uk] has joined #mythtv |
11:44 | -!- | beandog [n=steve@gentoo/developer/beandog] has joined #mythtv |
11:44 | -!- | zaheerm [n=zaheer@87-194-202-6.bethere.co.uk] has quit [Nick collision from services.] |
11:44 | -!- | zaheer_ is now known as zaheerm |
11:50 | -!- | rwalker [n=chatzill@74.203.165.46] has joined #mythtv |
11:51 | -!- | jk1joel [i=nobody@ns.jk1.net] has joined #mythtv |
11:58 | -!- | Chutt [n=ijr@dsl093-011-148.cle1.dsl.speakeasy.net] has joined #mythtv |
11:59 | -!- | xris [n=xris@63.236.57.135] has joined #mythtv |
12:02 | -!- | gnome42 [n=gnome42@76-10-172-45.dsl.teksavvy.com] has joined #mythtv |
12:19 | -!- | zaheerm [n=zaheer@87-194-202-6.bethere.co.uk] has quit [Read error: 110 (Connection timed out)] |
12:28 | -!- | jamesd [n=jamesd@adsl-68-248-224-152.dsl.milwwi.ameritech.net] has quit ["Leaving"] |
12:33 | <MrGandalf> | stuarta: so, how should I go about this then? Should I put a lock around get_chan_id_from_db() or change out the QString in get_chan_id_from_db()? |
12:46 | -!- | Andreaz [n=Andreax@p57B97FDA.dip.t-dialin.net] has joined #mythtv |
12:46 | <Andreaz> | Hello Friends... Could it be that mythwelcome is not reacting on lirc-keypresses? |
12:47 | <MrGandalf> | seek topic |
12:49 | <Andreaz> | Sorry, false channel.. :( |
12:54 | <stuarta> | MrGandalf: if that's your suspect then stick some QMutexLocker's in there |
12:58 | <MrGandalf> | stuarta: already started :) figured that would be a sure bet.. thanks |
12:59 | <MrGandalf> | well, not QMutexLocker().. if they are indeed hitting at the same time, they can deadlock each other |
12:59 | -!- | zaheerm [n=zaheer@87-194-202-6.bethere.co.uk] has joined #mythtv |
12:59 | <MrGandalf> | I'll put a tryLock() in a short loop waiting 100 usec between each try |
13:03 | -!- | Andreaz [n=Andreax@p57B97FDA.dip.t-dialin.net] has quit [SendQ exceeded] |
13:32 | <MrGandalf> | stuarta: you probably don't want a ticket and a patch for this, do you? |
13:36 | -!- | Anduin [n=awithers@adsl-69-110-17-8.dsl.pltn13.pacbell.net] has joined #mythtv |
13:58 | -!- | Chutt [n=ijr@dsl093-011-148.cle1.dsl.speakeasy.net] has quit [Remote closed the connection] |
14:00 | * | xris reminds people about the linkedin.com group for mythtv: http://www.linkedin.com/e/gis/96734/7263542DA680 |
14:04 | -!- | robthebob [n=rn114@78-32-214-33.no-dns-yet.enta.net] has joined #mythtv |
14:40 | -!- | richards [n=richard@rns-stearn.demon.co.uk] has joined #mythtv |
15:38 | <Cardoe> | what's the big hub bub with LinkedIn anyway.. |
15:38 | <laga> | it's web 2.0! |
15:40 | -!- | kormoc [n=kormoc@dsl081-161-160.sea1.dsl.speakeasy.net] has joined #mythtv |
15:42 | <Cardoe> | omfg |
15:42 | <Cardoe> | So I just logged into LinkedIn after like almost a year of not using it |
15:43 | <Cardoe> | in the upper right there's 3 "people you might know" |
15:43 | <Cardoe> | One of the guys is the domain squatter/hacker that stole a domain of mine a few years back |
15:45 | <laga> | well, you know him. |
15:56 | <kormoc> | Cardoe, if you want to link to me, let me know :P |
16:01 | <Cardoe> | laga: but how did it know!? |
16:01 | <gbee> | it's all seeing and all knowing .... be afraid |
16:02 | <MrGandalf> | they've been spying on you.. |
16:02 | <laga> | you should have put on your tinfoil hat |
16:02 | <MrGandalf> | don't be paranoid just because people are after you.. |
16:03 | <gbee> | all these web 2.0 things are basically there to data mine for advertising purposes |
16:03 | <beandog> | yahp |
16:03 | <laga> | gbee: which is quite sad as some of them are very handy. |
16:03 | <beandog> | never have so many people given up so much personal info willingly |
16:06 | -!- | clever [n=clever@fctnnbsc16w-156034210022.nb.aliant.net] has quit [Read error: 104 (Connection reset by peer)] |
16:09 | -!- | TelnetManta [n=benwilli@72.159.132.4] has quit ["Ex-Chat"] |
16:21 | -!- | reynaldo_ [n=rverdejo@11-46-22-190.adsl.tie.cl] has quit [Read error: 110 (Connection timed out)] |
16:25 | -!- | MrGandalf [i=mgandalf@cpe-72-225-41-14.rochester.res.rr.com] has quit ["home"] |
16:27 | -!- | lsobral [n=sobral@200.184.118.132] has quit ["Ex-Chat"] |
16:30 | -!- | reynaldo [n=rverdejo@67-19-22-190.adsl.tie.cl] has joined #mythtv |
16:30 | -!- | lsobral [n=sobral@200.184.118.132] has joined #mythtv |
16:40 | -!- | Andreaz [n=Andreax@p57B97FDA.dip.t-dialin.net] has joined #mythtv |
16:41 | -!- | slow [i=slow2bur@slipstream.h07.org] has joined #mythtv |
16:41 | <slow> | hi |
16:57 | -!- | Andreaz [n=Andreax@p57B97FDA.dip.t-dialin.net] has quit [SendQ exceeded] |
17:01 | -!- | rwalker [n=chatzill@74.203.165.46] has quit ["ChatZilla 0.9.82.1 [Firefox 2.0.0.14/2008040413]"] |
17:28 | -!- | foxbuntu [n=foxxxxbu@ip61.qci.com] has quit ["Leaving"] |
17:55 | -!- | clever [n=clever@fctnnbsc16w-156034210022.nb.aliant.net] has joined #mythtv |
18:00 | -!- | Cardoe [n=Cardoe@gentoo/developer/Cardoe] has quit ["Leaving"] |
18:11 | -!- | Loto [n=Loto@xbmc/user/Loto] has quit [Remote closed the connection] |
18:12 | -!- | Loto [n=Loto@xbmc/user/Loto] has joined #mythtv |
18:13 | -!- | richards [n=richard@rns-stearn.demon.co.uk] has quit ["bye all"] |
18:15 | -!- | MrGandalf [n=mgandalf@cpe-72-225-44-161.rochester.res.rr.com] has joined #mythtv |
18:30 | -!- | czth_ [n=dbrobins@nat/microsoft/x-9f1fa7690c3ea683] has joined #mythtv |
18:45 | -!- | robthebob [n=rn114@78-32-214-33.no-dns-yet.enta.net] has quit [Read error: 113 (No route to host)] |
18:46 | -!- | czth [n=dbrobins@nat/microsoft/x-844613f66d69aa49] has quit [Read error: 110 (Connection timed out)] |
18:50 | -!- | joobie [n=joobie@58.108.192.59] has joined #mythtv |
18:54 | -!- | briand [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
18:54 | -!- | briand [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
19:07 | -!- | jafa [n=jafa@c-67-188-95-117.hsd1.ca.comcast.net] has quit [Read error: 104 (Connection reset by peer)] |
19:09 | -!- | jafa [n=jafa@c-67-188-95-117.hsd1.ca.comcast.net] has joined #mythtv |
19:24 | -!- | beandog [n=steve@gentoo/developer/beandog] has quit ["Leaving"] |
19:33 | -!- | adante_ [n=adante@203-214-125-152.dyn.iinet.net.au] has joined #mythtv |
19:38 | -!- | jamesd [n=jamesd@adsl-68-248-224-152.dsl.milwwi.ameritech.net] has joined #mythtv |
19:48 | -!- | adante [n=adante@203-206-247-111.dyn.iinet.net.au] has quit [Read error: 101 (Network is unreachable)] |
19:48 | -!- | adante_ is now known as adante |
19:52 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
19:53 | -!- | briand [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
20:02 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has quit [Read error: 110 (Connection timed out)] |
20:03 | -!- | gbee [n=gbee@cpc2-derb9-0-0-cust619.leic.cable.ntl.com] has joined #mythtv |
20:08 | -!- | danielk22 is now known as danielk_dinner |
20:10 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
20:15 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
20:18 | -!- | xris [n=xris@63.236.57.135] has quit [] |
20:35 | -!- | mattwire [n=mattwire@host81-157-29-251.range81-157.btcentralplus.com] has joined #mythtv |
20:35 | -!- | mattwire [n=mattwire@host81-157-29-251.range81-157.btcentralplus.com] has quit [Client Quit] |
20:44 | -!- | xris [n=xris@xris.forevermore.net] has joined #mythtv |
20:55 | -!- | briand [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
20:56 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
21:16 | -!- | Ethald [n=greyson@cpe-075-180-223-061.ec.res.rr.com] has joined #mythtv |
21:17 | <Ethald> | what is a good tv tuner card for me to test mythtv out with? |
21:19 | -!- | Ethald [n=greyson@cpe-075-180-223-061.ec.res.rr.com] has left #mythtv ["Leaving"] |
21:24 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
21:27 | -!- | davilla_ [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
21:27 | -!- | davilla_ [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has left #mythtv ["Leaving"] |
21:27 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has left #mythtv ["Leaving"] |
21:28 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
21:29 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has quit [Client Quit] |
21:29 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
21:29 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has quit [Remote closed the connection] |
21:29 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
21:30 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has left #mythtv ["Leaving"] |
21:31 | -!- | davilla_ [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
21:52 | -!- | davilla_ [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has quit ["Leaving"] |
22:02 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
22:03 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has left #mythtv ["Leaving"] |
22:09 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
22:11 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has left #mythtv ["Leaving"] |
22:35 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
22:38 | -!- | joobie [n=joobie@58.108.192.59] has quit [Read error: 110 (Connection timed out)] |
22:39 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has left #mythtv ["Leaving"] |
22:50 | -!- | jafa [n=jafa@c-67-188-95-117.hsd1.ca.comcast.net] has quit ["Leaving."] |
22:55 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
22:56 | -!- | briand [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
23:13 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)] |
23:19 | -!- | turbo [n=brian@c-68-35-254-149.hsd1.fl.comcast.net] has joined #mythtv |
23:28 | -!- | jmk_ [n=jmk@h69-130-248-156.vrnawi.dsl.dynamic.tds.net] has joined #mythtv |
23:31 | -!- | jmk [n=jmk@h69-130-248-156.vrnawi.dsl.dynamic.tds.net] has quit [Read error: 110 (Connection timed out)] |
23:37 | -!- | otwin_ [n=otwin@217.31.79.224] has joined #mythtv |
23:49 | -!- | otwin [n=otwin@217.31.79.224] has quit [Read error: 110 (Connection timed out)] |
23:49 | -!- | otwin_ is now known as otwin |
23:49 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has quit [Read error: 110 (Connection timed out)] |
23:54 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has joined #mythtv |
23:55 | -!- | davilla [n=davilla@nc-65-41-43-142.sta.embarqhsd.net] has left #mythtv ["Leaving"] |
--- | Log | closed Fri May 16 00:00:08 2008 |