| Friday, July 3rd, 2015, 00:00 UTC | ||
| [00:00:11] | ubIx (ubIx!~ulf@p5B2678C4.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds) | |
| [00:22:55] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has quit (Ping timeout: 252 seconds) | |
| [00:25:58] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has quit (Ping timeout: 246 seconds) | |
| [00:26:30] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [00:29:20] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has joined #mythtv-users | |
| [00:43:14] | Dave123 (Dave123!~Dave123@2604:6000:100a:25:21f:d0ff:fe81:5622) has quit (Read error: Connection reset by peer) | |
| [00:48:32] | kukks (kukks!~Guenter@samba/team/kukks) has quit (Quit: Going home ...) | |
| [01:06:19] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [01:14:00] | Dave123 (Dave123!~Dave123@2604:6000:100a:25:224:1dff:fe23:6f28) has joined #mythtv-users | |
| [01:21:00] | dlking (dlking!~dlking@c-68-55-210-172.hsd1.mi.comcast.net) has quit (Ping timeout: 256 seconds) | |
| [01:21:25] | dlking (dlking!~dlking@c-68-55-210-172.hsd1.mi.comcast.net) has joined #mythtv-users | |
| [01:28:55] | aarcane (aarcane!~aarcane@99-42-64-118.lightspeed.irvnca.sbcglobal.net) has joined #mythtv-users | |
| [01:37:02] | sekondchakra (sekondchakra!~Stan@unaffiliated/sekondchakra) has joined #mythtv-users | |
| [01:42:09] | sekondchakra: | Hmm. Noobish question: I'd like to set up a launcher in xfce on DISPLAY=0.0 that will run the mythfrontend on DISPLAY=0.1... Struggling a bit, here. |
| [01:42:44] | sekondchakra: | I found a bash script that will do it, but I'd prefer it be a launcher icon on display 0... |
| [02:07:52] | membiblio (membiblio!~membiblio@108.32.57.2) has left #mythtv-users ("Leaving") | |
| [02:08:10] | Shadow__X: | sekondchakra: couldn't you setup a launcher icon to point to the script? |
| [02:09:09] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
| [02:09:53] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [02:10:16] | sekondchakra: | Shadow__X, probably, but I've been unsuccessful so far... |
| [02:11:49] | sekondchakra: | Shadow__X, Well, okay. I just did that. But it feels a little inelegant... |
| [02:12:20] | sekondchakra: | A launcher that starts a bash script... Feels like an extra step... Works, though! :) |
| [02:12:30] | Shadow__X: | so what are you trying to do here? |
| [02:12:34] | Shadow__X: | i am a little confused |
| [02:14:07] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has joined #mythtv-users | |
| [02:15:09] | sekondchakra: | Shadow__X, I have a launcher on DISPLAY=O that starts mythfrontend. But when I execute it from DISPLAY=0 the frontend opens on DISPLAY=0 |
| [02:15:31] | sekondchakra: | If I execute it from DISPLAY=1, it opens on DISPLAY=1 |
| [02:15:32] | Shadow__X: | makes sense so far |
| [02:15:53] | sekondchakra: | But I have to look in a mirror to see the display (in the next room) to do that! ;-D |
| [02:15:57] | Shadow__X: | can't you tell mythfrontend to open up on another display though |
| [02:16:08] | Shadow__X: | ? |
| [02:16:15] | sekondchakra: | I would hope so, just not sure how to accomplish that... |
| [02:16:49] | Shadow__X: | i honestly don't remember off the top of my head, but you can do mythfrontend --help and within that list that should tell you |
| [02:17:21] | sekondchakra: | Ah. There's a -display option! Let me try that... |
| [02:19:33] | sekondchakra: | Mmm. can't get the syntax correct. -display 0? -display 0.1 ?? neither of those work |
| [02:21:14] | sekondchakra: | Hmm. -display is for the X server. I'm only running one instance of X ... ? |
| [02:21:22] | sekondchakra: | I'm confused... |
| [02:21:33] | Shadow__X: | https://www.mythtv.org/wiki/Running_MythTV_Du . . . ent_Variable |
| [02:22:00] | Shadow__X: | sekondchakra: not sure if you looked but the wiki tends to have a bunch of info |
| [02:22:35] | sekondchakra: | Right. That's where I got the bash script ... |
| [02:22:41] | Shadow__X: | gotcha |
| [02:22:47] | sekondchakra: | I guess I'll just launch that bash script... Same diff (sorta). |
| [02:22:53] | Shadow__X: | so the bash script is working right for you? |
| [02:23:01] | Shadow__X: | which bash script did you use? |
| [02:23:02] | sekondchakra: | correct |
| [02:23:33] | sekondchakra: | the one on that page. the export= followed by mythfrontend |
| [02:23:48] | sekondchakra: | well, no = on the export |
| [02:24:09] | sekondchakra: | I was thinking there would be a mythfrontend option...but maybe not... |
| [02:24:11] | Shadow__X: | hmm |
| [02:24:23] | sekondchakra: | I'm just being OCD about it now.... |
| [02:24:26] | Shadow__X: | i would have thought the display flag would have worked for you |
| [02:24:53] | sekondchakra: | it might--but i'm not sure if I've got the syntax correct.. "-display ?? " |
| [02:27:29] | sekondchakra: | -display 0? -display 0.1? neither of those worked... |
| [02:28:08] | Shadow__X: | honestly not sure, i haven't messed with it |
| [02:29:17] | sekondchakra: | Ah! YAY! This is the proper syntax: "mythfrontend -geometry 1920x1080 -display :0.1" |
| [02:29:27] | sekondchakra: | :-D |
| [02:30:15] | Shadow__X: | ahh there ya go |
| [02:30:55] | sekondchakra: | Thanks for your help! (I think.) ;-D |
| [02:31:37] | Shadow__X: | lol real nice |
| [02:31:44] | Shadow__X: | and your welcome |
| [02:32:12] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
| [02:32:52] | sekondchakra: | Awesome. It's doing EXACTLY what I want it to. Thanks for holding my hand, and pointing me to the solution. |
| [02:33:08] | sekondchakra: | (I just had to read a little more carefully...) ;-D |
| [02:33:17] | Shadow__X: | your welcome, glad its working |
| [02:33:27] | Shadow__X: | yeah mythtv is kinda big on the whole reading carefully |
| [02:33:32] | Shadow__X: | its easy to miss stuff at times |
| [02:33:42] | sekondchakra: | yeah, but reading carefully takes too long...! ;-D |
| [02:33:57] | Shadow__X: | so does reading the manual! |
| [02:34:00] | sekondchakra: | :-D |
| [02:34:17] | sekondchakra: | "Instant gratification takes too long!" |
| [02:35:02] | sekondchakra: | Cheers! Thanks again... |
| [02:35:34] | sekondchakra (sekondchakra!~Stan@unaffiliated/sekondchakra) has quit (Quit: Leaving) | |
| [02:37:23] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv-users | |
| [02:49:28] | mkrufky (mkrufky!~mk@unaffiliated/mkrufky) has quit (Quit: Leaving.) | |
| [02:59:40] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has joined #mythtv-users | |
| [03:02:28] | devinheitmueller (devinheitmueller!~devinheit@cpe-74-71-114-159.nyc.res.rr.com) has quit (Ping timeout: 246 seconds) | |
| [03:14:54] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
| [03:15:19] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [03:21:18] | joki (joki!~joki@p5B36CE46.dip0.t-ipconnect.de) has quit (Ping timeout: 264 seconds) | |
| [03:26:40] | joki (joki!~joki@p5B36DB90.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [03:26:48] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv-users | |
| [03:30:46] | fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 256 seconds) | |
| [03:58:38] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
| [03:59:17] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv-users | |
| [05:28:46] | RedPenguin (RedPenguin!~RedPengui@207-255-52-248-dhcp.jst.pa.atlanticbb.net) has quit (Changing host) | |
| [05:28:46] | RedPenguin (RedPenguin!~RedPengui@unaffiliated/redpenguin) has joined #mythtv-users | |
| [05:44:06] | disputin (disputin!~sean@65.102.58.17) has quit (Quit: Leaving.) | |
| [05:54:55] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv-users | |
| [05:54:55] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v dekarl1 | |
| [05:56:47] | seld_ (seld_!~seld@h168n8-rny-a12.ias.bredband.telia.com) has quit (Ping timeout: 252 seconds) | |
| [05:57:57] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 256 seconds) | |
| [05:58:01] | seld (seld!~seld@h168n8-rny-a12.ias.bredband.telia.com) has joined #mythtv-users | |
| [06:17:37] | dekarl1 is now known as dekarl | |
| [06:33:47] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51e1:d8ee:e87e:287d:ab84:e0f0) has joined #mythtv-users | |
| [06:36:46] | hpeter (hpeter!~hpeter@77-56-34-188.dclient.hispeed.ch) has joined #mythtv-users | |
| [06:42:29] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [06:57:29] | Roklobotomy (Roklobotomy!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has joined #mythtv-users | |
| [07:00:01] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has quit (Ping timeout: 252 seconds) | |
| [07:07:47] | aarcane_ (aarcane_!~aarcane@99-42-64-118.lightspeed.irvnca.sbcglobal.net) has joined #mythtv-users | |
| [07:10:37] | mengo2nd (mengo2nd!~mengoshmi@5751cc44.skybroadband.com) has joined #mythtv-users | |
| [07:11:04] | hR13_ (hR13_!~hR13@81-227-47-98-no94.bredband.skanova.com) has joined #mythtv-users | |
| [07:11:06] | mengoshmink (mengoshmink!~mengoshmi@5751cc44.skybroadband.com) has quit (Ping timeout: 250 seconds) | |
| [07:11:08] | hR13 (hR13!~hR13@81-227-47-98-no94.bredband.skanova.com) has quit (Ping timeout: 250 seconds) | |
| [07:11:08] | mengo2nd is now known as mengoshmink | |
| [07:11:12] | aarcane (aarcane!~aarcane@99-42-64-118.lightspeed.irvnca.sbcglobal.net) has quit (Ping timeout: 250 seconds) | |
| [07:37:26] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [08:13:39] | Warped (Warped!~Warped@unaffiliated/warped) has quit (Ping timeout: 276 seconds) | |
| [08:15:59] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv-users | |
| [08:33:09] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has quit (Ping timeout: 252 seconds) | |
| [08:34:37] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has joined #mythtv-users | |
| [08:56:01] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
| [08:57:28] | SteveGoodey (SteveGoodey!~steve@host81-147-70-19.range81-147.btcentralplus.com) has joined #mythtv-users | |
| [09:00:30] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has joined #mythtv-users | |
| [09:01:35] | MissionCritical (MissionCritical!~MissionCr@unaffiliated/missioncritical) has quit (Ping timeout: 252 seconds) | |
| [09:01:46] | croppa_ (croppa_!~stuart@ppp59-167-129-33.static.internode.on.net) has joined #mythtv-users | |
| [09:01:48] | croppa (croppa!~stuart@ppp59-167-129-33.static.internode.on.net) has quit (Remote host closed the connection) | |
| [09:02:12] | DaveQB (DaveQB!~DaveQB@ppp255-134.static.internode.on.net) has quit (Ping timeout: 264 seconds) | |
| [09:02:41] | k-man (k-man!~jason@unaffiliated/k-man) has quit (Ping timeout: 252 seconds) | |
| [09:03:03] | pigeon_ (pigeon_!~pigeon@eth5284.nsw.adsl.internode.on.net) has quit (Ping timeout: 276 seconds) | |
| [09:03:24] | Roklobotomy (Roklobotomy!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has quit (Ping timeout: 256 seconds) | |
| [09:03:59] | DaveQB (DaveQB!~DaveQB@ppp255-134.static.internode.on.net) has joined #mythtv-users | |
| [09:11:46] | pigeon (pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net) has joined #mythtv-users | |
| [09:12:53] | MissionCritical (MissionCritical!~MissionCr@unaffiliated/missioncritical) has joined #mythtv-users | |
| [09:17:17] | k-man (k-man!~jason@unaffiliated/k-man) has joined #mythtv-users | |
| [09:18:48] | croppa (croppa!~stuart@ppp59-167-129-33.static.internode.on.net) has joined #mythtv-users | |
| [09:22:40] | croppa_ (croppa_!~stuart@ppp59-167-129-33.static.internode.on.net) has quit (Ping timeout: 256 seconds) | |
| [09:39:22] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has quit (Remote host closed the connection) | |
| [09:40:23] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [09:42:54] | croppa_ (croppa_!~stuart@ppp59-167-129-33.static.internode.on.net) has joined #mythtv-users | |
| [09:43:29] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (Ping timeout: 256 seconds) | |
| [09:44:13] | Guest40912 (Guest40912!~Esteban@106-69-130-76.dyn.iinet.net.au) has quit (Ping timeout: 246 seconds) | |
| [09:44:21] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has joined #mythtv-users | |
| [09:44:30] | Esteban (Esteban!~Esteban@106-69-130-76.dyn.iinet.net.au) has joined #mythtv-users | |
| [09:44:54] | Esteban is now known as Guest87830 | |
| [09:46:20] | croppa (croppa!~stuart@ppp59-167-129-33.static.internode.on.net) has quit (Ping timeout: 250 seconds) | |
| [09:51:28] | jimBaxter (jimBaxter!~jbaxter@jimbax.plus.com) has joined #mythtv-users | |
| [09:53:47] | mkrufky (mkrufky!~mk@unaffiliated/mkrufky) has joined #mythtv-users | |
| [10:17:59] | Jay2k1 (Jay2k1!J@powered.by.jay2k1.com) has quit (Quit: bye) | |
| [10:20:34] | Jay2k1 (Jay2k1!J@powered.by.jay2k1.com) has joined #mythtv-users | |
| [10:24:45] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has quit (Quit: Leaving) | |
| [10:33:18] | jimBaxter (jimBaxter!~jbaxter@jimbax.plus.com) has quit (Ping timeout: 264 seconds) | |
| [10:33:43] | jimBaxter (jimBaxter!~jbaxter@jimbax.plus.com) has joined #mythtv-users | |
| [11:20:57] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has quit (Ping timeout: 256 seconds) | |
| [11:21:49] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p2003007A2A316F000A606EFFFE4490F9.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [12:20:12] | devinheitmueller (devinheitmueller!~devinheit@cpe-74-71-114-159.nyc.res.rr.com) has joined #mythtv-users | |
| [12:23:58] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has quit (Read error: Connection reset by peer) | |
| [12:26:32] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has joined #mythtv-users | |
| [12:36:37] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has quit (Ping timeout: 252 seconds) | |
| [12:41:00] | SteveGoodey (SteveGoodey!~steve@host81-147-70-19.range81-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
| [12:42:58] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has joined #mythtv-users | |
| [13:12:49] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5D228.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [13:26:11] | kukks (kukks!~Guenter@samba/team/kukks) has joined #mythtv-users | |
| [13:59:19] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
| [14:00:14] | Floppe (Floppe!~Floppe@webmail.tawi.fi) has quit (Ping timeout: 252 seconds) | |
| [14:03:01] | Floppe (Floppe!~Floppe@2001:14b8:1d3::100) has joined #mythtv-users | |
| [14:05:10] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has joined #mythtv-users | |
| [14:13:09] | brfransen (brfransen!~brfransen@24-197-139-31.dhcp.spbg.sc.charter.com) has quit (Quit: Byebye) | |
| [14:16:55] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has quit (Ping timeout: 246 seconds) | |
| [14:38:54] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has joined #mythtv-users | |
| [14:50:17] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has quit (Ping timeout: 252 seconds) | |
| [15:07:26] | kukks (kukks!~Guenter@samba/team/kukks) has quit (Ping timeout: 248 seconds) | |
| [15:10:26] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5D228.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer) | |
| [15:23:53] | brfransen (brfransen!~brfransen@24-197-139-31.dhcp.spbg.sc.charter.com) has joined #mythtv-users | |
| [15:27:42] | hpeter (hpeter!~hpeter@77-56-34-188.dclient.hispeed.ch) has quit (Ping timeout: 248 seconds) | |
| [15:29:11] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has joined #mythtv-users | |
| [15:58:10] | devinheitmuelle1 (devinheitmuelle1!~devin@cpe-74-71-69-240.nyc.res.rr.com) has joined #mythtv-users | |
| [16:02:54] | hashbang (hashbang!~isajb@cse-ajb.cse.bris.ac.uk) has quit (Quit: Leaving.) | |
| [16:05:41] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv-users | |
| [16:09:18] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has quit (Read error: Connection reset by peer) | |
| [16:09:37] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has joined #mythtv-users | |
| [16:17:16] | brfransen (brfransen!~brfransen@24-197-139-31.dhcp.spbg.sc.charter.com) has quit (Quit: Byebye) | |
| [16:26:00] | brfransen (brfransen!~brfransen@24-197-139-31.dhcp.spbg.sc.charter.com) has joined #mythtv-users | |
| [16:47:25] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has quit (Ping timeout: 252 seconds) | |
| [16:47:52] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has joined #mythtv-users | |
| [16:54:53] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving) | |
| [17:23:52] | skyph (skyph!~skyph@95.78.156.239) has joined #mythtv-users | |
| [17:27:37] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has quit (Read error: Connection reset by peer) | |
| [17:28:09] | joki (joki!~joki@p5B36DB90.dip0.t-ipconnect.de) has quit (Ping timeout: 255 seconds) | |
| [17:28:16] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has joined #mythtv-users | |
| [17:28:45] | joki- (joki-!~joki@p5B36EAB9.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [17:35:55] | mkrufky (mkrufky!~mk@unaffiliated/mkrufky) has quit (Quit: Leaving.) | |
| [17:37:05] | devinheitmuelle1 (devinheitmuelle1!~devin@cpe-74-71-69-240.nyc.res.rr.com) has left #mythtv-users () | |
| [17:56:07] | k-man (k-man!~jason@unaffiliated/k-man) has quit (Read error: Connection reset by peer) | |
| [18:00:51] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has joined #mythtv-users | |
| [18:01:04] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has quit (Client Quit) | |
| [18:01:30] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has joined #mythtv-users | |
| [18:13:21] | k-man (k-man!~jason@unaffiliated/k-man) has joined #mythtv-users | |
| [18:14:37] | dlking (dlking!~dlking@c-68-55-210-172.hsd1.mi.comcast.net) has quit (Remote host closed the connection) | |
| [18:17:06] | dlking (dlking!~dlking@c-68-55-210-172.hsd1.mi.comcast.net) has joined #mythtv-users | |
| [18:19:46] | membiblio (membiblio!~membiblio@108.32.57.2) has joined #mythtv-users | |
| [18:20:02] | brfransen (brfransen!~brfransen@24-197-139-31.dhcp.spbg.sc.charter.com) has quit (Read error: Connection reset by peer) | |
| [18:20:39] | brfransen (brfransen!~brfransen@24-197-139-31.dhcp.spbg.sc.charter.com) has joined #mythtv-users | |
| [18:22:33] | LedHed (LedHed!~ledhed@66-189-172-56.dhcp.trlk.ca.charter.com) has quit (Ping timeout: 256 seconds) | |
| [18:24:19] | materdaddy (materdaddy!~mmrosko@wsip-70-164-99-62.sd.sd.cox.net) has quit (Ping timeout: 264 seconds) | |
| [18:25:43] | MMlosh (MMlosh!~MMlosh@2001:470:6f:23:24f:63ff:fe01:4900) has quit (Ping timeout: 246 seconds) | |
| [18:31:15] | materdaddy (materdaddy!~mmrosko@wsip-70-164-99-62.sd.sd.cox.net) has joined #mythtv-users | |
| [18:31:20] | mkrufky (mkrufky!~mk@unaffiliated/mkrufky) has joined #mythtv-users | |
| [18:34:46] | LedHed (LedHed!~ledhed@66-189-172-56.dhcp.trlk.ca.charter.com) has joined #mythtv-users | |
| [18:36:00] | MMlosh (MMlosh!~MMlosh@2001:470:6f:23:a5e4:272:589:45a2) has joined #mythtv-users | |
| [18:36:46] | imhouse (imhouse!~matthew.h@d60-65-179-207.col.wideopenwest.com) has joined #mythtv-users | |
| [18:58:46] | Toast (Toast!~quassel@w-247.cust-16293.ip.static.uno.uk.net) has joined #mythtv-users | |
| [18:58:46] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has quit (Read error: Connection reset by peer) | |
| [18:59:23] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has joined #mythtv-users | |
| [19:01:32] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [19:04:23] | taknev_ (taknev_!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has joined #mythtv-users | |
| [19:05:12] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has quit (Ping timeout: 264 seconds) | |
| [19:09:36] | SteveGoodey (SteveGoodey!~steve@host81-147-70-19.range81-147.btcentralplus.com) has joined #mythtv-users | |
| [19:11:28] | SteveGoodey (SteveGoodey!~steve@host81-147-70-19.range81-147.btcentralplus.com) has quit (Remote host closed the connection) | |
| [19:14:55] | SteveGoodey (SteveGoodey!~steve@host81-147-70-19.range81-147.btcentralplus.com) has joined #mythtv-users | |
| [19:23:27] | LordDragon: | hey all. can the kodi mythtv plugin to 60 fps? and how can i tell if im getting 60 fps? |
| [19:25:33] | tgm4883: | LordDragon: that sounds like a question for #kodi |
| [19:25:33] | [R]: | this isn't #kodi |
| [19:25:51] | LordDragon: | well its the mythtv client plugin im using |
| [19:26:01] | [R]: | thats not written by the mythtv devs |
| [19:26:01] | LordDragon: | i figured you guys had a hand in that plugin? |
| [19:26:02] | tgm4883: | LordDragon: which we didn't develop |
| [19:26:03] | LordDragon: | oh ok |
| [19:26:05] | tgm4883: | nope |
| [19:26:07] | LordDragon: | i understand |
| [19:26:10] | LordDragon: | i didnt know that |
| [19:28:38] | kukks (kukks!~Guenter@samba/team/kukks) has joined #mythtv-users | |
| [19:33:30] | mkrufky (mkrufky!~mk@unaffiliated/mkrufky) has quit (Quit: Leaving.) | |
| [19:35:36] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has quit (Remote host closed the connection) | |
| [19:39:48] | jimBaxter (jimBaxter!~jbaxter@jimbax.plus.com) has quit (Quit: Quiting) | |
| [19:40:33] | aarcane_ (aarcane_!~aarcane@99-42-64-118.lightspeed.irvnca.sbcglobal.net) has quit (Read error: Connection reset by peer) | |
| [19:50:30] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Quit: Leaving.) | |
| [19:53:14] | skyph (skyph!~skyph@95.78.156.239) has quit (Remote host closed the connection) | |
| [20:01:52] | xris (xris!~xris@mythtv/developer/xris) has quit (Quit: Goodbye.) | |
| [20:07:28] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has joined #mythtv-users | |
| [20:07:45] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv-users | |
| [20:29:41] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [20:32:23] | qu (qu!~quassel@50.106.40.168) has joined #mythtv-users | |
| [20:32:52] | qu: | Trying to compile: "ERROR: cannot find taglib 1.6 or later." |
| [20:33:22] | qu: | taglib and taglib-devel 1.8 are installed. CentOS 7.1 |
| [20:33:37] | qu: | It must be looking in the wrong place. |
| [20:42:05] | taknev (taknev!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has joined #mythtv-users | |
| [20:44:19] | taknev_ (taknev_!~taknev@76-247-186-250.lightspeed.sjcpca.sbcglobal.net) has quit (Ping timeout: 246 seconds) | |
| [20:50:31] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has quit (Ping timeout: 252 seconds) | |
| [21:01:29] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has quit (Remote host closed the connection) | |
| [21:01:52] | devinheitmueller (devinheitmueller!~devinheit@cpe-74-71-114-159.nyc.res.rr.com) has quit (Quit: devinheitmueller) | |
| [21:04:13] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has joined #mythtv-users | |
| [21:09:27] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 265 seconds) | |
| [21:17:16] | Scopeuk (Scopeuk!scopeukfre@2a01:7e00::f03c:91ff:fe96:de42) has joined #mythtv-users | |
| [21:24:01] | Oleg_ (Oleg_!~mine@pool-71-183-183-48.nycmny.east.verizon.net) has quit (Quit: Leaving) | |
| [21:41:20] | SteveGoodey (SteveGoodey!~steve@host81-147-70-19.range81-147.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
| [22:20:34] | ikevin (ikevin!~kevin@lisa.illux.org) has quit (Ping timeout: 246 seconds) | |
| [22:22:50] | ikevin (ikevin!~kevin@lisa.illux.org) has joined #mythtv-users | |
| [22:32:43] | Warped (Warped!~Warped@unaffiliated/warped) has joined #mythtv-users | |
| [22:38:44] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-231-37.lns20.mel8.internode.on.net) has joined #mythtv-users | |
| [22:45:42] | Toast_ (Toast_!~quassel@w-247.cust-16293.ip.static.uno.uk.net) has joined #mythtv-users | |
| [22:49:25] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51e1:d8ee:e87e:287d:ab84:e0f0) has quit (Read error: Connection reset by peer) | |
| [23:08:13] | louisdk (louisdk!~louisdk@static-5-103-130-65.seas-nve.net) has quit (Remote host closed the connection) | |
| [23:33:00] | EvilGuru (EvilGuru!~freddie@warzone2100/developer/EvilGuru) has quit (Ping timeout: 265 seconds) | |
| [23:33:49] | EvilGuru (EvilGuru!~freddie@warzone2100/developer/EvilGuru) has joined #mythtv-users | |
| [23:34:23] | membiblio (membiblio!~membiblio@108.32.57.2) has quit (Remote host closed the connection) | |
| [23:43:22] | Toast_ (Toast_!~quassel@w-247.cust-16293.ip.static.uno.uk.net) has quit (Remote host closed the connection) | |
| [23:46:41] | Toast (Toast!~quassel@w-247.cust-16293.ip.static.uno.uk.net) has quit (Remote host closed the connection) | |
| [23:47:38] | StevenR (StevenR!~foo@cpc14-sgyl28-2-0-cust18.18-2.cable.virginm.net) has quit (Ping timeout: 252 seconds) | |
| [23:49:33] | StevenR (StevenR!~foo@cpc14-sgyl28-2-0-cust18.18-2.cable.virginm.net) has joined #mythtv-users | |
| [23:54:42] | ubIx (ubIx!~ulf@p5B267F25.dip0.t-ipconnect.de) has joined #mythtv-users | |
| [23:58:01] | ubIx_ (ubIx_!~ulf@p5B2679F5.dip0.t-ipconnect.de) has quit (Ping timeout: 256 seconds) | |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.