MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (63):

MythLogBot, amessina, Anssi, caelor, clever, coling, dekarl, ElmerFudd, fetzerch, gregL, J-e-f-f-A, jams, jarle, jarryd, jheizer, joki, jpharvey, jwhite, jya, kormoc, kurre2, moparisthebest, MythBuild, nephyrin, peper03, purserj, rhpot1991, robink, ryan_turner|MTW, Sharky112065, skd5aner, sphery, sraue, stuarta, sunkan, taylorr, tonsofpcs, tris, unforgiven512, wagnerrp, XDS2010_, xris, zentec_, aloril, Captain_Murdoch2, eee-blt, kwmonroe, superm1, Chutt, rsiebert, tgm4883, wahrhaft_, poptix, sheedy, aberrios_, _charly_, dblain_, GreyFoxx_, wseltzer1, enyc, dumnut, stuartm_, Gibby_
Wednesday, August 13th, 2014, 00:20 UTC
[00:20:31] superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (Quit: Connection closed for inactivity)
[00:39:52] enyc: jya: ooooooooh interesting! so makes some sense why it may have been disabled
[00:40:26] enyc: jya: though, there seems to be a difference between compliing mythtv on arm with opengl and mythtv on arm with opengl *and* opengl-es-2.0 detected ...
[01:06:40] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_)
[01:52:29] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv
[02:08:20] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 260 seconds)
[02:08:58] peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv
[02:21:51] aloril_ (aloril_!~aloril@dsl-tkubrasgw2-54faa3-2.dhcp.inet.fi) has joined #mythtv
[02:22:39] aloril (aloril!~aloril@dsl-tkubrasgw2-54faa3-2.dhcp.inet.fi) has quit (Ping timeout: 255 seconds)
[02:24:59] superm1 (superm1!uid4318@ubuntu/member/superm1) has joined #mythtv
[02:33:13] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_)
[02:48:45] jya: enyc: you can’t have both.. it’s one or the other
[03:48:27] sheedy is now known as sheedy-away
[03:54:30] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 260 seconds)
[03:55:42] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv
[04:20:24] stichnot (stichnot!~stichnot@adsl-68-127-28-41.dsl.pltn13.pacbell.net) has joined #mythtv
[04:20:35] stichnot (stichnot!~stichnot@adsl-68-127-28-41.dsl.pltn13.pacbell.net) has quit (Changing host)
[04:20:35] stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv
[04:34:01] arescorpio (arescorpio!~arescorpi@201-26-245-190.fibertel.com.ar) has joined #mythtv
[04:51:54] arescorpio (arescorpio!~arescorpi@201-26-245-190.fibertel.com.ar) has quit (Excess Flood)
[05:27:49] aloril_ is now known as aloril
[06:10:31] superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (Quit: Connection closed for inactivity)
[06:13:04] FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv
[06:36:52] enyc: jya: right, which is what i was expecting, but the ./configure outtput appears to be ablou te o 'detect' opengl on arm but not see 'opengl ES 2.0'
[06:40:00] jya: enyc: for opengl support you must use the opengl as used by Qt
[06:41:07] enyc: jya: how do I know if I've got the right version in there etc.? does the mythbuntu packages ' build-dependencies do that right?
[06:41:26] jya: the configure will tell you
[06:46:12] enyc: jya: hrrrrrrrm my builds are runninng... oneof my ARM configures will tell me in a bit... in i386 I see:-
[06:46:18] enyc: qmake /usr/bin/qmake-qt4
[06:46:36] enyc: x11 support yes
[06:46:46] enyc: OpenGL video yes
[06:46:52] enyc: OpenGL ES 2.0 no
[06:47:08] jya: well, there you go
[06:47:22] jya: your qt was built with opengl (not es)
[06:47:26] enyc: but on arm its' different the latter (can) say yes with the right headers installed
[06:47:49] enyc: but I believe I've had it saying yes to the OpenGL and no to the OpenGL ES 2.0 on arm
[06:52:09] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[07:02:56] jya: enyc: cross-compilation isn’t somethign that works very well if you want to build on i386 but compile for arm
[07:03:02] jya: commits are welcomed !
[07:03:24] jya: if you want to build on an arm, your best option is going to use dist-cc
[07:03:27] enyc: jya: i'm not cross-compiling... I'm using complete arm chroot with the right patched qemu etc.
[07:07:29] enyc: jya: well, at least, I'm not using the mythtv soucre codes' cross-compile-functionality =)
[07:07:49] jya: last time I had to recompile Qt 5
[07:08:20] jya: there was a patch in order to make it work using a single GL surface
[07:08:26] jya: instead of crashing
[07:08:32] jya: actually
[07:08:35] jya: now that I remember
[07:08:45] jya: there’s a branch with my ongoing progress for arm
[07:09:30] enyc: jya: branch of ... ?? qt?? mythtv ??
[07:09:30] jya: devel/rpi
[07:09:34] jya: mythtv
[07:09:43] jya: its old
[07:09:47] jya: need to upgrade it
[07:09:58] jya: but it had new code to allow building on the pi
[07:10:06] jya: what platform do you want to build on?
[07:10:16] jya: and does your platform supports OpenGL via X?
[07:10:25] jya: the issue with the Pi is that it doesn't
[07:10:38] enyc: Mostly, wheezy – (various)
[07:10:58] enyc: thigs like hummingboard or banana-pi on wheezy-armhf or trusty-armhf would be good
[07:11:08] enyc: wheezy-rpi would be nice but not having high expectations ;p
[07:11:10] jya: that doesn’t tell me anything about the platform you’re running on
[07:11:18] jya: don’t care about the distribution really
[07:11:48] enyc: soryr I thought I said "things like hummingboard or banana-pi" ... rpi would be nice but not having high expectations ;p
[07:12:07] jya: in the devel/rpi I added a —enable-eglfs which is what you need to run myth outside of X on linux
[07:12:43] enyc: I wonder what raspbmc do
[07:12:43] jya: then you start myth as follow:
[07:13:00] jya: they work in a single OpenGL ES surface, outside of X
[07:13:07] jya: you don’t need X to run
[07:13:21] ** jya searching **
[07:13:39] jya: it’s an argument to provide to the application
[07:13:49] jya: that Qt QMain will intercept
[07:16:54] jya: you had to use the EGL Qt plugin (http://www.khronos.org/egl)
[07:18:51] jya: I think you had to call mythfrontend with -platform egl
[07:18:55] jya: or something like that
[07:18:59] jya: can’t remember sorry
[07:19:03] enyc: ok, it looks like wheezy libqt4 is compiled with X11
[07:19:16] jya: you can’t use qt4 anyway
[07:19:21] enyc: their open gll lib links to libX11.so.6 etc.
[07:19:25] jya: you need qt5 to make any progress
[07:19:39] enyc: where is this documented dependencies between wythtv qt5 x11 ?
[07:19:53] jya: unless there’s been significant change in the past year, there was no opengl support in X on the rpi
[07:20:05] enyc: nodsnods
[07:20:05] jya: the issue isn’t qt5 vs x11
[07:20:20] enyc: but hummingboard, banana pi, that have proper graphics driver etc.?
[07:20:27] jya: is just that in qt4 opengl es is so buggy that it’s of no use
[07:20:43] jya: it’s only usable in Qt5
[07:20:51] jya: in Qt4 you can’t use it outside X
[07:21:00] enyc: aah
[07:21:11] jya: the way you do it on the pi, is you create an OpenGL ES surface, and you do everything in it
[07:21:23] jya: directly in the hardware. no X nothing
[07:21:32] jya: that’s how the Qt5 cube example application does it
[07:21:38] enyc: so QT4 may be fine on arm hardware that has graphics support for OpenGL-on-X11 accelerated
[07:21:50] jya: you type ./cube in the command line, and magic you see a cube rotating on the pi
[07:22:02] jya: enyc: if there’s such thing yes
[07:22:24] jya: in fact that’s where I stop aiming to port on the pi and started wotking on the cubox
[07:22:31] jya: because their X driver do support GL
[07:22:41] enyc: hummingboard==cubox essentially
[07:22:44] jya: and the Pi, I couldn’t even decode mp3
[07:22:54] jya: wihtout maxing out the CPU
[07:22:58] enyc: same people, same SoC but now have leadouts to mini-pci and stuff
[07:23:11] jya: so when you couldn’t even have enough time to decode a single audio frame
[07:23:21] jya: imagine attempting to play at the same time a video
[07:23:43] jya: on xbmc, only stuff where you can do passthrough (AC3 / DTS) plays okay
[07:24:08] jya: after that I ran out of time to continue my work and I gave up
[07:24:19] enyc: okies
[07:24:26] jya: but with the new opengles painter in myth, the eglfs support
[07:24:48] jya: at least you can compile and run mythfrontend , without X… you’ll get the application to start
[07:24:53] jya: you’ll get a menu etc.
[07:25:03] jya: after that everything is so slow it’s unusable
[07:25:11] jya: that’s what I was up to last.
[07:25:29] jya: got it to run… and was overwhelmed by the task at hand
[07:30:05] FabriceMG1 (FabriceMG1!~Thunderbi@217.112.59.207) has joined #mythtv
[07:31:20] enyc: jya: I see... ok understood
[07:31:48] FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Remote host closed the connection)
[07:51:41] enyc: jya: cgarkyou for all your pointers... OOI what distros/versions were you working on/with ?
[07:51:54] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (Ping timeout: 250 seconds)
[07:52:12] jya: debian-wheezy i think
[07:52:23] jya: the one linked to on rpi web site
[07:58:04] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv
[08:04:42] rsiebert (rsiebert!~quassel@g226059124.adsl.alicedsl.de) has joined #mythtv
[08:07:43] rsiebert_ (rsiebert_!~quassel@f052004184.adsl.alicedsl.de) has quit (Ping timeout: 246 seconds)
[08:16:33] sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 240 seconds)
[08:35:33] joki (joki!~joki@p5486105C.dip0.t-ipconnect.de) has joined #mythtv
[08:41:23] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Quit: Konversation terminated!)
[08:55:54] jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv
[08:56:21] enyc: raspbian is wheezy based but compiled with different pflags etc.
[08:56:59] jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Client Quit)
[08:57:06] enyc: jya: there are now, various xbmc-optimized-distros ...
[08:57:10] enyc: http://lifehacker.com/raspberry-pi-xbmc-solut . . . l-1394239600
[09:05:35] enyc: jya: i mean xbmc as a frendoend, runnig on raspberry pi, distros
[09:14:14] jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya)
[10:00:04] rsiebert (rsiebert!~quassel@g226059124.adsl.alicedsl.de) has quit (*.net *.split)
[10:00:04] dekarl (dekarl!~dekarl@p4FCEE67C.dip0.t-ipconnect.de) has quit (*.net *.split)
[10:00:04] sphery (sphery!~mdean@mythtv/developer/sphery) has quit (*.net *.split)
[10:07:13] rsiebert (rsiebert!~quassel@g226059124.adsl.alicedsl.de) has joined #mythtv
[10:07:13] dekarl (dekarl!~dekarl@p4FCEE67C.dip0.t-ipconnect.de) has joined #mythtv
[10:07:14] sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv
[10:23:55] rsiebert (rsiebert!~quassel@g226059124.adsl.alicedsl.de) has quit (*.net *.split)
[10:23:55] dekarl (dekarl!~dekarl@p4FCEE67C.dip0.t-ipconnect.de) has quit (*.net *.split)
[10:23:55] sphery (sphery!~mdean@mythtv/developer/sphery) has quit (*.net *.split)
[10:24:33] enyc: jya: I think, in terms of demonstrating an accelerated armhf mythtv frontend, trusty-armhf on hummingboard(like cubox) or banana pi is my best best to try
[10:30:33] dekarl1 (dekarl1!~dekarl@p4FCEEFE0.dip0.t-ipconnect.de) has joined #mythtv
[10:30:33] rsiebert (rsiebert!~quassel@g226059124.adsl.alicedsl.de) has joined #mythtv
[10:30:33] dekarl (dekarl!~dekarl@p4FCEE67C.dip0.t-ipconnect.de) has joined #mythtv
[10:30:33] sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv
[10:31:54] dekarl (dekarl!~dekarl@p4FCEE67C.dip0.t-ipconnect.de) has quit (Ping timeout: 246 seconds)
[10:34:27] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv
[11:13:33] sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 240 seconds)
[11:16:27] wagnerrp: armhf wont even run on a raspberry pi, will it?
[11:26:52] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv
[12:12:16] Seeker` (Seeker`!~cjo20@host86-164-181-3.range86-164.btcentralplus.com) has joined #mythtv
[12:12:16] Seeker` (Seeker`!~cjo20@host86-164-181-3.range86-164.btcentralplus.com) has quit (Changing host)
[12:12:16] Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv
[12:46:22] kenni (kenni!~kenni@mythtv/developer/kenni) has joined #mythtv
[12:46:41] kenni (kenni!~kenni@mythtv/developer/kenni) has left #mythtv ()
[13:46:51] jedix (jedix!~jedix@24-246-7-68.cable.teksavvy.com) has joined #mythtv
[13:47:03] jedix (jedix!~jedix@24-246-7-68.cable.teksavvy.com) has left #mythtv ()
[14:10:01] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[14:32:41] Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv
[14:36:20] superm1 (superm1!uid4318@ubuntu/member/superm1) has joined #mythtv
[14:43:31] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[14:43:39] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 272 seconds)
[15:09:08] fixxxermet (fixxxermet!~lopan@vps.gnulnx.net) has joined #mythtv
[15:11:22] stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 240 seconds)
[16:24:28] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv
[16:25:08] FabriceMG1 (FabriceMG1!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG1)
[16:29:15] dekarl1 (dekarl1!~dekarl@p4FCEEFE0.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[16:30:35] dekarl (dekarl!~dekarl@p4FCEEFE0.dip0.t-ipconnect.de) has joined #mythtv
[17:01:16] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving)
[17:06:57] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has joined #mythtv
[17:08:30] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has quit (Client Quit)
[17:18:32] taylorr (taylorr!~taylorr@unaffiliated/elmojo) has quit (Remote host closed the connection)
[17:20:33] taylorr (taylorr!~taylorr@cpe-173-095-144-131.nc.res.rr.com) has joined #mythtv
[17:20:36] taylorr (taylorr!~taylorr@cpe-173-095-144-131.nc.res.rr.com) has quit (Changing host)
[17:20:36] taylorr (taylorr!~taylorr@unaffiliated/elmojo) has joined #mythtv
[17:35:53] Steve_Goodey (Steve_Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[17:37:52] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 250 seconds)
[17:39:52] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[17:40:39] Steve_Goodey (Steve_Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 246 seconds)
[17:43:40] Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has quit (Read error: Connection reset by peer)
[18:05:06] stichnot (stichnot!~stichnot@216.239.45.95) has joined #mythtv
[18:05:06] stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv
[18:05:06] stichnot (stichnot!~stichnot@216.239.45.95) has quit (Changing host)
[18:10:30] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has joined #mythtv
[18:10:36] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has quit (Remote host closed the connection)
[18:11:41] gigem: Is anybody out there? Things are pretty quiet today, too quiet even.
[18:14:57] stuartm: I'm about, not up to much though
[18:15:15] dekarl: close to prime time, maybe everyone went back to LiveTV after the latest fixes? :p
[18:16:30] gigem: :) It was just strange, even the mailing lists have been quiet.
[18:19:16] stuartm: mid-summer
[18:20:41] gigem: We could fix that if jya would recruit some more developers from Oz! :)
[18:21:15] dekarl: we need more nordic devs that can produce prototype of everything in one night (6 months :D
[18:24:08] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 250 seconds)
[18:24:20] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[18:25:50] gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Remote host closed the connection)
[18:26:10] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[18:28:57] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 245 seconds)
[18:30:35] Steve_Goodey (Steve_Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[18:30:52] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 240 seconds)
[18:33:29] Warped_ (Warped_!~Warped@108-85-161-113.lightspeed.cicril.sbcglobal.net) has joined #mythtv
[18:35:08] stuartm_ (stuartm_!~stuartm@mythtv/developer/stuartm) has joined #mythtv
[18:35:16] Gibby_ (Gibby_!~Gibby@184.170.249.223) has joined #mythtv
[18:35:35] jpabq_ (jpabq_!~quassel@75-161-73-20.albq.qwest.net) has joined #mythtv
[18:39:05] stichnot (stichnot!~stichnot@216.239.45.95) has joined #mythtv
[18:39:06] stichnot (stichnot!~stichnot@216.239.45.95) has quit (Changing host)
[18:39:06] stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv
[18:40:30] Warped_ (Warped_!~Warped@108-85-161-113.lightspeed.cicril.sbcglobal.net) has quit (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
[18:41:27] clever (clever!~clever@nwcsnbsc03w-047055134166.dhcp-dynamic.FibreOp.nb.bellaliant.net) has quit (*.net *.split)
[18:41:27] Gibby (Gibby!~Gibby@184.170.249.223) has quit (*.net *.split)
[18:41:28] jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (*.net *.split)
[18:41:28] Warped (Warped!~Warped@108-85-161-113.lightspeed.cicril.sbcglobal.net) has quit (*.net *.split)
[18:41:28] stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (*.net *.split)
[18:42:20] clever (clever!~clever@nwcsnbsc03w-047055134166.dhcp-dynamic.FibreOp.nb.bellaliant.net) has joined #mythtv
[18:42:45] Warped (Warped!~Warped@108-85-161-113.lightspeed.cicril.sbcglobal.net) has joined #mythtv
[18:49:13] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[18:51:52] Steve_Goodey (Steve_Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 250 seconds)
[18:53:40] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[18:54:07] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 255 seconds)
[18:58:01] kc (kc!~Casper@unaffiliated/kc) has quit (Remote host closed the connection)
[19:00:27] Steve_Goodey (Steve_Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[19:03:07] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 245 seconds)
[19:03:45] kc (kc!~Casper@unaffiliated/kc) has joined #mythtv
[19:04:43] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[19:05:40] Steve_Goodey (Steve_Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 272 seconds)
[19:06:35] jpabq_ is now known as jpabq
[19:06:42] jpabq (jpabq!~quassel@75-161-73-20.albq.qwest.net) has quit (Changing host)
[19:06:42] jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv
[19:09:10] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[19:09:45] SteveGoodey (SteveGoodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Ping timeout: 255 seconds)
[19:24:31] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has joined #mythtv
[20:19:51] SteveGoodey (SteveGoodey!~SteveGood@host86-162-42-160.range86-162.btcentralplus.com) has joined #mythtv
[20:22:13] Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit (Quit: blah)
[20:43:37] gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv
[21:02:17] SteveGoodey (SteveGoodey!~SteveGood@host86-162-42-160.range86-162.btcentralplus.com) has quit (Quit: SteveGoodey)
[21:04:38] sheedy-away is now known as sheedy
[21:05:22] stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 260 seconds)
[21:12:08] Steve-Goodey (Steve-Goodey!~steve@host86-162-42-160.range86-162.btcentralplus.com) has quit (Quit: Konversation terminated!)
[21:13:09] sheedy (sheedy!sheedy@gateway/shell/kde/x-taotmliagaviretp) has quit (Ping timeout: 260 seconds)
[21:15:06] sheedy (sheedy!sheedy@gateway/shell/kde/x-tihvtzeutgmtayof) has joined #mythtv
[21:17:51] Warped (Warped!~Warped@108-85-161-113.lightspeed.cicril.sbcglobal.net) has quit (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
[21:24:36] stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv
[22:50:50] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 260 seconds)
[23:18:18] jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv
[23:48:14] fixxxermet (fixxxermet!~lopan@vps.gnulnx.net) has left #mythtv ()
[23:50:57] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has quit (Quit: Konversation terminated!)
[23:53:27] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has joined #mythtv
[23:54:15] sl1ce (sl1ce!~johnathan@pool-100-0-189-229.bstnma.fios.verizon.net) has quit (Client Quit)

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