--- | Log | opened Sun May 25 00:00:53 2008 |
00:01 | -!- | Fenix-Dark [n=scott@ool-4352729d.dyn.optonline.net] has quit ["Leaving"] |
01:04 | -!- | gnome42 [n=gnome42@69-196-138-154.dsl.teksavvy.com] has quit [Remote closed the connection] |
01:05 | -!- | Loto_ [n=Loto@S01060012171a84e3.no.shawcable.net] has joined #mythtv |
01:09 | -!- | PointyPumper [i=Pintlezz@190.244.67.231] has quit [Read error: 104 (Connection reset by peer)] |
01:40 | -!- | purserj [n=purserj@k-sit.com] has quit [Read error: 104 (Connection reset by peer)] |
01:40 | -!- | purserj [n=purserj@k-sit.com] has joined #mythtv |
02:26 | -!- | jhulstMobile [n=pocketir@c-24-11-77-187.hsd1.mi.comcast.net] has joined #mythtv |
02:26 | -!- | mattwire [n=mattwire@host81-151-248-43.range81-151.btcentralplus.com] has joined #mythtv |
02:27 | -!- | jhulstMobile [n=pocketir@c-24-11-77-187.hsd1.mi.comcast.net] has quit [Remote closed the connection] |
02:28 | -!- | mattwire [n=mattwire@host81-151-248-43.range81-151.btcentralplus.com] has quit [Remote closed the connection] |
02:46 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
02:57 | -!- | foxbuntu [n=foxxxxbu@12-216-150-250.client.mchsi.com] has joined #mythtv |
03:03 | -!- | famicom__ [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
03:10 | -!- | PointyPumper [i=Pintlezz@190.244.67.231] has joined #mythtv |
03:11 | -!- | dekarl [n=deKarl@dslb-084-058-057-095.pools.arcor-ip.net] has joined #mythtv |
03:16 | -!- | purserj [n=purserj@k-sit.com] has quit [Read error: 104 (Connection reset by peer)] |
03:23 | -!- | famicom_ [i=famicom@c51447ddc.cable.wanadoo.nl] has quit [Read error: 110 (Connection timed out)] |
03:24 | -!- | dekarl1 [n=deKarl@dslb-084-058-059-095.pools.arcor-ip.net] has quit [Read error: 113 (No route to host)] |
03:27 | -!- | purserj [n=purserj@k-sit.com] has joined #mythtv |
03:38 | -!- | Dibblah [n=Dibblah@80-192-14-169.cable.ubr02.dund.blueyonder.co.uk] has joined #mythtv |
04:18 | -!- | xris [n=xris@xris.forevermore.net] has quit [] |
04:29 | -!- | aneiane [n=kevin@c-71-227-11-78.hsd1.mi.comcast.net] has joined #mythtv |
04:32 | -!- | reynaldo_ [n=rverdejo@210-208-20-190.adsl.terra.cl] has joined #mythtv |
04:47 | -!- | reynaldo [n=rverdejo@82-227-20-190.adsl.terra.cl] has quit [Read error: 110 (Connection timed out)] |
04:54 | <gbee> | http://pastebin.ca/1028661 |
05:11 | -!- | joobie_ [n=joobie@joobie.org] has joined #mythtv |
05:12 | -!- | joobie [n=joobie@joobie.org] has quit [Read error: 113 (No route to host)] |
05:14 | -!- | Puh [i=puh@reppana.ttek.fi] has quit [Nick collision from services.] |
05:14 | -!- | Puh [i=puh@reppana.ttek.fi] has joined #mythtv |
05:14 | -!- | Puh [i=puh@reppana.ttek.fi] has quit [Nick collision from services.] |
05:20 | -!- | grokky [n=grokky@ppp59-167-65-19.lns1.mel6.internode.on.net] has joined #mythtv |
05:22 | -!- | Puh_ [i=puh@reppana.ttek.fi] has joined #mythtv |
06:13 | -!- | joobie [n=joobie@joobie.org] has joined #mythtv |
06:14 | -!- | joobie_ [n=joobie@joobie.org] has quit [Read error: 113 (No route to host)] |
06:39 | -!- | orko [n=orko@f051098252.adsl.alicedsl.de] has joined #mythtv |
06:40 | <orko> | Hi. I started to have a look at the code and read some docu. And i have a question. |
06:41 | -!- | PointyPumper [i=Pintlezz@190.244.67.231] has quit [Read error: 110 (Connection timed out)] |
06:41 | <orko> | What is the reason for a QT independent UI layer? What are the benefits of not being dependet to QT at the UI side while the rest depends on qt anyway? |
06:48 | <gbee> | the opengl accelerated painter allows for animation etc, whereas QT doesn't (at least it didn't until QT 4) |
06:49 | <gbee> | plus the QT widgets aren't really flexible enough for our purposes e.g. a fully themeable interface |
06:50 | <orko> | gbee: But QT is themeable afaik. Wasn't there a release of a gtk theme in the last weeks. |
06:50 | <gbee> | QT widgets tend to have fairly fixed appearances, no real animation capabilities |
06:51 | <orko> | gbee: ok. so you think about changing from qt to something different? opengl? |
06:51 | <gbee> | orko: you can change colours with QT widgets, but that's about it |
06:53 | <gbee> | we'll keep offering the open for rendering using QT, but the new ui library is independent of any QT UI widgetry and a lot more powerful, we can add in painters for whatever accelerated interfaces might be wanted - right now that just happens to be QT and openGL |
06:54 | <orko> | gbee: thanks. Just wanted ot understand the reason. |
06:54 | <gbee> | people want a nice interface like MCE, Gloss, XBox Media Centre etc, the new UI library will allow that and some really different themes |
06:55 | <gbee> | s/open/option/ |
06:57 | <gbee> | we still make use of QT for things like image manipulation, but their UI stuff is mostly targetted at desktop applications, not something controlled by remote on a low res TV screen and in many ways it's too generic for our purposes |
06:58 | <orko> | but if you have a independent ui layer that right now can us qt. This for me means that all stuff is doable in qt? |
06:59 | <orko> | orko: if you say that qt can not do what you want to do in the future, that means qt will in the future not used any more. |
06:59 | <orko> | s/orko/or |
07:01 | <gbee> | we'll keep using QT for everything except the UI, it gives us platform independence and the tools do save a lot of work |
07:02 | <gbee> | as long as we're using QT for everything else, we'll probably offer the option of the QT painting - but since it can't handle the animation in the same way that opengl can I expect that many users will prefer the GL painter |
07:03 | <gbee> | I don't have the only opinion, or the most important opinion - the final word will be up to Chutt/Isaac, the lead dev |
07:09 | <orko> | gebee: what do you mean by "handle the animation" ? what doesn opengl do what qt can't? |
07:11 | <gbee> | orko: opengl offers better hardware acceleration of 2D rendering, meaning movement, transitions and fades are faster, smoother and possible on low CPU speeds (typical MythTV frontends operate on low speed, low power CPUs) |
07:12 | <orko> | aah, ok. i see. |
07:25 | <orko> | thanks for aanswering. i will dive into the code now ;-) cu |
07:25 | -!- | orko [n=orko@f051098252.adsl.alicedsl.de] has quit ["Verlassend"] |
07:44 | -!- | orko [n=orko@f051098252.adsl.alicedsl.de] has joined #mythtv |
07:44 | <gbee> | stuarta: we only collect EIT on one source at a time? |
07:45 | <orko> | i am interested in the development of sharing music files between all clients. i saw there is a mfd/mfe solution. |
07:45 | <orko> | what about sharing using upnp? |
07:45 | <orko> | is it to slow? |
07:46 | <gbee> | orko: my plan is to switch mythmusic to stream music from the backend (single storage location) to the frontend clients using upnp |
07:47 | <gbee> | mfd is dead and I don't think it's worth reviving |
07:47 | <orko> | gbee: that was min etoo,-) |
07:47 | <orko> | are you working on it? |
07:47 | <gbee> | orko: if you want to work on it, that would be great - I'm busy with mythui at the moment |
07:48 | <orko> | gbee: i first have to have a look at the code to understand. |
07:48 | <gbee> | np |
07:49 | <gbee> | I won't have the time for a few months, there are other higher priority jobs on my list, so there is no hurry |
07:49 | <orko> | gbee: how is upnp implenented? does mythtv manage all type of files? can plugins "register" to the mythtv server and add there files to the mythtv upnp? |
07:50 | <gbee> | orko: mythtv manages video and music files, the upnp implemention already serves music so mythmusic just needs to request the files from the existing upnp server |
07:51 | <orko> | gbee: i thought about an api where plugins can register to the server and tell him which files it should offer under which "name". |
07:51 | <gbee> | the hard part isn't streaming the files, it's moving the filescanning logic and music importing to the backend |
07:52 | <orko> | eg. mythmsuic registers and tells to scan the /var/lib/music folder and put the results under "mythmusic" in the upnp. |
07:52 | <gbee> | think it already works that way |
07:52 | <orko> | aah ok |
07:53 | <gbee> | well, maybe not - the upnp stuff isn't my area of expertise, I'd suggest talking to CDev_ or GreyFoxx |
07:53 | <orko> | ok. |
07:54 | <orko> | at least for me it seems to just do it like its done with the recordings. |
07:57 | -!- | orko [n=orko@f051098252.adsl.alicedsl.de] has quit ["Verlassend"] |
08:02 | -!- | joobie [n=joobie@joobie.org] has quit ["Leaving"] |
08:06 | -!- | famicom__ [i=famicom@c51447ddc.cable.wanadoo.nl] has quit ["Leaving"] |
08:06 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
08:20 | -!- | Netsplit anthony.freenode.net <-> irc.freenode.net quits: famicom, dekarl, j-rod, Winkie, CrazyFoam, _charly_, janneg, GreyFoxx, Honk, astinus, (+14 more, use /NETSPLIT to show all of them) |
08:20 | -!- | Netsplit anthony.freenode.net <-> irc.freenode.net quits: gbee, mace, meshugga_, Captain_Murdoch, stuarta, Loto_, feiner, Hannibal-, RaYmAn-Bx, jd86, (+53 more, use /NETSPLIT to show all of them) |
08:21 | -!- | packetscan [i=Tsu@srv01.packetscan.com] has quit [Nick collision] |
08:22 | -!- | packetscan [i=Tsu@srv01.packetscan.com] has joined #mythtv |
08:22 | -!- | XChatMav [n=Maverick@111.86.233.220.exetel.com.au] has joined #mythtv |
08:22 | -!- | Netsplit over, joins: grokky, reynaldo_, aneiane, Dibblah, purserj, dekarl, foxbuntu, Loto_, naeo, CrazyFoam (+76 more) |
08:22 | -!- | Netsplit anthony.freenode.net <-> irc.freenode.net quits: mace, meshugga_, Hannibal-, dekarl, j-rod, Winkie, asjoyner, CrazyFoam, slow, _charly_, (+26 more, use /NETSPLIT to show all of them) |
08:22 | -!- | Netsplit anthony.freenode.net <-> irc.freenode.net quits: nemik, laga, naeo, jamesd, iamlindoro, jwhite, Chutt, clever, purserj, chrustinho, (+2 more, use /NETSPLIT to show all of them) |
08:22 | -!- | Netsplit anthony.freenode.net <-> irc.freenode.net quits: gbee, Captain_Murdoch, stuarta, Loto_, feiner, RaYmAn-Bx, jd86, mobrien, CDev_, loops, (+30 more, use /NETSPLIT to show all of them) |
08:22 | -!- | Netsplit over, joins: packetscan, XChatMav, grokky, reynaldo_, aneiane, Dibblah, purserj, dekarl, foxbuntu, Loto_ (+78 more) |
08:22 | -!- | Netsplit anthony.freenode.net <-> irc.freenode.net quits: gbee, mace, meshugga_, Captain_Murdoch, stuarta, Loto_, feiner, Hannibal-, RaYmAn-Bx, jd86, (+78 more, use /NETSPLIT to show all of them) |
08:23 | -!- | Netsplit over, joins: packetscan, XChatMav, grokky, reynaldo_, aneiane, Dibblah, purserj, dekarl, foxbuntu, Loto_ (+78 more) |
08:33 | -!- | grokky [n=grokky@ppp59-167-65-19.lns1.mel6.internode.on.net] has quit [] |
08:38 | -!- | MavT [n=Maverick@111.86.233.220.exetel.com.au] has quit [Connection timed out] |
08:48 | -!- | MythbuntuGuest31 [n=Mythbunt@f054133173.adsl.alicedsl.de] has joined #mythtv |
08:50 | <MythbuntuGuest31> | hello can someone help me to install mythbuntu correct? at last i have install it with the gforce 5+ driver and active tvout with s-video and than the monitor and tv is blank after installation |
08:50 | <MythbuntuGuest31> | what must i use for my 6600 gf graphic card? |
08:50 | <MythbuntuGuest31> | s-video outpt and pal-b here in german? |
08:51 | <hads> | MythbuntuGuest31: Please read the topic. |
08:52 | <MythbuntuGuest31> | oh sorry... |
08:53 | <MythbuntuGuest31> | i whent away... gretings |
08:53 | -!- | MythbuntuGuest31 [n=Mythbunt@f054133173.adsl.alicedsl.de] has left #mythtv [] |
08:54 | -!- | robthebob [n=rn114@78-32-214-33.no-dns-yet.enta.net] has joined #mythtv |
08:58 | -!- | Lynet [n=larsg@084202177111.customer.alfanett.no] has left #mythtv ["Konversation terminated!"] |
09:36 | -!- | iamlindoro [n=mcnamara@80.187.208.120] has quit [Read error: 110 (Connection timed out)] |
09:49 | -!- | _gunni_ [n=Gunni@xdsl-84-44-232-31.netcologne.de] has joined #mythtv |
09:52 | -!- | Hobbes` [n=calvin@194.169.192.158] has joined #mythtv |
09:52 | -!- | Hobbes` [n=calvin@194.169.192.158] has left #mythtv [] |
10:28 | -!- | CDev_ [n=CDev@c-71-192-227-181.hsd1.ma.comcast.net] has quit [Read error: 104 (Connection reset by peer)] |
10:38 | -!- | purserj [n=purserj@k-sit.com] has quit [Read error: 104 (Connection reset by peer)] |
10:38 | -!- | purserj [n=purserj@k-sit.com] has joined #mythtv |
10:46 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has joined #mythtv |
10:49 | <gbee> | think it's going to take a couple of days before every channel is populated with EIT, might help if the crawl preferred channels without current data - an idea for the future maybe |
10:50 | <gbee> | and disappointingly it's not grabbing data on two sources at the same time - DVB-T card is sitting idling while it slowly crawls the DVB-S transports |
10:50 | <janneg> | gbee: it starts random to make use of more than one card |
10:52 | <janneg> | sitting so long idle is my fault. it waits iirc cardid * 10 seconds, before it starts scanning |
10:53 | <janneg> | wait time it was random before it was confusing to debug with many cards |
10:55 | <janneg> | I use passive scan to get the guide for prefferred channels |
10:56 | <danielk22> | janne: my cardid's are in the hundreds :) |
10:57 | <janneg> | my are only in the forties but only since I reset the autoincrement pointer |
10:58 | -!- | CDev [n=CDev@c-71-192-227-181.hsd1.ma.comcast.net] has joined #mythtv |
10:58 | <janneg> | it was only intended as short term solution |
10:58 | <janneg> | I'll change it now |
10:59 | <janneg> | it doesn't even help reliable against starting all scanner at the same time |
11:01 | <janneg> | it's even 15 seconds |
11:03 | -!- | iamlindoro [n=mcnamara@80.187.208.64] has joined #mythtv |
11:10 | <gbee> | janneg: hmm, maybe there is something else at work here - it's just not scanning at all on the DVB-T card right now - after clearing the program table this morning it started scanning on the DVB-T card, filled a few channels with data for the following 4/5 hours then moved onto the DVB-S transports and is _slowly_ filling some of the channels there |
11:10 | <gbee> | but the DVB-T channels are now running out of programs |
11:11 | -!- | astinus [n=alex@gentoo/developer/astinus] has quit ["Kernel rebootery!"] |
11:17 | -!- | janneg_ [n=janne@tichy.grunau.be] has joined #mythtv |
11:18 | <gbee> | is the crawl itself random? It seems to keep visiting muxes that it's already done and missing others entirely |
11:18 | -!- | Netsplit anthony.freenode.net <-> irc.freenode.net quits: janneg |
11:18 | <janneg_> | gbee: it should scan on all cards simultaneously |
11:18 | <gbee> | janneg_: doesn't appear to be doing that here for some reason .... |
11:19 | <janneg_> | that is than a regression |
11:20 | -!- | janneg_ is now known as janneg |
11:24 | <gbee> | it's not easy to tell, I only noticed because the DVB-T source wasn't being updated and it was running out of data |
11:24 | <gbee> | normally it takes maybe less than 20 minutes to populate all the DVB-T channels |
11:24 | <gbee> | janneg: I restarted the backend and for whatever reason it's now crawling both - logs show EIT scans starting on both cards, so a false alarm |
11:24 | -!- | janneg [n=janne@tichy.grunau.be] has quit [Killed by sagan.freenode.net (Nick collision)] |
11:24 | -!- | janneg [n=janne@tichy.grunau.be] has joined #mythtv |
11:41 | <janneg> | gbee: http://pastebin.ca/1028899 should have all scaner started after eitCrawlIdleStart + eitTransportTimeout |
11:42 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has joined #mythtv |
11:44 | <gbee> | janneg: thanks, I'll try it out in a few minutes |
11:48 | <janneg> | wait, it doesn't work as intended here |
11:55 | <janneg> | no, was ok. mythtv-setup just displayed a wrong value for eitCrawlIdleStart |
12:07 | <janneg> | gbee: committed |
12:07 | <gbee> | k |
12:34 | -!- | CrazyFoam [i=gturner@gateway/tor/x-13307d3389824a6d] has quit ["Leaving"] |
12:42 | -!- | positron_ [n=positron@81.84.167.189] has joined #mythtv |
12:42 | <positron_> | Hello! |
12:50 | -!- | JoeBorn [n=rootmeis@m655e36d0.tmodns.net] has joined #mythtv |
13:19 | -!- | j-rod [n=jarod@nat/redhat-us/x-f26cf5c690ce2dc0] has quit [Read error: 113 (No route to host)] |
13:28 | -!- | jpabq [n=john@c-68-54-8-236.hsd1.nm.comcast.net] has quit [Remote closed the connection] |
13:30 | -!- | jpabq [n=john@c-68-54-8-236.hsd1.nm.comcast.net] has joined #mythtv |
13:31 | <gbee> | janneg: do you intend backporting those changes? |
13:34 | <janneg> | not sure, do you think it's common to have cardids over 30? |
13:37 | <janneg> | i.e. is it a problem for anyone beside Daniel and me? |
13:41 | <gbee> | I don't think it's common |
13:42 | -!- | JoeBorn [n=rootmeis@m655e36d0.tmodns.net] has quit [Read error: 110 (Connection timed out)] |
13:43 | <janneg> | it shouldn't be a big problem then |
13:44 | <gbee> | :) |
13:44 | <janneg> | OTOH it should be safe and the Qt4 port is slower than hoped |
13:45 | -!- | positron_ [n=positron@81.84.167.189] has quit [Remote closed the connection] |
13:48 | <gbee> | I asked because the machine which would benefit from it is running -fixes and I just needed to know if I have to copy over patches, IMHO it's not a high priority |
13:49 | -!- | _gunni_ [n=Gunni@xdsl-84-44-232-31.netcologne.de] has quit [Read error: 104 (Connection reset by peer)] |
13:51 | -!- | beavis [n=beavis@drms-590c96bd.pool.einsundeins.de] has joined #mythtv |
13:53 | <janneg> | I won't backport them immediately |
14:06 | -!- | _gunni_ [n=Gunni@xdsl-81-173-255-60.netcologne.de] has joined #mythtv |
14:31 | -!- | mattwire [n=mattwire@host81-151-248-43.range81-151.btcentralplus.com] has joined #mythtv |
14:49 | -!- | xris [n=xris@xris.forevermore.net] has joined #mythtv |
15:03 | -!- | KeinName [n=KeinName@f054133158.adsl.alicedsl.de] has joined #mythtv |
15:03 | -!- | KeinName [n=KeinName@f054133158.adsl.alicedsl.de] has left #mythtv [] |
15:16 | -!- | catzilla [n=catzilla@unaffiliated/catzilla] has joined #mythtv |
15:16 | -!- | catzilla [n=catzilla@unaffiliated/catzilla] has left #mythtv [] |
16:27 | -!- | stiev3 [n=stiev3@ip24-253-151-116.hr.hr.cox.net] has joined #mythtv |
16:31 | -!- | gnome42 [n=gnome42@69-196-138-154.dsl.teksavvy.com] has joined #mythtv |
16:55 | -!- | nagnag [i=nero@217.80-203-253.nextgentel.com] has joined #mythtv |
17:29 | -!- | abqjp [n=john@nat3.blueskytours.com] has joined #mythtv |
17:31 | -!- | PointyPumper [i=Pintlezz@190.244.67.231] has joined #mythtv |
17:41 | -!- | duerF [n=tommi@heima.tommi.org] has joined #mythtv |
17:57 | -!- | nagnag [i=nero@217.80-203-253.nextgentel.com] has left #mythtv [] |
17:58 | -!- | grokky [n=grokky@batter.csse.unimelb.edu.au] has joined #mythtv |
17:59 | <gbee> | well the freesat huffman decoding patches seem to work well |
18:04 | <gbee> | danielk22, janneg: any objection to backporting http://svn.mythtv.org/trac/changeset/16831 to -fixes? |
18:18 | -!- | beavis [n=beavis@drms-590c96bd.pool.einsundeins.de] has quit ["Verlassend"] |
18:21 | <janneg> | gbee: no |
19:09 | -!- | _gunni_ [n=Gunni@xdsl-81-173-255-60.netcologne.de] has quit ["KVIrc 3.2.4 Anomalies http://www.kvirc.net/"] |
19:23 | -!- | mattwire [n=mattwire@host81-151-248-43.range81-151.btcentralplus.com] has quit [Remote closed the connection] |
19:33 | -!- | abqjp [n=john@nat3.blueskytours.com] has quit ["Leaving"] |
19:42 | -!- | Loto_ [n=Loto@S01060012171a84e3.no.shawcable.net] has quit [] |
19:43 | -!- | Loto_ [n=Loto@S01060012171a84e3.no.shawcable.net] has joined #mythtv |
19:47 | <danielk22> | gbee: looks ok to me. |
20:21 | -!- | iamlindoro [n=mcnamara@80.187.208.64] has quit [] |
20:26 | -!- | stiev3 [n=stiev3@ip24-253-151-116.hr.hr.cox.net] has quit ["Leaving"] |
20:28 | -!- | dagar [n=dagar@206-248-137-66.dsl.teksavvy.com] has quit [Remote closed the connection] |
20:30 | -!- | dagar [n=dagar@206-248-137-66.dsl.teksavvy.com] has joined #mythtv |
20:34 | -!- | purserj [n=purserj@k-sit.com] has quit [Read error: 104 (Connection reset by peer)] |
20:34 | -!- | purserj [n=purserj@k-sit.com] has joined #mythtv |
21:09 | -!- | stiev3_ [n=stiev3@ip24-253-151-116.hr.hr.cox.net] has joined #mythtv |
21:10 | -!- | famicom [i=famicom@c51447ddc.cable.wanadoo.nl] has quit ["Leaving"] |
21:58 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has quit [Read error: 110 (Connection timed out)] |
22:01 | -!- | robthebob [n=rn114@78-32-214-33.no-dns-yet.enta.net] has quit [Read error: 104 (Connection reset by peer)] |
22:21 | -!- | purserj [n=purserj@k-sit.com] has quit [Read error: 113 (No route to host)] |
22:22 | -!- | purserj [n=purserj@k-sit.com] has joined #mythtv |
22:32 | -!- | danielk22 [n=danielk@p78-22.acedsl.com] has joined #mythtv |
22:40 | -!- | gardz [n=grimcogs@124-168-18-120.dyn.iinet.net.au] has joined #mythtv |
22:51 | -!- | DMJC [n=DMJC@58.174.177.176] has joined #mythtv |
22:52 | <DMJC> | has anyone got xbmcmythtv working with xbmc linux? |
22:53 | <hads> | DMJC: Please read the topic. |
23:46 | -!- | nsaspook [n=root@pool-71-182-79-125.ptldor.fios.verizon.net] has joined #mythtv |
--- | Log | closed Mon May 26 00:00:38 2008 |