Monday, July 1st, 2013, 00:00 UTC | ||
[00:00:43] | jya_: | by intrusive, I mean it… the OSD is drawn directly by the various video out modules (vdpau, OpenGL, Xv, VDA …) there's no Screen Stack or anything like that… hard rendering within the main video rendering. |
[00:09:06] | skd5aner: | I suppose no one ever really got around to it and the people I think that were going to (at the time) are no longer around |
[00:09:16] | skd5aner: | ... converting it to MythUI that is |
[00:17:35] | jya_: | skd5aner: nah… it is mythui ; that is the elements displayed are all mythui following the OSD-mythui branch merge… they can all be themed etc… it's just the way they are displayed within the video output. They are directly rendered within the video frame; it's not displayed on top in an additional layer |
[00:18:04] | skd5aner: | ah |
[00:19:12] | jya_: | if you look within all videout_* ; they all handle themselves the display of the visuals, osd etc… not having much knowledge in this area of myth (yet); maybe it was the only way to do it |
[01:41:33] | MythBuild: | build #568 of master-ubuntu-12_04-lts-64bit is complete: Failure [4failed compile core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/568 blamelist: Jean-Yves Avenard <jyavenard@mythtv.org > |
[01:42:39] | MythBuild: | build #552 of master-f18–64bit is complete: Failure [4failed compile core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/552 blamelist: Jean-Yves Avenard <jyavenard@mythtv.org > |
[01:44:14] | MythBuild: | build #533 of master-f18–32bit is complete: Failure [4failed compile core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/533 blamelist: Jean-Yves Avenard <jyavenard@mythtv.org > |
[01:45:01] | MythBuild: | build #881 of master-debian-wheezy-64bit is complete: Failure [4failed compile core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/881 blamelist: Jean-Yves Avenard <jyavenard@mythtv.org > |
[01:45:54] | MythBuild: | build #578 of master-ubuntu-12_10–64bit is complete: Failure [4failed compile core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/578 blamelist: Jean-Yves Avenard <jyavenard@mythtv.org > |
[01:50:51] | MythBuild: | build #265 of master-linux-64bit-qt5 is complete: Failure [4failed compile core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . 5/builds/265 blamelist: Jean-Yves Avenard <jyavenard@mythtv.org > |
[01:50:55] | MythBuild: | build #748 of master-linux-64bit-clang is complete: Failure [4failed compile core] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . g/builds/748 blamelist: Jean-Yves Avenard <jyavenard@mythtv.org > |
[01:53:09] | stichnot: | jya_: interesting. I was under the impression that the OSD had been converted to MythUI. E.g., I use buttonlists, MythImages, etc. I guess it's the screen stack and low-level rendering that is different? |
[01:57:10] | jya: | stichnot: it has… the objects displayed in the OSD themselves are MythUI objects... |
[01:57:24] | jya: | it's the way they are drawn that is different to other UI element |
[01:59:15] | jya: | the OSD has it own drawing routine; similar to a screen stack; and each videoout class calls that draw routine themselves while rendering a frame |
[02:01:14] | jya: | so now… where is this uint32_t defined ... |
[02:08:35] | wagnerrp: | should be in a system include |
[02:09:04] | jya: | wagnerrp: it's in stdint.h ; but was looking at a way to have it work on all platform |
[02:09:21] | jya: | AFAIK, stdint.h doesn't exist in visual studio earlier than 2010 |
[02:09:32] | jya: | (had this issue last week on a project using VS2008) |
[02:10:24] | jya: | interesting though that it's not required on some linux platforms, while others choke on it |
[02:10:35] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_) | |
[02:11:32] | jya: | hum… that one is going to be more annoying: moc_mythuinotificationcenter_private.cpp:47:40: error: static_cast from 'QObject *' to 'MythUINotificationScreen *' is not allowed |
[02:12:10] | jya: | that particular header definition was just extracted from an existing file, which compiled all fine before |
[02:17:09] | MythBuild: | build #569 of master-ubuntu-12_04-lts-64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/569 |
[02:18:07] | MythBuild: | build #553 of master-f18–64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/553 |
[02:20:13] | SteveGoodey (SteveGoodey!~steve@host86-148-192-205.range86-148.btcentralplus.com) has joined #mythtv | |
[02:20:45] | MythBuild: | build #882 of master-debian-wheezy-64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/882 |
[02:22:09] | MythBuild: | build #534 of master-f18–32bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/534 |
[02:23:01] | MythBuild: | build #579 of master-ubuntu-12_10–64bit is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/579 |
[02:23:43] | MythBuild: | build #266 of master-linux-64bit-qt5 is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . 5/builds/266 |
[02:31:47] | MythBuild: | build #749 of master-linux-64bit-clang is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . g/builds/749 |
[02:37:58] | nyloc (nyloc!~quassel@p4FE4DC1B.dip0.t-ipconnect.de) has joined #mythtv | |
[02:42:00] | _nyloc_ (_nyloc_!~quassel@p4FE4D6AD.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds) | |
[02:55:25] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 268 seconds) | |
[02:56:33] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[03:36:16] | SteveGoodey (SteveGoodey!~steve@host86-148-192-205.range86-148.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[03:41:46] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 256 seconds) | |
[03:42:54] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[04:11:05] | bill6502 (bill6502!~bill@205.178.26.43) has left #mythtv () | |
[04:13:43] | skd5aner (skd5aner!~skd5aner@50-90-5-146.res.bhn.net) has quit (Ping timeout: 264 seconds) | |
[04:14:39] | skd5aner (skd5aner!~skd5aner@50-90-5-146.res.bhn.net) has joined #mythtv | |
[04:24:42] | joki (joki!~joki@p54860633.dip0.t-ipconnect.de) has quit (Ping timeout: 256 seconds) | |
[04:30:09] | joki (joki!~joki@p54865484.dip0.t-ipconnect.de) has joined #mythtv | |
[05:19:56] | peper03: | stichnot: Thanks! |
[05:28:20] | Computer_Czar (Computer_Czar!~Unknown@69.4.155.83) has quit (Read error: Connection reset by peer) | |
[05:54:10] | jya: | toeb: if you're willing to try again using the notification center. I now have all the required bricks available. Including displaying something during video playback. I've only tried it so far with OpenGL, need to extend the tests ! |
[06:06:58] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv | |
[06:15:32] | SteveGoodey (SteveGoodey!~steve@host86-148-192-205.range86-148.btcentralplus.com) has joined #mythtv | |
[06:21:54] | SteveGoodey (SteveGoodey!~steve@host86-148-192-205.range86-148.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[06:29:56] | Moeabm (Moeabm!~moeabm@209.242.163.66) has quit () | |
[06:53:14] | toeb: | jya: thanks, ill try this tonight. |
[06:54:04] | jya: | which timezone are you in? |
[06:55:54] | toeb: | Europe (Germany) .. |
[06:56:28] | toeb: | i can test it with vdpau |
[06:56:56] | jya: | vdpau should be just like opengl, it shares the same code. |
[06:57:08] | jya: | but good test anyway… I can test that one. |
[06:57:31] | jya: | Typically, I'm looking at what to add from a developer perspective: what features to add etc... |
[06:57:44] | jya: | see if usability can be made better |
[06:59:39] | toeb: | have not read the commitmessages in the last days but last time i tried mythuinotificationcenter.h was not installed along with the other header files. |
[07:00:03] | toeb: | mayby this is changed already? |
[07:01:09] | jya: | ah… let me check |
[07:01:32] | jya: | you'r eright... |
[07:04:45] | jya: | fixed |
[07:42:28] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!) | |
[07:45:52] | toeb (toeb!~toeb@HSI-KBW-109-193-196-029.hsi7.kabel-badenwuerttemberg.de) has quit (Ping timeout: 268 seconds) | |
[07:54:19] | jasoncullen (jasoncullen!~androirc@222-152-177-50.jetstream.xtra.co.nz) has joined #mythtv | |
[08:02:45] | toeb (toeb!~toeb@HSI-KBW-109-193-196-029.hsi7.kabel-badenwuerttemberg.de) has joined #mythtv | |
[08:09:05] | ** jya gosh I dislike those reference counted object… ** | |
[08:23:21] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:c5c1:457b:655d:7308) has joined #mythtv | |
[08:58:43] | Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has quit (Read error: Connection reset by peer) | |
[09:44:01] | dgeary2 (dgeary2!~debian@2001:388:f000::2939) has joined #mythtv | |
[09:59:33] | IReboot (IReboot!~doug@cpe10bf48e67915-cm78cd8e7e342d.cpe.net.cable.rogers.com) has quit (Quit: Ex-Chat) | |
[10:13:33] | dgeary2 (dgeary2!~debian@2001:388:f000::2939) has quit (Quit: Ex-Chat) | |
[10:17:24] | jasoncullen (jasoncullen!~androirc@222-152-177-50.jetstream.xtra.co.nz) has quit (Ping timeout: 252 seconds) | |
[11:48:01] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[11:48:03] | Cougar (Cougar!~cougar@2a03:5880:104:10:711c:7cff:d4e0:99ed) has quit (Ping timeout: 245 seconds) | |
[11:48:40] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 276 seconds) | |
[12:02:21] | sraue_ (sraue_!~stephan@93-82-20-168.adsl.highway.telekom.at) has joined #mythtv | |
[12:03:43] | sraue_ is now known as sraue | |
[12:03:49] | sraue (sraue!~stephan@93-82-20-168.adsl.highway.telekom.at) has quit (Changing host) | |
[12:03:49] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv | |
[12:04:23] | Cougar (Cougar!~cougar@2a03:5880:104:10:a9b5:eff2:81f8:f10c) has joined #mythtv | |
[12:09:09] | Cougar (Cougar!~cougar@2a03:5880:104:10:a9b5:eff2:81f8:f10c) has quit (Ping timeout: 256 seconds) | |
[12:11:46] | dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv | |
[12:16:21] | Jim_Lahey (Jim_Lahey!~bobweaver@74-46-239-58.dsl1-field.roch.ny.frontiernet.net) has joined #mythtv | |
[12:16:45] | Jim_Lahey is now known as Guest73921 | |
[12:18:23] | bobweaver (bobweaver!~bobweaver@ubuntu/member/bobweaver) has quit (Ping timeout: 260 seconds) | |
[12:31:12] | dekarl (dekarl!~dekarl@p4FE848B6.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds) | |
[12:33:46] | dekarl (dekarl!~dekarl@p4FCEFEB3.dip0.t-ipconnect.de) has joined #mythtv | |
[12:38:42] | Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has joined #mythtv | |
[13:15:16] | gary_buhrmaster (gary_buhrmaster!~gtb@2001:470:80e4:3::36) has left #mythtv () | |
[13:42:07] | jya: | can someone accept my message on the mythtv-theme list? I added some attachment, 40kB don't do it :) |
[13:49:24] | Cougar (Cougar!~cougar@176.124.247.42) has joined #mythtv | |
[13:52:24] | stichnot: | debugging Live TV by watching the Airplane! movie... not much debugging going on – awesome movie. |
[13:56:43] | stichnot: | jya: pretty sure your message has gone into a black hole, you'll have to resend |
[13:57:17] | jya: | well, if I resend, it will go to the same black hole no? |
[13:57:51] | jya: | "Your mail to 'mythtv-theming' with the subject … Is being held until the list moderator can review it for approval. |
[14:01:46] | stichnot: | yeah, you'll have to resend without the attachment (pastebin link?), or a smaller attachment |
[14:02:06] | jya: | no way I can attach 2 screenshots in less than 40kB |
[14:03:29] | stichnot: | and I have no idea what the message/attachment limit is |
[14:07:40] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Ping timeout: 246 seconds) | |
[14:12:00] | jya: | 40kB… it's in the bounce message |
[14:22:02] | jya: | done.. using links this time |
[14:22:59] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv | |
[14:29:33] | sphery: | jya / stichnot : Yeah, the OSD doesn't currently use screen stacks, but that's one of the things that we'd very much like to fix. As it is, there's a lot of hard-coded conditionals in the OSD code to determine order for displaying things and such, and it can be confusing if--for example--you have the INFO up and hit a key and the message saying that the key worked appears below the info screen |
[14:30:23] | sphery: | stichnot: sorry I didn't get to the action names stuff earlier, but I like your plan for it... I'll make sure to document the changes well to make it easy to convert beta themes to final |
[14:30:48] | jya: | sphery: I don't think making the OSD use a screen stack would be very completed to be honest. could incorporate the code I used for displaying the content during playback |
[14:31:27] | jya: | the main issue is for system not using a colorkey and requiring to blend the drawing into the current playback image (like Xv and other) |
[14:31:43] | jya: | so you currently have two different type of drawing routine |
[14:33:11] | jya: | actually, could keep the existing OSD code almost as-is; except instead of having the OSD use its own screens list; use the screen stack and display order. That's what I did for the display of notification: it actually draws the screen stack itself |
[14:41:20] | gigem: | Does anyone care to comment on the Get[Filtered]Recorded() API before I commit something today? Issue 1 is whether or not the unfiltered version should return entries for Deleted or LiveTV. The latter would require explicitly calling the filtered version to get those entries. I'm inclined to include them. Issue 2 is whether or not to remove the filtered version and just have one version that supports both |
[14:41:22] | gigem: | filtered and unfiltered calls. I'm inclined to have just one. |
[14:50:07] | jya: | gigem: if I understand correctly, this is for showing the deleted show? |
[14:50:11] | sphery: | jya: yeah, that sounds like a good approach |
[14:51:40] | jya: | the OSD would have its own screen stack |
[14:52:20] | jya: | so it's a … stack.. right now it's a QMap of 7 different type of OSD |
[14:52:43] | jya: | I don't recall seeing anything other than displaying the element always in the same order |
[14:52:57] | jya: | it goes through a static array of strings |
[14:53:18] | jya: | that's my recollection of it anyway when I was reading the code to understand it |
[15:03:28] | Jim_Lahey (Jim_Lahey!~bobweaver@70-100-133-136.dsl1-field.roch.ny.frontiernet.net) has joined #mythtv | |
[15:03:49] | Jim_Lahey is now known as Guest97126 | |
[15:04:23] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 240 seconds) | |
[15:06:10] | Guest73921 (Guest73921!~bobweaver@74-46-239-58.dsl1-field.roch.ny.frontiernet.net) has quit (Ping timeout: 256 seconds) | |
[15:07:55] | jya: | finally, got a something in a VM with Xv running, notification don't show there :( |
[15:08:30] | jya: | oh well, will look into it tomorrow |
[15:08:43] | gigem: | jya: Sort of, yeah. Currently, to see the deleted recordings, an API user would need to explicitly query for the Deleted group. Strangely, deleted recordings would be returned if another filter was given and it matched a deleted recording. Anyway, I just checked the Myth protocol equivalent and it does not filter Deleted nor LiveTV, so I think that's the way to go. |
[15:33:24] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[15:42:02] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has quit (Quit: Konversation terminated!) | |
[15:50:24] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG) | |
[16:01:53] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 240 seconds) | |
[16:03:57] | bill6502 (bill6502!~bill@205.178.26.43) has joined #mythtv | |
[16:11:56] | rsiebert_ (rsiebert_!~quassel@g231187065.adsl.alicedsl.de) has joined #mythtv | |
[16:12:37] | rsiebert (rsiebert!~quassel@e179130106.adsl.alicedsl.de) has quit (Ping timeout: 246 seconds) | |
[16:15:16] | SteveGoodey (SteveGoodey!~steve@host86-148-192-205.range86-148.btcentralplus.com) has joined #mythtv | |
[16:25:30] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv | |
[16:27:18] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[16:40:48] | stichnot: | danielk221: For item 1 of http://code.mythtv.org/trac/ticket/11618#comment:3 , I want to occasionally create a helper thread that does a RemoteFile read outside the video thread and then exits. I was thinking about using the pattern of the RebuildSaver class in mythcommflagplayer.cpp. RebuildSaver inherits from QRunnable. Is that OK, or is it deprecated and I should use MThread? |
[16:42:58] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!) | |
[16:43:56] | stichnot: | ah, never mind, I see that it is actually using MThreadPool for the actual thread |
[16:55:25] | paul-h (paul-h!~Paul@176.253.145.210) has joined #mythtv | |
[16:56:12] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:c5c1:457b:655d:7308) has quit (Read error: Connection reset by peer) | |
[16:59:09] | paul-h: | stuarta: any chance you can restart MythLogBot or what ever needs to be done to get the logs working again? Just getting a 404 Not found at the moment :( |
[17:02:12] | stichnot: | +1, working without logs is going to make the feature freeze extra challenging. (Are we in feature freeze now?) |
[17:17:10] | paul-h: | I believe 1st July was mentioned by David in his email to the developers list a few days ago so yes we are |
[17:18:21] | paul-h: | although jya's commits today would suggest not so your guess is as good as mine :) |
[17:21:45] | gigem: | paul-h: Nothing's official, but I think we are at the beginning of a freeze until someone objects. I think jya and peper03 are finishing things they'd already started, but I admit I didn't look at the very latest changes that closely. |
[17:26:46] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv | |
[17:27:43] | stichnot: | Yeah, I think it's expected to finish features that were already started. |
[17:31:11] | paul-h: | Yeah, I have no problem with that |
[17:37:49] | Jim_Lahey (Jim_Lahey!~bobweaver@70-100-131-71.dsl1-field.roch.ny.frontiernet.net) has joined #mythtv | |
[17:38:15] | Jim_Lahey is now known as Guest59535 | |
[17:38:30] | Guest97126 (Guest97126!~bobweaver@70-100-133-136.dsl1-field.roch.ny.frontiernet.net) has quit (Ping timeout: 252 seconds) | |
[17:39:16] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[17:46:29] | knightr: | stichnot, I believe the freeze starts at the end of the day (I don't know in which timezone though). That's what I was told the last ime IIRC... |
[17:55:20] | peper03: | I have no active features at the moment. |
[17:55:40] | knightr: | stichnot, paul-h IIRC when the freeze start only bug fixes are supposed to go in I believe... It might be best to push the freeze back if we're not ready for this.. |
[17:58:27] | knightr: | exceptions had to be approved by the group for the previous releases according to what I found... |
[18:01:23] | peper03: | In case it helps anyone else, I hacked together a Greasemonkey script to convert ticket numbers in commit descriptions on Github to links to trac: http://pastebin.com/si7hjDcg |
[18:51:09] | joki (joki!~joki@p54865484.dip0.t-ipconnect.de) has quit (Ping timeout: 246 seconds) | |
[18:54:18] | natanojl: | peper03: Cool. I have a bookmark with location http://code.mythtv.org/trac/ticket/%s and keyword t, so I normally type t <ticket number> to get to a ticket |
[18:57:47] | peper03: | natanojl: I didn't pull my finger out enough to get that far! I usually ended up going the long way round of picking a link to some ticket from an email, clicking on it and the cutting and pasting the ticket number in the address bar. I'd finally had enough of messing about like that and it came to me that it should be do-able with Greasemonkey. |
[18:58:06] | peper03: | Thanks to Google, I managed to cobble together enough javascript to get it working :) |
[18:58:41] | natanojl: | :) |
[19:04:11] | brfransen (brfransen!~brfransen@64.179.141.163) has quit () | |
[19:06:05] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv | |
[19:06:08] | brfransen (brfransen!~brfransen@64.179.141.163) has quit (Remote host closed the connection) | |
[19:06:43] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv | |
[19:06:55] | brfransen (brfransen!~brfransen@64.179.141.163) has quit (Remote host closed the connection) | |
[19:09:16] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv | |
[19:10:11] | brfransen (brfransen!~brfransen@64.179.141.163) has quit (Client Quit) | |
[19:11:50] | Guest59535 (Guest59535!~bobweaver@70-100-131-71.dsl1-field.roch.ny.frontiernet.net) has quit (Quit: Leaving) | |
[19:15:17] | cotterpin (cotterpin!~hp-mini@119.224.44.55) has joined #mythtv | |
[19:37:23] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv | |
[19:39:03] | brfransen (brfransen!~brfransen@64.179.141.163) has quit (Client Quit) | |
[19:39:53] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv | |
[19:56:48] | Steve-Goodey (Steve-Goodey!~steve@host86-145-229-173.range86-145.btcentralplus.com) has joined #mythtv | |
[19:56:53] | SteveGoodey (SteveGoodey!~steve@host86-148-192-205.range86-148.btcentralplus.com) has quit (Ping timeout: 248 seconds) | |
[20:37:36] | cotterpin (cotterpin!~hp-mini@119.224.44.55) has left #mythtv () | |
[20:39:12] | dblain (dblain!~dblain@mythtv/developer/dblain) has quit (Read error: Connection reset by peer) | |
[20:43:59] | dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv | |
[20:47:12] | stuarta: | paul-h: i'll see if i can poke it |
[20:54:08] | Guest68228 (Guest68228!~dblain@mythtv/developer/dblain) has joined #mythtv | |
[20:54:51] | dblain (dblain!~dblain@mythtv/developer/dblain) has quit (Ping timeout: 252 seconds) | |
[20:56:36] | ** stuarta punches apache for being stupid ** | |
[20:56:49] | stuarta: | i really, really hate apache |
[21:05:29] | jasoncullen (jasoncullen!~androirc@210-86-3-98.adsl.xtra.co.nz) has joined #mythtv | |
[21:08:40] | jasoncullen (jasoncullen!~androirc@210-86-3-98.adsl.xtra.co.nz) has quit (Read error: Connection reset by peer) | |
[21:16:23] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Ping timeout: 245 seconds) | |
[21:18:55] | Steve-Goodey (Steve-Goodey!~steve@host86-145-229-173.range86-145.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:45:19] | joki (joki!~joki@p54865484.dip0.t-ipconnect.de) has joined #mythtv | |
[21:57:02] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv | |
[22:00:09] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Remote host closed the connection) | |
[22:06:20] | stuarta: | hahaha! victory over the non believers |
[22:07:03] | stuarta: | paul-h: peper03 et al. irc logs are back |
[22:07:24] | jya: | paul-h: I totally disagree with your assessment. I've put all the features of the notification center last week… now; it's just fixes |
[22:21:20] | Guest68228 is now known as dblain | |
[22:37:09] | MavT (MavT!~MaverickT@111.86.233.220.static.exetel.com.au) has quit (Ping timeout: 252 seconds) | |
[22:38:41] | paul-h: | stuarta: thanks |
[22:38:44] | cesman (cesman!~cesman@pool-108-23-186-248.lsanca.fios.verizon.net) has joined #mythtv | |
[22:38:44] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has joined #mythtv | |
[22:38:44] | cesman (cesman!~cesman@pool-108-23-186-248.lsanca.fios.verizon.net) has quit (Changing host) | |
[22:39:30] | paul-h (paul-h!~Paul@176.253.145.210) has quit (Quit: Konversation terminated!) | |
[22:50:53] | stuarta: | is there any particular reason we are keeping around a 27Gb access log for www.mythtv.org? |
[22:52:19] | stuarta: | answers on a postcard :) |
[22:58:41] | jya: | would be time to get someone to look at our web site and give it a bit of a dust-up |
[23:21:11] | jya: | oh, I forgot to add streaming of photos over AirPlay to the notifications... |
[23:21:26] | jpabq_ (jpabq_!~quassel@mythtv/developer/jpabq) has quit (Read error: Connection reset by peer) | |
[23:21:30] | jpabq__ (jpabq__!~quassel@67-0-30-72.albq.qwest.net) has quit (Remote host closed the connection) | |
[23:31:28] | jpabq (jpabq!~quassel@67-0-30-72.albq.qwest.net) has joined #mythtv | |
[23:31:28] | jpabq (jpabq!~quassel@67-0-30-72.albq.qwest.net) has quit (Changing host) | |
[23:31:28] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv | |
[23:31:35] | jpabq_ (jpabq_!~quassel@mythtv/developer/jpabq) has joined #mythtv | |
[23:31:53] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 240 seconds) | |
[23:42:54] | stichnot (stichnot!~stichnot@207.198.105.24) has joined #mythtv | |
[23:42:54] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[23:42:54] | stichnot (stichnot!~stichnot@207.198.105.24) has quit (Changing host) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.