MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (92):

iamlindoro, MythLogBot, aloril, Anduin, chainsawbike, clever, coling, damaltor, dblain, eharris, jcarlos, jpabq, jpabq|, jstenback, justinh, jwhite, kenni, kurre2, mag0o, markk, mrec, MythBuild, pheld, poptix, reynaldo, rsiebert, sailerboy, sphery, sraue, stuarta, stuartm, superm1, tgm4883, ThisNewGuy, tomimo, Unhelpful, unlord, zCougar, _charly_, Anssi, anykey_, Beirdo, brfransen, Cougar, ElmerFudd, foobum, ghoti, J-e-f-f-A, joe__, k-man, kwmonroe, laga, purserj, rhpot1991, Seeker`, Slasher`, sutula, vallor, wagnerrp, ybot, taylorr, dlblog, gregL, PointyPumper, wahrhaft, tris, Chutt, JEDIDIAH__, jams, GreyFoxx, yoyolala, davide, natanojl, j-rod|afk, cesman, eugo, mmiller, dekarl, cattelan_away, moodboom, Snert-, koffel, Dave123, jmartens, andreax1, Malard, skd5aner, dblain_remote, Guest14530, mzanetti, high-rez, arcsky
Saturday, November 12th, 2011, 00:26 UTC
[00:26:00] ** iamlindoro is not crazy of 10161 **
[00:33:29] iamlindoro: s/of/about/
[00:34:13] iamlindoro: ProgramInfo is vile enough without 32 new methods because people don't want to buy proper computers, but do want to load 2000 recordings :)
[00:40:12] sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat)
[00:51:05] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv
[02:05:02] davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection)
[02:05:25] davide (davide!~david@host70.16.intrusion.com) has joined #mythtv
[02:07:01] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[02:10:20] mrand: what if they buy a half-proper computer with only 1000 recordings? ;-)
[02:11:17] wagnerrp: theyre talking about 4 seconds to load instead of 6
[02:11:29] wagnerrp: where a 'proper' computer would natively do it in 1–2
[02:14:31] knightr (knightr!~knightr@mythtv/developer/knightr) has quit (Ping timeout: 252 seconds)
[02:18:29] iamlindoro: Some efficiency improvements are not worth the tradeoff in code readability
[02:18:42] iamlindoro: s/efficiency/speed/
[02:18:51] iamlindoro: since his code is actually less efficient
[02:20:25] Captain_Murdoch: it would make more sense to do lazy loading of the recordings list from the backend. I don't want to see us only load a single recording group at a time (like one previous user patch) because that slows down switching between groups (which we do frequently at my house), but we could lazy load the rest of the list. it would take a big patch, but we could load enough info to build the 'title' list, then load the rest in the bac
[02:20:26] Captain_Murdoch: kground.
[02:21:01] wagnerrp: its not like theres all that much data there
[02:21:09] wagnerrp: is there any reason not to simply cache that data
[02:21:19] Captain_Murdoch: cache on the MBE?
[02:21:19] ** iamlindoro thinks the PBB seems enough like a web page sometimes **
[02:21:25] wagnerrp: and keep it updated with events from the backend?
[02:21:34] wagnerrp: cache on the FE
[02:21:35] Captain_Murdoch: we do cache it on the FE until you exit PBB.
[02:21:45] wagnerrp: so it doesnt have to be pulled every time you open the PBB
[02:21:48] Captain_Murdoch: and we try to do inserts/updates/deletes now.
[02:23:01] Captain_Murdoch: caching on the FE means you either keep that cache up to date all the time, in something like PBBCache::CustomEvent() or you have to do a diff when you startup PBB to see what to reload/resync.
[02:23:52] wagnerrp: right, im saying move it into some background task that is always receiving backend events
[02:24:30] wagnerrp: not including images, each ProgramInfo consumes a few tens of KB?
[02:24:46] iamlindoro: I doubt it's anywhere near that
[02:27:23] Captain_Murdoch: to me, memory isn't the issue, it's the logic. FE needs to be able to check it's version of the cache against the MBE's version, so you almost need cache version numbers. for instance when the FE suspends, misses events, and wakes up again. it needs to know whether to reload the list or not.
[02:27:57] wagnerrp: if it suspends, it would drop connection to the backend and have to reconnect
[02:28:06] wagnerrp: couldnt it just trigger a full refresh on a reconnect?
[02:28:21] Captain_Murdoch: granted, most of those apply to the PBB cache as well.
[02:28:29] Captain_Murdoch: in-PBB cache that is.
[02:28:33] wagnerrp: or perhaps trigger one when you enter the PBB, and lazily update the on-screen version at that point
[02:35:00] Captain_Murdoch: yeah. could do. to me it just seems better to only request what you need rather than trying to maintain a mirror of all the data all the time.
[02:35:05] Captain_Murdoch: s/better/easier/
[02:35:22] cattelan is now known as cattelan_away
[02:37:55] Captain_Murdoch: PBB could first request just a list of recordings' chanid, starttime, title, category, and recgroup in order to draw the 'title' and group areas. then to draw the 'recordings' area, it could lazy load the list. new MBE command could supply a list of chanids/starttimes to load and result is a list of programinfos. that would allow loading one or multiple at the same time.
[02:38:24] Captain_Murdoch: again, a lot of code, and nothing that bothers me enough to spend time on. :)
[02:40:37] Captain_Murdoch: got better things to work on like audio sync issues in my HTTP live streaming mythtranscode mods along with the services API to go along with it.
[02:44:15] Captain_Murdoch: iamlindoro, I configured with --enable-libvpx and was able to write out a webm file with vp8 video and vorbis audio that was playable in mythavtest.
[02:44:55] iamlindoro: Captain_Murdoch: Sweet :)
[02:45:38] iamlindoro: Nice progress
[02:46:01] iamlindoro: How does $FreeBrowser handle the file?
[02:47:55] kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Quit: kormoc)
[02:52:32] Captain_Murdoch: haven't tried yet. I just did that earlier today and haven't tried playing it elsewhere.
[02:53:02] iamlindoro: Very cool all the same-- one presumes it should play OK it at least Chrome
[03:02:27] Captain_Murdoch: video just played fine in chrome, but no audio, but then I've never tried AV in chrome on this laptop before, so I don't know if audio ever worked.
[03:15:42] koffel (koffel!koffel@c-71-230-235-96.hsd1.pa.comcast.net) has quit (Ping timeout: 240 seconds)
[03:21:01] koffel (koffel!koffel@c-71-230-235-96.hsd1.pa.comcast.net) has joined #mythtv
[03:27:47] koffel (koffel!koffel@c-71-230-235-96.hsd1.pa.comcast.net) has quit (Ping timeout: 258 seconds)
[03:32:26] koffel (koffel!~whome@c-71-230-235-96.hsd1.pa.comcast.net) has joined #mythtv
[04:22:06] koffel (koffel!~whome@c-71-230-235-96.hsd1.pa.comcast.net) has quit (Ping timeout: 240 seconds)
[04:26:18] koffel (koffel!koffel@173-167-212-105-ip-static.hfc.comcastbusiness.net) has joined #mythtv
[05:48:38] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[07:16:25] saintdev (saintdev!~saint@unaffiliated/saintdev) has quit (Quit: It's the end of the world as I know it.)
[08:09:04] Goga777 (Goga777!~Goga777@shpd-95-53-191-240.vologda.ru) has joined #mythtv
[08:30:36] saintdev (saintdev!~saint@c-24-9-201-236.hsd1.co.comcast.net) has joined #mythtv
[08:30:36] saintdev (saintdev!~saint@c-24-9-201-236.hsd1.co.comcast.net) has quit (Changing host)
[08:30:36] saintdev (saintdev!~saint@unaffiliated/saintdev) has joined #mythtv
[08:44:45] andreax (andreax!~andreaz@p4FC12F0D.dip.t-dialin.net) has joined #mythtv
[08:45:55] natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv
[09:16:59] andreax (andreax!~andreaz@p4FC12F0D.dip.t-dialin.net) has quit (Read error: Connection reset by peer)
[10:34:30] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has quit (Ping timeout: 240 seconds)
[11:05:02] mike|3 (mike|3!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Remote host closed the connection)
[11:05:58] mike (mike!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv
[11:06:24] mike is now known as Guest14530
[12:19:43] coling (coling!~colin@cpc1-sgyl30-2-0-cust258.sgyl.cable.virginmedia.com) has joined #mythtv
[12:30:48] mzanetti_ is now known as mzanetti
[13:13:00] davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection)
[13:13:21] davide (davide!~david@host70.16.intrusion.com) has joined #mythtv
[13:24:51] SteveGoodey (SteveGoodey!~steve@host86-160-40-190.range86-160.btcentralplus.com) has joined #mythtv
[14:30:25] PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has quit (Ping timeout: 252 seconds)
[14:33:48] Dave123 (Dave123!~dave@cpe-74-74-200-106.rochester.res.rr.com) has quit (Quit: Leaving)
[14:37:02] PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has joined #mythtv
[14:42:01] Goga777 (Goga777!~Goga777@shpd-95-53-191-240.vologda.ru) has quit (Read error: Connection reset by peer)
[14:43:03] Goga777 (Goga777!~Goga777@shpd-95-53-191-240.vologda.ru) has joined #mythtv
[14:58:32] SteveGoodey (SteveGoodey!~steve@host86-160-40-190.range86-160.btcentralplus.com) has quit (Remote host closed the connection)
[15:20:36] high-rez (high-rez!~gus@2001:470:e935::2) has joined #mythtv
[15:30:40] Goga777 (Goga777!~Goga777@shpd-95-53-191-240.vologda.ru) has quit (Ping timeout: 256 seconds)
[15:31:47] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[15:32:28] knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv
[15:43:27] Goga777 (Goga777!~Goga777@shpd-95-53-191-240.vologda.ru) has joined #mythtv
[15:54:47] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[16:08:32] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[16:13:51] Dave123 (Dave123!~dave@cpe-74-74-200-106.rochester.res.rr.com) has joined #mythtv
[16:16:24] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[16:20:09] Dave123 (Dave123!~dave@cpe-74-74-200-106.rochester.res.rr.com) has quit (Read error: Connection reset by peer)
[16:20:50] Dave123 (Dave123!~dave@cpe-74-74-200-106.rochester.res.rr.com) has joined #mythtv
[16:44:15] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Read error: Connection reset by peer)
[16:44:57] rsiebert_ (rsiebert_!~quassel@e179132201.adsl.alicedsl.de) has quit (Read error: Connection reset by peer)
[16:48:03] rsiebert (rsiebert!~quassel@g225058079.adsl.alicedsl.de) has joined #mythtv
[16:54:12] SteveGoodey (SteveGoodey!~steve@host86-160-40-190.range86-160.btcentralplus.com) has joined #mythtv
[17:00:28] gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv
[17:00:56] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[17:14:32] gigem_ (gigem_!~gigem@mythtv/developer/gigem) has quit ()
[17:16:23] gigem (gigem!~gigem@pool-71-170-166-111.dllstx.fios.verizon.net) has joined #mythtv
[17:16:23] gigem (gigem!~gigem@pool-71-170-166-111.dllstx.fios.verizon.net) has quit (Changing host)
[17:16:23] gigem (gigem!~gigem@mythtv/developer/gigem) has joined #mythtv
[17:16:38] andreax (andreax!~andreaz@p4FC12F0D.dip.t-dialin.net) has joined #mythtv
[17:50:01] arcsky (arcsky!~arcsky@2001:470:1f08:1b3b::2) has joined #mythtv
[17:51:38] koffel (koffel!koffel@173-167-212-105-ip-static.hfc.comcastbusiness.net) has quit (Read error: Connection reset by peer)
[17:58:17] koffel (koffel!koffel@173-167-212-105-ip-static.hfc.comcastbusiness.net) has joined #mythtv
[18:04:30] davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection)
[18:04:55] davide (davide!~david@host70.16.intrusion.com) has joined #mythtv
[18:36:17] Goga777 (Goga777!~Goga777@shpd-95-53-191-240.vologda.ru) has quit (Quit: Leaving)
[18:53:17] skd5aner (skd5aner!~skd5aner@cpe-071-071-242-134.carolina.res.rr.com) has joined #mythtv
[19:30:37] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[19:35:19] SteveGoodey (SteveGoodey!~steve@host86-160-40-190.range86-160.btcentralplus.com) has quit (Remote host closed the connection)
[19:53:09] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[20:10:06] dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has quit (Ping timeout: 240 seconds)
[20:10:07] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[20:11:40] dlblog (dlblog!~dlblog@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv
[20:41:55] stoffel (stoffel!~quassel@p57B4DE80.dip.t-dialin.net) has joined #mythtv
[20:43:52] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[20:51:27] knightr (knightr!~knightr@mythtv/developer/knightr) has quit (Ping timeout: 248 seconds)
[21:01:32] coling (coling!~colin@cpc1-sgyl30-2-0-cust258.sgyl.cable.virginmedia.com) has quit (Quit: leaving)
[21:09:26] coling (coling!~colin@cpc1-sgyl30-2-0-cust258.sgyl.cable.virginmedia.com) has joined #mythtv
[21:21:36] stoffel (stoffel!~quassel@p57B4DE80.dip.t-dialin.net) has quit (Remote host closed the connection)
[21:44:47] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[22:15:12] SteveGoodey (SteveGoodey!~steve@host86-160-40-190.range86-160.btcentralplus.com) has joined #mythtv
[22:22:05] SteveGoodey (SteveGoodey!~steve@host86-160-40-190.range86-160.btcentralplus.com) has quit (Remote host closed the connection)
[22:25:55] koffel (koffel!koffel@173-167-212-105-ip-static.hfc.comcastbusiness.net) has quit (Ping timeout: 260 seconds)
[22:31:37] koffel (koffel!koffel@173-167-212-105-ip-static.hfc.comcastbusiness.net) has joined #mythtv
[22:44:37] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (Ping timeout: 240 seconds)
[22:58:00] aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv
[22:58:18] andreax1 (andreax1!~andreaz@p4FC12498.dip.t-dialin.net) has joined #mythtv
[22:58:20] andreax (andreax!~andreaz@p4FC12F0D.dip.t-dialin.net) has quit (Ping timeout: 256 seconds)
[22:58:21] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[23:06:16] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[23:24:27] zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv
[23:37:10] zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection)
[23:42:27] jpabq: sphery, iamlindoro regarding #9213, does that ONLY apply to user-defined cut lists? If so, that is fine, but I would obviously not want that behavior for commflagged cutlists.
[23:44:05] j-rod|afk is now known as j-rod
[23:44:44] j-rod is now known as j-rod|afk
[23:45:59] koffel (koffel!koffel@173-167-212-105-ip-static.hfc.comcastbusiness.net) has quit (Read error: Connection reset by peer)
[23:46:23] iamlindoro: jpabq: ? That's not my ticket
[23:46:59] iamlindoro: I was just catching up on the huge number of orphaned info needed tickets
[23:47:02] jpabq: You were just the last person to touch it.
[23:47:21] iamlindoro: I really don't know anything about it
[23:48:15] jpabq: Okay. I just wanted to put my 2 cents in.
[23:48:53] iamlindoro: commflag is a skip list in our terminology IIRC, a cultist is *only* user defined
[23:49:42] jpabq: Okay. I never noticed commflag being called a skip list before, but that works for me. Thanks.
[23:52:59] koffel (koffel!koffel@173-167-212-105-ip-static.hfc.comcastbusiness.net) has joined #mythtv

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.