[01:34] jhodapp, something is broken on the website [01:35] jhodapp, http://www.doadjustyourset.com/ works, but http://www.doadjustyourset.com/2012/07/16/ubuntu-tv-weekly-update-2/ doesn't [02:29] tgm4883: yeah, we moved servers...I'll have to see if we're missing mod rewrite or something [02:29] thanks for the heads up === popey_ is now known as popey [13:11] tgm4883, fixed the rewrite [13:12] tgm4883: can you verify that there aren't any other issues that you see? [16:21] jhodapp, I'll take a look [16:27] jhodapp, the only thing odd I notice is that on the main page the 2 weekly updates run together because the first one we did doesn't have a title. I'm assuming this is due to both of them having the same title and being consecutive [16:28] jhodapp, we should start puting #1, #2, #3 after them [16:30] yeah, thought about that and the old WP was doing that for the URL at least [16:30] but we could do that for the title too [16:30] tgm4883: thanks for checking [16:31] yw [16:31] i'm out sick today :( so I'm going to rewrite the tv testcard app for the third time (this time in quickly!) and hopefully have something to show people today [16:32] nice! [16:32] enjoy [16:32] and get better [16:33] yea I feel better already. I just think I ate something tainted with shellfish :( [16:33] allergies? [16:33] it doesn't kill me, just makes me want to die [16:33] yea [16:33] yuck [16:33] alergic to shellfish [16:33] which I wasn't allergic to until about 2 years ago [19:53] Saviq, can I make the assumption that remote controls will translate into keypresses? or do I need to plan on working with LIRC? [19:53] tgm4883: keypresses are the goal [19:54] jhodapp, ok then, the tv testcard app works with keypresses already, so I shouldn't need to worry about LIRC it seems [19:54] jhodapp, is it at a testable state yet? [19:54] tgm4883: that you'll have to ask Saviq about [19:54] ok [19:55] I'm going to try and eat some lunch. I've got enough of tv testcard into quickly that it's testable now [19:55] fantastic...what language? [19:57] python [19:57] awesome, good work [19:57] if anyone wants to take a look, it's currently at https://code.launchpad.net/~tgm4883/+junk/ubuntu-tv-testcard [19:58] As I mentioned, i'm still moving it into quickly, so only 2 of the screens actually work === daker_ is now known as daker === AlanChicken is now known as AlanBell [20:27] I recall with MythTV we had an issue with keypresses, extended keys got lost inside of X11. I guess with Wayland that isn't an issue? [20:31] i.e. the keycode->keysym mapping was lossy so some remote keys like say 'red' wouldn't result in anything passed to the application unless we interacted with LIRC directly. [20:33] danielk22: that's interesting, you should see what kind of results Saviq has gotten with his work [20:35] Jarod Wilson @ RedHat is the real expert on LIRC->KeyCode mapping. He might have some additional insight on the current state of things. [20:37] danielk22: We might have to talk to him, sounds like a good guy to know [20:50] danielk22, jhodapp, indeed, when using rc-core with my mceusb does not result in keypresses for some of the buttons that are otherwise recognized by rc-core [20:50] but OTOH you can easily remap them to your liking [20:54] but I really don't think falling back to LIRC is the way to go [20:54] unless unavoidable [20:55] Saviq: I agree [20:58] Saviq: It would be better to fix whatever is losing the events.. [20:59] danielk22, of course [21:00] danielk22, but IIRC it's a limitation in Xorg's architecture [21:00] I'd say it'd have been fixed already if it'd have been trivial [21:01] Saviq: It probably breaks backward compatibility to fix it. But maybe a new callback can be added for "full key support" [21:10] I'll ping Jarod [23:16] Saviq, so regarding remotes. the goal is to make them show up as "key press events"? [23:16] Then I can just grab the key name from Gdk?