Saturday, January 15th, 2011, 00:00 UTC | ||
[00:00:33] | stuartm: | markk: I was able to reproduce the problem no matter what drive speed I chose, but I couldn't reproduce the problem with ffmpeg/Xv |
[00:01:07] | stuartm: | VLC had no problems playing back the DVD on standard settings (no vdpau I'd guess) |
[00:01:56] | stuartm: | it's not really obvious why the problem would be limited to vdpau unless we fill the vdpau buffers at a different rate |
[00:05:01] | markk: | vdpau is going to change all sorts of timings around – hence might be exposing something |
[00:06:24] | markk: | on a more positive note – bluray HDMV osd menus are up and running; just need to iron out a few issues |
[00:07:12] | stuartm: | markk: I'll try to get some logs etc over the weekend, feel free to poke me if I forget |
[00:22:04] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv | |
[00:29:37] | holomntn (holomntn!~Joe@71-93-231-1.dhcp.mdfd.or.charter.com) has quit (Quit: Leaving.) | |
[00:41:54] | jya (jya!~avenardj@mythtv/developer/jya) has joined #mythtv | |
[00:46:14] | jcarlos (jcarlos!~quassel@85.137.96.30.dyn.user.ono.com) has joined #mythtv | |
[00:59:38] | leprechau (leprechau!leprechau@c-98-240-50-163.hsd1.tn.comcast.net) has joined #mythtv | |
[01:03:17] | gregL (gregL!~greg@74.76.125.87) has quit (Read error: Connection reset by peer) | |
[01:07:14] | GreyFoxx: | Mark: Nice! |
[01:20:19] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[01:23:08] | danielk22: | stuartm: I don't like to fix "i++" -> "++i" stuff unless there is really a difference in the code generated, i.e. never for integers. First, it mucks up the history (the wrong person gets the [git|svn] blame for that line.) Second, ++i just looks wrong to anyone with a "C" background where i++ used the fastest available increment operator while ++i always pre-incremented. |
[01:23:18] | danielk22: | Third, any tool reporting that kind of stuff is likely to waste your time on trivia and create more bugs than it fixes. |
[01:25:04] | danielk22: | stuartm: It's been years since I looked at the interlace detection code, I think we depend on ffmpeg reporting the right stuff. Most likely the DVD's are just badly encoded. I see many high-end DVD players having problems with DVD's these days due to poor mastering. |
[01:26:36] | danielk22: | stuartm: I've considered just always setting the interlaced flag on low-res material, but then I figure that will just cause problems for properly mastered DVD's so I decide not to do it. At least you can set it in the menu now (as of 3–4 years ago). |
[01:27:15] | danielk22: | Video->Video Scan->Interlaced |
[01:34:12] | kormoc is now known as kormoc_afk | |
[01:39:05] | gigem_ (gigem_!~david@host137.12.intrusion.com) has quit (Ping timeout: 255 seconds) | |
[02:03:10] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Read error: Connection reset by peer) | |
[02:08:49] | PointyPumper (PointyPumper!~pintlezz@190.244.73.13) has joined #mythtv | |
[02:19:34] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[02:33:34] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[02:36:07] | MaverickTech (MaverickTech!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[02:39:16] | kormoc_afk is now known as kormoc | |
[02:43:42] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!) | |
[02:51:05] | fmilo is now known as misto | |
[02:59:06] | Beirdo^2 (Beirdo^2!~gjhurlbu@mythtv/developer/beirdo) has joined #mythtv | |
[03:15:05] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Quit: Leaving) | |
[03:33:09] | Beirdo^2 (Beirdo^2!~gjhurlbu@mythtv/developer/beirdo) has quit (Quit: Bye) | |
[03:47:21] | iamlindoro (iamlindoro!~iamlindor@mythtv/developer/iamlindoro) has quit (Read error: Connection reset by peer) | |
[03:48:05] | markk: | anyone know if there are any possible undesirable side effects of renaming a key binding/registration? e.g. I'd like to rename the JUMPTODVDROOTMENU to something like JUMPTOOPTICALROOTMENU |
[03:55:44] | iamlindoro (iamlindoro!~iamlindor@mythtv/developer/iamlindoro) has joined #mythtv | |
[04:27:21] | holomntn (holomntn!~Joe@71-93-231-1.dhcp.mdfd.or.charter.com) has joined #mythtv | |
[04:39:38] | ceros (ceros!~andres@xbmc/staff/ceros) has quit (Remote host closed the connection) | |
[04:42:13] | misto (misto!~misto@64.17.253.218) has quit (Quit: misto) | |
[04:43:27] | ceros (ceros!~andres@c-76-111-84-121.hsd1.va.comcast.net) has joined #mythtv | |
[04:43:33] | ceros (ceros!~andres@c-76-111-84-121.hsd1.va.comcast.net) has quit (Changing host) | |
[04:43:33] | ceros (ceros!~andres@xbmc/staff/ceros) has joined #mythtv | |
[05:32:20] | Computer_Czar (Computer_Czar!~Unknown@66.60.184.6) has joined #mythtv | |
[05:55:10] | markk: | jya: can you see any reason not to remove the audio pausing in MythPlayer::SetBuffering ? (i.e. is it safe to leave the audio alone). I've been running 2 boxes here for a few days without the pause and it seems to help |
[07:04:42] | Kunalagon (Kunalagon!~Kunalagon@212.200.241.11) has joined #mythtv | |
[07:28:41] | Goga777 (Goga777!~Goga777@shpd-92-101-146-239.vologda.ru) has joined #mythtv | |
[07:30:45] | kenni (kenni!~kenni@mythtv/developer/kenni) has quit (Read error: Operation timed out) | |
[07:48:53] | high-rez (high-rez!~gus@2001:470:e935::2) has quit (Read error: Operation timed out) | |
[07:49:06] | f33dMB (f33dMB!~f33dMB@li100-62.members.linode.com) has quit (Ping timeout: 240 seconds) | |
[07:49:18] | high-rez (high-rez!~gus@2001:470:e935::2) has joined #mythtv | |
[07:51:19] | f33dMB (f33dMB!~f33dMB@li100-62.members.linode.com) has joined #mythtv | |
[07:58:19] | Steve_Goodey (Steve_Goodey!~steve@host86-145-231-128.range86-145.btcentralplus.com) has joined #mythtv | |
[08:00:00] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has joined #mythtv | |
[08:00:00] | kenni (kenni!~kenni@pfsense.dhcp.pop.k-net.dk) has quit (Changing host) | |
[08:00:01] | kenni (kenni!~kenni@mythtv/developer/kenni) has joined #mythtv | |
[08:08:10] | SteveGoodey (SteveGoodey!~steve@host86-145-231-128.range86-145.btcentralplus.com) has joined #mythtv | |
[08:08:23] | SteveGoodey (SteveGoodey!~steve@host86-145-231-128.range86-145.btcentralplus.com) has quit (Remote host closed the connection) | |
[08:11:32] | stoffel (stoffel!~quassel@p57B4C62E.dip.t-dialin.net) has joined #mythtv | |
[08:16:38] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Ping timeout: 250 seconds) | |
[08:29:50] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[08:36:26] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[08:36:36] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[08:39:26] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds) | |
[08:55:46] | Goga777 (Goga777!~Goga777@shpd-92-101-146-239.vologda.ru) has quit (Ping timeout: 240 seconds) | |
[09:10:00] | Goga777 (Goga777!~Goga777@shpd-95-53-188-136.vologda.ru) has joined #mythtv | |
[09:35:42] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[09:38:24] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[09:57:23] | stuartm: | danielk22: I don't think any of the DVDs I've tried are properly detected |
[10:13:10] | markk: | stuartm: I think I've maybe seen one or two dvd's in recent times that weren't detected properly (i.e. obvious interlacing artefacts) – but we're entirely reliant on the ffmpeg frame flags being set – and ffmpeg is presumably entirely reliant on the proper mastering |
[10:18:16] | stuartm: | bugger |
[10:20:14] | stuartm: | I don't really see manually setting the scan type as a user-friendly solution, I can't tell my parents that they need to go into this menu and select this option every time they watch a DVD |
[10:20:34] | stuartm: | maybe we should be forcing it for video of a certain resolution and framerate |
[10:24:09] | markk: | stuartm: seems odd to me – I would have thought there would be far more comments/bugs/rants etc if we were getting the detection wrong that often |
[10:25:13] | stuartm: | it wasn't always the case, it used to work |
[10:25:29] | stuartm: | which I guess is an important fact that I failed to mention |
[10:27:11] | stuartm: | balls back in my court anyway, I'll spend some time looking at it and see if I can't come up with a solution which works for everyone |
[10:27:34] | markk: | not those 'special edition' bangkok market versions, are they? :) |
[10:28:09] | stuartm: | heh, no |
[10:28:51] | stuartm: | the one I was having problems with last night was the entire series boxset for The West Wing |
[10:29:43] | markk: | stuartm: just plugged in a brand new disc (UK version – I have a lot of ntsc stuff now) and it gets the detection bang on |
[10:29:50] | markk: | which west wing series? |
[10:30:35] | stuartm: | markk: Series 1, but the boxset includes all 7 (or how ever many there were) |
[10:31:24] | markk: | stuartm: I have 6 and 7 here (again UK editions) – but the mastering could be different for the full box set |
[10:31:55] | stuartm: | btw, menu frame interlacing has been broken/dodgy for a longer time, I didn't notice if that was still the case with current trunk |
[10:33:45] | stuartm: | like I said, I spend some time on it, try to quantify just how many of my discs have the issue and whether there is anything different in the ffmpeg output |
[10:34:32] | stuartm: | if no-one else can reproduce then my hopes of a quick fix are gone |
[10:36:59] | markk: | stuartm: I think I put in a fix for non still menus before 0.24. still frame menus are automatically set to progressive. MythDVDPlayer::DisplayPauseFrame |
[10:51:36] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[10:54:07] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[11:34:43] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[11:37:53] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 260 seconds) | |
[11:45:24] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[11:47:54] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[12:00:56] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[12:03:53] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 265 seconds) | |
[12:27:09] | Goga777 (Goga777!~Goga777@shpd-95-53-188-136.vologda.ru) has quit (Remote host closed the connection) | |
[12:31:36] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[12:34:28] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 276 seconds) | |
[12:49:28] | andreax (andreax!~andreaz@p57B95648.dip.t-dialin.net) has joined #mythtv | |
[12:50:33] | andreax1 (andreax1!~andreaz@p57B94F34.dip.t-dialin.net) has quit (Ping timeout: 272 seconds) | |
[12:56:27] | stoffel_ (stoffel_!~quassel@p57B4C75C.dip.t-dialin.net) has joined #mythtv | |
[12:57:41] | stoffel (stoffel!~quassel@p57B4C62E.dip.t-dialin.net) has quit (Ping timeout: 255 seconds) | |
[13:07:08] | mrand (mrand!~mrand@ubuntu/member/mrand) has quit (Ping timeout: 260 seconds) | |
[13:09:49] | SteveGoodey (SteveGoodey!~steve@host86-145-232-139.range86-145.btcentralplus.com) has joined #mythtv | |
[13:12:00] | Steve_Goodey (Steve_Goodey!~steve@host86-145-231-128.range86-145.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[13:22:33] | Steve_Goodey (Steve_Goodey!~steve@host86-147-182-138.range86-147.btcentralplus.com) has joined #mythtv | |
[13:25:23] | SteveGoodey (SteveGoodey!~steve@host86-145-232-139.range86-145.btcentralplus.com) has quit (Ping timeout: 272 seconds) | |
[13:25:37] | mrand (mrand!~mrand@ubuntu/member/mrand) has joined #mythtv | |
[13:30:13] | mrand (mrand!~mrand@ubuntu/member/mrand) has quit (Ping timeout: 276 seconds) | |
[13:33:00] | mrand (mrand!~mrand@ubuntu/member/mrand) has joined #mythtv | |
[13:49:12] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has quit (Ping timeout: 240 seconds) | |
[14:13:34] | stuartm: | ugh, mythmusic is writing filenames using Latin1/Ascii |
[14:24:32] | astro963 (astro963!~astro963@69-165-170-178.dsl.teksavvy.com) has quit (Ping timeout: 255 seconds) | |
[14:29:30] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has joined #mythtv | |
[14:39:10] | Steve_Goodey (Steve_Goodey!~steve@host86-147-182-138.range86-147.btcentralplus.com) has quit (Remote host closed the connection) | |
[15:03:36] | Computer_Czar (Computer_Czar!~Unknown@66.60.184.6) has quit (Ping timeout: 240 seconds) | |
[15:04:09] | danielk22: | markk: I can confirm almost all of those tv_play timers are simply a mechanism to change which thread something gets executed in. |
[15:07:13] | astro963 (astro963!~astro963@69-165-170-178.dsl.teksavvy.com) has joined #mythtv | |
[15:16:04] | danielk22: | stuartm: I'm on the mythtv-rec branch, but even this terribly mastered potty video is detected properly as being interlaced.. |
[15:17:41] | RDV_Linux_ (RDV_Linux_!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Remote host closed the connection) | |
[15:35:33] | jya: | markk: I didn't put that audio pausing there... It's one of those things that I saw there , didn't know why and left it in place thinking that there was a reason it was there |
[15:35:49] | jya: | it seems to cause more issue anyway, leading to buffer underruns |
[15:46:04] | jya (jya!~avenardj@mythtv/developer/jya) has quit (Quit: jya) | |
[16:05:26] | danielk22: | jya: markk: I believe the audio pausing code was originally intended to prevent bleeps when channel flipping in LiveTV mode with analog frame grabber input. It predates my involvement in the project. |
[16:18:51] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[16:37:08] | Dave123-road (Dave123-road!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv | |
[16:51:37] | danielk22 (danielk22!~danielk@96.57.9.142) has left #mythtv () | |
[16:52:24] | jya (jya!~avenardj@morsang.avenard.com) has joined #mythtv | |
[16:52:24] | jya (jya!~avenardj@morsang.avenard.com) has quit (Changing host) | |
[16:52:24] | jya (jya!~avenardj@mythtv/developer/jya) has joined #mythtv | |
[18:00:15] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Ping timeout: 272 seconds) | |
[18:09:08] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[18:43:34] | Dave123 (Dave123!~dave@cpe-74-74-222-96.rochester.res.rr.com) has quit (Quit: Leaving) | |
[18:49:23] | Dave123 (Dave123!~dave@cpe-74-74-222-96.rochester.res.rr.com) has joined #mythtv | |
[18:52:53] | sphery: | stuartm: A non-exhaustive google search seems to indicate that early-seasons of West Wing (and many other shows like Doctor Who, Babylon 5, Stargate SG-1, ...) had mastering issues that resulted in improper interlace flagging. Granted, that's only anecdotal evidence, but it seems that a large number of people mentioned that specific series. |
[18:53:38] | sphery: | markk: as long as we do a DB update, it shouldn't be a problem to rename JUMPTODVDROOTMENU to JUMPTOOPTICALROOTMENU |
[18:55:39] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Quit: Leaving) | |
[19:19:15] | mrand (mrand!~mrand@ubuntu/member/mrand) has left #mythtv () | |
[19:29:01] | Goga777 (Goga777!~Goga777@shpd-95-53-188-136.vologda.ru) has joined #mythtv | |
[19:45:07] | flynk (flynk!~htpc@dslb-088-068-064-206.pools.arcor-ip.net) has joined #mythtv | |
[20:05:11] | jya (jya!~avenardj@mythtv/developer/jya) has quit (Quit: jya) | |
[20:32:08] | clever: | sphery: ive got all 10 seasons of SG-1, i could check the disks if you wanted |
[20:38:35] | Steve_Goodey (Steve_Goodey!~steve@host86-145-229-190.range86-145.btcentralplus.com) has joined #mythtv | |
[20:39:05] | hads_ (hads_!~hads@argon.nice.net.nz) has joined #mythtv | |
[20:39:47] | stoffel (stoffel!~quassel@p57B4C75C.dip.t-dialin.net) has joined #mythtv | |
[20:41:43] | coling_ (coling_!~colin@cpc1-sgyl30-2-0-cust258.sgyl.cable.virginmedia.com) has joined #mythtv | |
[20:47:23] | stoffel_ (stoffel_!~quassel@p57B4C75C.dip.t-dialin.net) has quit (*.net *.split) | |
[20:47:23] | f33dMB (f33dMB!~f33dMB@li100-62.members.linode.com) has quit (*.net *.split) | |
[20:47:24] | Gibby (Gibby!~Gibby@204.118.10.244) has quit (*.net *.split) | |
[20:47:24] | hads (hads!~hads@argon.nice.net.nz) has quit (*.net *.split) | |
[20:47:24] | coling (coling!~colin@cpc1-sgyl30-2-0-cust258.sgyl.cable.virginmedia.com) has quit (*.net *.split) | |
[20:47:25] | jstenback (jstenback!~jstenback@64.151.104.172) has quit (*.net *.split) | |
[20:48:21] | flynk (flynk!~htpc@dslb-088-068-064-206.pools.arcor-ip.net) has quit (Ping timeout: 246 seconds) | |
[20:48:41] | f33dMB (f33dMB!~f33dMB@li100-62.members.linode.com) has joined #mythtv | |
[20:53:33] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv | |
[20:56:05] | okolsi (okolsi!~mythtv@a88-112-74-247.elisa-laajakaista.fi) has quit (Ping timeout: 260 seconds) | |
[20:56:56] | stoffel (stoffel!~quassel@p57B4C75C.dip.t-dialin.net) has quit (Remote host closed the connection) | |
[20:58:24] | jstenback (jstenback!~jstenback@64.151.104.172) has joined #mythtv | |
[21:01:40] | okolsi (okolsi!~mythtv@a88-112-74-247.elisa-laajakaista.fi) has joined #mythtv | |
[21:06:46] | superm1` (superm1`!~superm1@204.8.45.13) has joined #mythtv | |
[21:07:56] | superm1 (superm1!~superm1@ubuntu/member/superm1) has quit (Ping timeout: 264 seconds) | |
[21:14:19] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv | |
[21:14:46] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has joined #mythtv | |
[21:14:58] | gigem_ (gigem_!~gigem@cpe-76-187-29-95.tx.res.rr.com) has joined #mythtv | |
[21:16:59] | eugo (eugo!~eugo@unaffiliated/eugo) has quit (Ping timeout: 240 seconds) | |
[21:16:59] | XChatMav (XChatMav!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 240 seconds) | |
[21:16:59] | gigem (gigem!~gigem@cpe-76-187-29-95.tx.res.rr.com) has quit (Ping timeout: 240 seconds) | |
[21:16:59] | ybot (ybot!~quassel@61.14.141.36) has quit (Ping timeout: 240 seconds) | |
[21:17:32] | ybot (ybot!~quassel@61.14.141.36) has joined #mythtv | |
[21:19:08] | dekarl (dekarl!~deKarl@e180151197.adsl.alicedsl.de) has joined #mythtv | |
[21:22:16] | dekarl1 (dekarl1!~deKarl@e180162075.adsl.alicedsl.de) has quit (Ping timeout: 276 seconds) | |
[21:25:08] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Remote host closed the connection) | |
[21:28:02] | dblain_ (dblain_!~dblain@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv | |
[21:29:42] | jwhite__ (jwhite__!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has joined #mythtv | |
[21:30:40] | dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has quit (Ping timeout: 240 seconds) | |
[21:30:40] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (Ping timeout: 240 seconds) | |
[21:30:40] | jwhite (jwhite!~jwhite@75-146-153-89-minnesota.hfc.comcastbusiness.net) has quit (Ping timeout: 240 seconds) | |
[21:30:40] | stuartm (stuartm!~stuartm@cpc4-derb9-0-0-cust534.8-3.cable.virginmedia.com) has joined #mythtv | |
[21:30:41] | dblain (dblain!~dblain@mythtv/developer/dblain) has quit (Ping timeout: 240 seconds) | |
[21:30:41] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Ping timeout: 240 seconds) | |
[21:30:41] | stuartm (stuartm!~stuartm@cpc4-derb9-0-0-cust534.8-3.cable.virginmedia.com) has quit (Changing host) | |
[21:30:41] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[21:31:03] | Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-57-109.hr.hr.cox.net) has joined #mythtv | |
[21:31:03] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[21:31:03] | Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-57-109.hr.hr.cox.net) has quit (Changing host) | |
[21:33:40] | dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv | |
[21:37:19] | Steve_Goodey (Steve_Goodey!~steve@host86-145-229-190.range86-145.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[21:37:30] | Steve_Goodey (Steve_Goodey!~steve@host86-148-173-114.range86-148.btcentralplus.com) has joined #mythtv | |
[21:41:20] | NightMonkey (NightMonkey!debian-tor@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[21:51:59] | aloril_ (aloril_!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv | |
[21:53:49] | aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (Ping timeout: 248 seconds) | |
[21:56:54] | jya (jya!~avenardj@mythtv/developer/jya) has joined #mythtv | |
[22:06:06] | Goga777 (Goga777!~Goga777@shpd-95-53-188-136.vologda.ru) has quit (Remote host closed the connection) | |
[22:10:16] | mrand (mrand!~mrand@ubuntu/member/mrand) has joined #mythtv | |
[22:21:27] | Toast__ (Toast__!~quassel@87.127.37.199) has joined #mythtv | |
[22:23:00] | Steve_Goodey (Steve_Goodey!~steve@host86-148-173-114.range86-148.btcentralplus.com) has quit (Remote host closed the connection) | |
[22:28:48] | eugo (eugo!~eugo@157-157-251-155.dsl.dynamic.simnet.is) has joined #mythtv | |
[22:28:48] | eugo (eugo!~eugo@157-157-251-155.dsl.dynamic.simnet.is) has quit (Changing host) | |
[22:28:48] | eugo (eugo!~eugo@unaffiliated/eugo) has joined #mythtv | |
[22:33:57] | Toast__ is now known as Toast | |
[22:58:08] | Toast (Toast!~quassel@87.127.37.199) has quit (Remote host closed the connection) | |
[23:19:18] | Gibby (Gibby!~Gibby@204.118.10.244) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.