Tuesday, November 8th, 2011, 00:20 UTC | ||
[00:20:15] | Jester86-Laptop (Jester86-Laptop!~jesse@cpe-174-097-199-056.nc.res.rr.com) has joined #mythtv | |
[00:20:18] | Jester86-Laptop: | hello? |
[00:20:49] | Jester86-Laptop: | anyone here know of an issue w/ 0.25 and PVR150s? |
[00:44:06] | yoyolala (yoyolala!~yoyolala@unaffiliated/yoyolala) has quit (Quit: leaving) | |
[00:53:24] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[00:56:48] | iamlindoro: | Jester86-Laptop: wrong channel, see topic |
[01:00:25] | ** stuarta updates wiki on how to make mythweb work under nginx ** | |
[01:00:36] | ** stuarta yawns ** | |
[01:01:49] | Jester86-Laptop: | iamlindoro, whats the topic? |
[01:01:51] | Jester86-Laptop: | topic? |
[01:02:01] | Jester86-Laptop: | bah i wish this channel had kthx |
[01:04:16] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[01:05:22] | zombor (zombor!~zombor_@65.29.231.135) has joined #mythtv | |
[01:05:33] | zombor (zombor!~zombor_@65.29.231.135) has quit (Changing host) | |
[01:05:34] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[01:07:04] | iamlindoro: | Jester86-Laptop: MythTV development channel. For user support, please /join #mythtv-users. Use http://mythtv.pastebin.com/. #mythtv-commits to monitor commits. This channel is logged. |
[01:07:41] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[01:08:00] | Jester86-Laptop: | oh |
[01:08:10] | Jester86-Laptop: | well if its helps i was having issues with 0.25 ;) |
[01:08:16] | iamlindoro: | It doesn't help |
[01:08:40] | stuarta: | did we release 0.25? i really must catch up on my email.... |
[01:08:55] | iamlindoro: | no, we haven't frozen it... or picked a date for freezing it ;) |
[01:10:04] | stuarta: | that's what i thought. |
[01:10:37] | stuarta: | it's just slowly cooling... bit like our change freeze in the office |
[01:11:02] | Jester86-Laptop (Jester86-Laptop!~jesse@cpe-174-097-199-056.nc.res.rr.com) has left #mythtv ("Leaving") | |
[01:11:36] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Quit: kormoc) | |
[01:12:07] | saintdev (saintdev!~saint@unaffiliated/saintdev) has quit (Ping timeout: 258 seconds) | |
[01:20:22] | saintdev (saintdev!~saint@c-24-9-201-236.hsd1.co.comcast.net) has joined #mythtv | |
[01:20:31] | saintdev (saintdev!~saint@c-24-9-201-236.hsd1.co.comcast.net) has quit (Changing host) | |
[01:20:31] | saintdev (saintdev!~saint@unaffiliated/saintdev) has joined #mythtv | |
[01:29:17] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has quit (Read error: Operation timed out) | |
[01:29:59] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv | |
[01:42:17] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.) | |
[01:47:07] | smoothifier (smoothifier!smoothifie@gateway/shell/anapnea.net/x-nomvfehsprbqozus) has joined #mythtv | |
[01:47:38] | smoothifier (smoothifier!smoothifie@gateway/shell/anapnea.net/x-nomvfehsprbqozus) has left #mythtv () | |
[01:51:08] | stuarta: | feel free to give any comments on -> http://www.mythtv.org/wiki/MythWeb_on_Nginx |
[01:51:14] | ** stuarta goes to bed ** | |
[01:56:29] | foobum: | 'play file myth://...' in networkcontrol is fixed in master but remains broken in fixes/0.24 |
[01:56:46] | foobum: | perhaps because it was fixed in the same commit as some features were added? |
[01:57:28] | foobum: | is there any chance a two line patch could be applied to fixes/0.24? |
[02:04:43] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[02:05:07] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[02:05:25] | Captain_Murdoch: | foobum, got a commit #? |
[02:05:34] | foobum: | er.. 1 sec |
[02:06:47] | foobum: | diff --git a/mythtv/programs/mythfrontend/networkcontrol.cpp b/mythtv/programs/mythfrontend/networkcontrol.cpp |
[02:06:51] | foobum: | index 0204f34..7b0d619 100644 |
[02:06:53] | foobum: | --- a/mythtv/programs/mythfrontend/networkcontrol.cpp |
[02:06:56] | foobum: | +++ b/mythtv/programs/mythfrontend/networkcontrol.cpp |
[02:06:58] | foobum: | @@ -416,7 +416,9 @@ void NetworkControlClient::readClient(void) while (socket->canReadLine()) |
[02:07:01] | foobum: | { |
[02:07:04] | foobum: | lineIn = socket->readLine(); |
[02:07:06] | foobum: | +#if 0 |
[02:07:09] | foobum: | lineIn.replace(QRegExp("[^-a-zA-Z0–9\\s\\.:_#/$%&()*+,;<=>? \\[\\]\\|]"), ""); |
[02:07:12] | foobum: | +#endif lineIn.replace(QRegExp("[\r\n]"), ""); lineIn.replace(QRegExp("^\\s"), ""); |
[02:07:15] | foobum: | heh |
[02:07:18] | foobum: | mispate |
[02:07:19] | foobum: | Captain_Murdoch: 7422f241a |
[02:07:21] | foobum: | *mispaste |
[02:08:55] | foobum: | Captain_Murdoch: see hunk at ~ line 416 |
[02:09:50] | foobum: | in case you couldn't guess from the paste noise |
[02:10:10] | jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has quit (Quit: jpabq_) | |
[02:11:56] | Captain_Murdoch: | is it breaking because it doesn't have and @ in that list? |
[02:12:05] | Captain_Murdoch: | s/and/an/ |
[02:12:23] | foobum: | yep |
[02:13:16] | Captain_Murdoch: | I'd rather add an @ than comment out the line, but maybe it's commented out because the music stuff needs quite a bit more. |
[02:13:58] | foobum: | Captain_Murdoch: i'm not sure, didn't look hard.. adding an @ suits me |
[02:14:01] | Captain_Murdoch: | wagnerrp, did you comment out that line for a particular reason? |
[02:16:19] | foobum: | Captain_Murdoch: the only thing i can see in the music stuff is that PLAY_URL might conceivably need some chars that aren't in the regex? |
[02:17:09] | Captain_Murdoch: | yeah, that's what I'm thinking. he might have commented it out to test and never got around to fixing it. I just committed the @ to fixes. will leave master as-is until wagnerrp chimes in. |
[02:17:23] | foobum: | Captain_Murdoch: cool, thanks |
[02:17:49] | Captain_Murdoch: | yw |
[02:31:00] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[02:34:41] | Mousey (Mousey!~wtfisme@ross154.net) has quit (Remote host closed the connection) | |
[02:54:28] | wagnerrp: | Captain_Murdoch: it was causing problems with unicode text |
[02:54:39] | wagnerrp: | not knowing how to match unicode characters in a regular expression |
[02:54:52] | wagnerrp: | i commented it, waiting to see if it caused problems with it not being there |
[02:55:20] | Captain_Murdoch: | ok, sounds fine to me. |
[02:55:35] | Captain_Murdoch: | thx |
[02:57:01] | wagnerrp: | although why i would have used the preprocessor to comment it out, i dont know |
[02:58:24] | wagnerrp: | looks like beirdo replaced the comment with preprocessor conditionals |
[02:58:51] | wagnerrp: | i guess it did bad things with the logger |
[03:01:59] | wagnerrp: | here we go... https://github.com/MythTV/mythtv/commit/7422f . . . 3f22431cd084 |
[03:02:14] | wagnerrp: | "This commit also disables the regular expression character filter which is currently preventing Myth URIs with defined storage groups or UTF-8" |
[03:02:49] | wagnerrp: | Captain_Murdoch: ^^^ |
[03:03:48] | Captain_Murdoch: | ok, the storage group thing is fixed by an @ in the regex. I'm not sure about the UTF-8. |
[03:04:40] | Captain_Murdoch: | yeah, that commit is the one foo bum referred to earlier. |
[03:05:07] | Captain_Murdoch: | I must have missed that when I read the commit log. :| |
[03:05:42] | wagnerrp: | probably should have split that into a separate commit |
[03:06:29] | Captain_Murdoch: | no problem. I was just curious why it was taken totally out. I'm fine with it being gone. not sure if I added that or not. if so, it was probably just trying to sanitize input some. |
[04:29:05] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[06:23:40] | eugo_ is now known as eugo | |
[06:23:41] | eugo (eugo!~eugo@46.239.224.8) has quit (Changing host) | |
[06:23:41] | eugo (eugo!~eugo@unaffiliated/eugo) has joined #mythtv | |
[06:24:28] | xris (xris!~xris@mythtv/developer/xris) has quit (Quit: Terminated with extreme prejudice - dircproxy 1.2.0) | |
[06:27:40] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv | |
[06:27:40] | xris (xris!~xris@xris.forevermore.net) has quit (Changing host) | |
[06:27:40] | xris (xris!~xris@mythtv/developer/xris) has joined #mythtv | |
[06:57:34] | stoffel (stoffel!~quassel@p57B4D5A0.dip.t-dialin.net) has joined #mythtv | |
[07:21:20] | stoffel (stoffel!~quassel@p57B4D5A0.dip.t-dialin.net) has quit (Remote host closed the connection) | |
[08:06:20] | GreyFoxx (GreyFoxx!~greg@2607:ae00:fff9::1) has quit (Ping timeout: 244 seconds) | |
[08:07:04] | markk: | kenni: thanks for the voice of reason on that vdpau/alternate player thread. |
[11:04:58] | willcooke (willcooke!~will@canonical/willcooke) has joined #mythtv | |
[11:05:02] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Remote host closed the connection) | |
[11:05:56] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv | |
[11:22:30] | superm1 (superm1!u4318@ubuntu/member/superm1) has quit (Ping timeout: 240 seconds) | |
[11:42:49] | superm1 (superm1!u4318@ubuntu/member/superm1) has joined #mythtv | |
[11:46:34] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[11:59:24] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[14:13:56] | yoyolala (yoyolala!~yoyolala@unaffiliated/yoyolala) has joined #mythtv | |
[14:22:03] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[14:40:32] | j-rod|afk is now known as j-rod | |
[15:09:49] | willcooke (willcooke!~will@canonical/willcooke) has quit (Ping timeout: 252 seconds) | |
[15:15:46] | GreyFoxx (GreyFoxx!greg@mythtv/developer/GreyFoxx) has joined #mythtv | |
[15:19:41] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Remote host closed the connection) | |
[15:21:19] | kth (kth!~kth@unaffiliated/kth) has joined #mythtv | |
[15:26:11] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[15:26:34] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[15:40:37] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Read error: Connection reset by peer) | |
[15:45:27] | mmiller (mmiller!VAXVMS@pdpc/supporter/professional/mmiller) has joined #mythtv | |
[15:46:59] | kth (kth!~kth@unaffiliated/kth) has quit (Quit: Leaving.) | |
[15:48:59] | kth (kth!~kth@unaffiliated/kth) has joined #mythtv | |
[15:49:04] | mmiller: | Anyone have any experience with mythweb erros like !NoTrans: Unexpected response to MYTH_PROTO_VERSION '63': !! and !!NoTrans: Failed to set php timezone to !! ? |
[15:50:38] | wagnerrp: | please see the #mythtv-users channel for user support |
[15:51:36] | mmiller: | Thanks |
[15:51:43] | andreax (andreax!~andreaz@p4FC13C33.dip.t-dialin.net) has joined #mythtv | |
[15:54:18] | Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-58-187.hr.hr.cox.net) has joined #mythtv | |
[15:54:19] | Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-58-187.hr.hr.cox.net) has quit (Changing host) | |
[15:54:19] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[16:01:54] | kth (kth!~kth@unaffiliated/kth) has quit (Read error: Connection reset by peer) | |
[16:01:58] | kth (kth!~kth@unaffiliated/kth) has joined #mythtv | |
[16:12:28] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv | |
[16:15:39] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv | |
[16:24:19] | jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has joined #mythtv | |
[16:33:49] | jstenback (jstenback!~jstenback@2620:101:8003:200:224:e8ff:fe39:34c2) has quit (Ping timeout: 240 seconds) | |
[16:34:02] | jstenback (jstenback!~jstenback@2620:101:8003:200:224:e8ff:fe39:34c2) has joined #mythtv | |
[16:46:05] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Remote host closed the connection) | |
[16:47:41] | rsiebert (rsiebert!~quassel@g231187020.adsl.alicedsl.de) has joined #mythtv | |
[16:48:06] | rsiebert_ (rsiebert_!~quassel@e179135026.adsl.alicedsl.de) has quit (Ping timeout: 240 seconds) | |
[16:49:22] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv | |
[17:08:38] | jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has quit (Remote host closed the connection) | |
[17:18:46] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[17:22:04] | kth1 (kth1!~kth@dyndsl-085-016-232-201.ewe-ip-backbone.de) has joined #mythtv | |
[17:23:11] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Ping timeout: 258 seconds) | |
[17:24:36] | kth (kth!~kth@unaffiliated/kth) has quit (Ping timeout: 252 seconds) | |
[17:39:17] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv | |
[17:45:23] | jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has joined #mythtv | |
[17:48:53] | rsiebert (rsiebert!~quassel@g231187020.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
[17:50:43] | rsiebert (rsiebert!~quassel@g231187020.adsl.alicedsl.de) has joined #mythtv | |
[18:01:32] | rsiebert (rsiebert!~quassel@g231187020.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
[18:03:16] | rsiebert (rsiebert!~quassel@g231187020.adsl.alicedsl.de) has joined #mythtv | |
[18:05:32] | rsiebert (rsiebert!~quassel@g231187020.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
[18:07:16] | rsiebert (rsiebert!~quassel@g231187020.adsl.alicedsl.de) has joined #mythtv | |
[18:12:21] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Ping timeout: 260 seconds) | |
[18:13:04] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv | |
[18:17:19] | xris: | wow. we made engadget: http://www.engadget.com/2011/11/08/code-wizar . . . dows-legend/ |
[18:17:40] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[18:17:59] | wagnerrp: | s/we/mythtv 0.16/ |
[18:18:05] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[18:18:08] | xris: | heh |
[18:18:29] | xris: | says 0.24 |
[18:18:36] | wagnerrp: | picture says otherwise |
[18:18:38] | wagnerrp: | :) |
[18:19:10] | xris: | source article is here: http://www.missingremote.com/guide/mythtv-windows |
[18:19:15] | iamlindoro: | and by "ported" they mean "compiled???" |
[18:20:27] | xris: | heh |
[18:20:48] | xris: | anyway, kind of cool to see news about mythtv hit a slightly more mainstream site than /. |
[18:45:19] | kth1 (kth1!~kth@dyndsl-085-016-232-201.ewe-ip-backbone.de) has quit (*.net *.split) | |
[18:45:19] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (*.net *.split) | |
[18:45:19] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (*.net *.split) | |
[18:45:19] | andreax (andreax!~andreaz@p4FC13C33.dip.t-dialin.net) has quit (*.net *.split) | |
[18:45:20] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has quit (*.net *.split) | |
[18:45:20] | saintdev (saintdev!~saint@unaffiliated/saintdev) has quit (*.net *.split) | |
[18:45:20] | cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has quit (*.net *.split) | |
[18:45:20] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (*.net *.split) | |
[18:46:18] | kth1 (kth1!~kth@dyndsl-085-016-232-201.ewe-ip-backbone.de) has joined #mythtv | |
[18:46:18] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[18:46:18] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[18:46:18] | andreax (andreax!~andreaz@p4FC13C33.dip.t-dialin.net) has joined #mythtv | |
[18:46:18] | saintdev (saintdev!~saint@unaffiliated/saintdev) has joined #mythtv | |
[18:46:18] | cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has joined #mythtv | |
[18:46:18] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[18:46:45] | jams (jams!~jams@cpe-184-58-217-97.wi.res.rr.com) has joined #mythtv | |
[18:47:06] | dekarl (dekarl!~dekarl@dslb-084-058-181-236.pools.arcor-ip.net) has joined #mythtv | |
[18:49:43] | tomimo (tomimo!~kurre@xdsl-83-150-88-111.nebulazone.fi) has quit (Quit: Ex-Chat) | |
[19:03:32] | cattelan_away (cattelan_away!~cattelan@c-66-41-26-220.hsd1.mn.comcast.net) has joined #mythtv | |
[19:04:50] | dekarl (dekarl!~dekarl@dslb-084-058-181-236.pools.arcor-ip.net) has quit (Quit: Leaving.) | |
[19:05:10] | dekarl (dekarl!~dekarl@dslb-084-058-181-236.pools.arcor-ip.net) has joined #mythtv | |
[19:05:54] | dekarl (dekarl!~dekarl@dslb-084-058-181-236.pools.arcor-ip.net) has quit (Client Quit) | |
[19:06:18] | dekarl (dekarl!~dekarl@dslb-084-058-181-236.pools.arcor-ip.net) has joined #mythtv | |
[19:31:11] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (Read error: No route to host) | |
[19:34:23] | kth1 (kth1!~kth@dyndsl-085-016-232-201.ewe-ip-backbone.de) has quit (Read error: Connection reset by peer) | |
[20:02:09] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.58) has quit (Quit: Coyote finally caught me) | |
[20:05:41] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.58) has joined #mythtv | |
[20:18:26] | jpabq_ (jpabq_!~jpabq@mythtv/developer/jpabq) has quit (Remote host closed the connection) | |
[20:23:25] | clever (clever!~clever@142.167.217.73) has quit (Ping timeout: 240 seconds) | |
[20:30:20] | clever (clever!~clever@142.167.195.196) has joined #mythtv | |
[20:43:19] | xris: | Captain_Murdoch: may have accidentally unsubscribed the admin@mythtv address from red hat emails. I love how they don't tell you which address they're unsubscribing until AFTER you click the button. |
[20:47:01] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Ping timeout: 260 seconds) | |
[20:58:41] | allesmueller (allesmueller!~allesmuel@mk046207246245.a1.net) has joined #mythtv | |
[20:58:41] | allesmueller (allesmueller!~allesmuel@mk046207246245.a1.net) has quit (Changing host) | |
[20:58:41] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has joined #mythtv | |
[21:30:59] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[21:42:55] | iamlindoro: | looks like VLC went with libav versus ffmpeg |
[21:43:33] | wagnerrp: | i thought VLC had their own codec library |
[21:44:28] | iamlindoro: | Nope, they're libav* based just like everyone else |
[22:00:40] | xris: | iamlindoro: good call on the packager stuff. I almost sent that same message last night. |
[22:00:54] | iamlindoro: | It was wagnerrp, he deserves the credit :) |
[22:00:59] | iamlindoro: | I just voted "yes" :) |
[22:01:17] | ** xris bemoans brain-too-full-of-work syndrome. ** | |
[22:01:25] | xris: | (and blames) |
[22:08:05] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 260 seconds) | |
[22:09:42] | wagnerrp: | iamlindoro: i wonder what happened with that engadget article |
[22:09:53] | wagnerrp: | seems all the comments suddenly started showing up |
[22:10:03] | wagnerrp: | it was stuck at 17 comments visible for me most of the day |
[22:10:20] | iamlindoro: | wagnerrp: Dunno, but there's one guy with a delusional or outright malicious bit of misinformation (the "cablecards won't work" guy) |
[22:10:38] | wagnerrp: | yes, we both responded to that one |
[22:15:38] | biffhero (biffhero!~Adium@edge-gw-rwc.silverspringnet.com) has joined #mythtv | |
[22:16:05] | biffhero: | I just saw " ▪ Hardware profiler to help developers understand the user's hardware landscape (opt-in)" … you guys are brilliant. |
[22:16:09] | biffhero (biffhero!~Adium@edge-gw-rwc.silverspringnet.com) has left #mythtv () | |
[22:27:24] | iamlindoro: | dblain: I am looking at the GetPreviewImage code, and I see that it takes the default preview image and scales that to whatever requested size. Would it bothered you if I changed the API to generate the preview at the size requested instead, so that a large screenshot request will look nice? |
[22:27:32] | iamlindoro: | s/bothered/bother/ |
[22:29:01] | wagnerrp: | bleh, the comments are seized up again |
[22:31:25] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[22:43:14] | andreax (andreax!~andreaz@p4FC13C33.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[23:04:41] | j-rod is now known as j-rod|afk | |
[23:29:24] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv | |
[23:37:06] | allesmueller (allesmueller!~allesmuel@unixboard/users/allesmueller) has quit (Ping timeout: 260 seconds) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.