MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (65):

aloril, amessina, Anssi, brfransen, c0ldfront, caelor, Captain_Murdoch2, ChanServ, Chutt_, clever, cody__, coling, cybrNaut, dblain, dekarl, dym, ElmerFudd, fetzerch_, ghoti, gigem, GreyFoxx, jab416171, jams, jheizer, jnylen, joki, jpabq_, jpharvey, jst_, jwhite, jya, kc, kurre2, libsci, markspieth, MythBuild, MythLogBot, nephyrin`, peper03, poptix, pppingme, purserj, rhpot1991, rich0, seld, sheedy-away, sl1ce_1g, sphery, sraue, stuarta, stuartm, suffice, superm1, taylorr, tgm4883, Tobbe5178, tonsofpcs, tris, unforgiven512, wagnerrp, Warped, XDS2010, xris, _charly_, _iwc
Monday, August 3rd, 2015, 00:09 UTC
[00:09:57] Roklobotomy (Roklobotomy!~Roklobsta@ppp118-209-190-236.lns20.mel8.internode.on.net) has quit (Ping timeout: 250 seconds)
[00:31:36] unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has joined #mythtv
[00:46:40] gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Remote host closed the connection)
[02:07:20] c0ldfront (c0ldfront!coldfront@c-68-84-167-7.hsd1.mi.comcast.net) has joined #mythtv
[02:09:30] coldfront (coldfront!coldfront@c-68-84-167-7.hsd1.mi.comcast.net) has quit (Ping timeout: 240 seconds)
[02:11:14] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 258 seconds)
[02:12:37] peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv
[02:27:31] arescorpio (arescorpio!~arescorpi@122-203-17-190.fibertel.com.ar) has joined #mythtv
[02:30:51] markspieth (markspieth!~markspiet@CPE-124-189-105-105.gziz1.win.bigpond.net.au) has quit (Ping timeout: 255 seconds)
[02:46:08] fetzerch_ (fetzerch_!~quassel@unaffiliated/fetzerch) has joined #mythtv
[02:49:53] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 244 seconds)
[03:25:08] dblain: jya: That circular reference is the reason the windows build still hasn't been fixed. I brought up the issue a few+ months ago, but didn't have time to refactor everything.
[03:27:44] dblain: I always planned on libmythservicecontracts not to depend on any other libs. the dependency that stuartm is talking about was a header file dep only. But since the introduction of the RecStatus class which includes functions to return strings, it now has code that it expects to be linked in. It's a different solution to Q_ENUM support than I originally expected.
[03:29:50] dblain: What I've always wanted to see happen, but didn't feel I had the right to do, was have all the data structures and enums for them be defined as data classes in the libmythservicecontracts library. These classes would hold data only (properties and virtual functions only), and then the real implementation would inherit from these base classes (interfaces really).
[03:30:30] dblain: This would allow the Services API to be exposed with the implementation abstracted and would solve the circular dep. issues.
[04:08:32] Casper0082 is now known as kc
[04:08:34] kc (kc!~Casper@pool-96-245-231-186.phlapa.fios.verizon.net) has quit (Changing host)
[04:08:34] kc (kc!~Casper@unaffiliated/kc) has joined #mythtv
[04:41:15] taylorr (taylorr!~taylorr@unaffiliated/elmojo) has quit (Ping timeout: 252 seconds)
[04:41:33] taylorr (taylorr!~taylorr@unaffiliated/elmojo) has joined #mythtv
[04:46:01] arescorpio (arescorpio!~arescorpi@122-203-17-190.fibertel.com.ar) has quit (Quit: Leaving.)
[05:46:15] jya: dblain: I did the same think markspieth did : add the recordingtype.h/.cpp to the libmythservicecontracts
[07:16:29] SteveGoodey (SteveGoodey!~steve@host109-159-41-37.range109-159.btcentralplus.com) has joined #mythtv
[07:59:29] stuarta: morning all
[08:21:00] markspieth (markspieth!~markspiet@CPE-124-189-105-105.gziz1.win.bigpond.net.au) has joined #mythtv
[08:59:32] stuarta: dekarl: can you review https://github.com/MythTV/mythtv/pull/91 given the DB optimization stuff you did recently?
[09:27:39] stuarta: interesting. debian have decided to move to gcc5 as the default compiler in the next release. Think i'll wait until they've pushed it in before setting up a builder
[10:09:46] sl1ce (sl1ce!~johnathan@pool-72-74-24-116.bstnma.fios.verizon.net) has quit (Ping timeout: 240 seconds)
[11:43:18] MythBuild: build #69 of master-fedora-armv7hl is complete: Success [3build successful] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . hl/builds/69
[11:54:26] Roklobsta (Roklobsta!~Roklobsta@ppp118-209-190-236.lns20.mel8.internode.on.net) has joined #mythtv
[12:26:33] Roklobsta (Roklobsta!~Roklobsta@ppp118-209-190-236.lns20.mel8.internode.on.net) has quit (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
[12:29:25] Roklobsta (Roklobsta!~Roklobsta@ppp118-209-190-236.lns20.mel8.internode.on.net) has joined #mythtv
[12:42:49] Roklobsta: is the software video player in myth a branch of ffmpeg?
[12:43:33] stuarta: all the codecs etc, yes, are a copy of ffmpeg. we resync every now and again
[12:44:44] stuarta: it's a PITA to say the least
[12:46:16] Roklobsta: hrm ok. when's the next syncup?
[12:47:17] Roklobsta: given the increase in h.265
[12:55:46] stuarta: it does need doing, it's been 12+ months
[12:57:03] Roklobsta: now where's my cattle prod?.....
[12:58:25] Roklobsta: does any small/no fan gpu do h.265 with myth?
[12:58:38] stuarta: i have some test broadcasts from the astra satellite which i suspect need a resync to make work
[12:58:51] stuarta: Roklobsta: i don't think much hardware supports it yet
[12:59:04] Roklobsta: ok
[13:06:40] MythBuild (MythBuild!~MythBuild@alcor.mythtv.org) has quit (Remote host closed the connection)
[13:06:49] MythBuild (MythBuild!~MythBuild@alcor.mythtv.org) has joined #mythtv
[13:18:06] dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv
[13:20:44] dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 244 seconds)
[13:32:52] coling (coling!~colin@cpc8-sgyl36-2-0-cust443.18-2.cable.virginm.net) has quit (Ping timeout: 246 seconds)
[13:36:57] SteveGoodey (SteveGoodey!~steve@host109-159-41-37.range109-159.btcentralplus.com) has quit (Quit: Konversation terminated!)
[13:38:34] SteveGoodey (SteveGoodey!~steve@host109-159-41-37.range109-159.btcentralplus.com) has joined #mythtv
[13:47:36] joki (joki!~joki@p5B36CC0E.dip0.t-ipconnect.de) has quit (Ping timeout: 272 seconds)
[13:49:14] joki (joki!~joki@p5B36CC0E.dip0.t-ipconnect.de) has joined #mythtv
[13:55:16] coling (coling!~colin@cpc8-sgyl36-2-0-cust443.18-2.cable.virginm.net) has joined #mythtv
[14:41:29] membiblio (membiblio!~membiblio@108.32.57.2) has joined #mythtv
[14:43:33] membiblio: Good Morning (from east coast of usa) – why do programs 'start over' instead of 'continuing' when you play part of them, exit, watch something else and then go back to watch the rest of your partially watched program?
[14:49:55] SteveGoodey: membiblio: There's a setting I believe, but you probably want mythtv-users, this is for devs.
[14:56:32] letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has joined #mythtv
[14:57:35] SteveGoodey: membiblio: Could be on the frontend, Setup, Video, Playback, first page, Clear bookmark on playback.
[14:58:20] membiblio: Hey SteveGoodey – good morning. Ok and Thank You – I will look for other channel.
[15:04:21] unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has quit (Ping timeout: 240 seconds)
[15:13:50] unforgiven512 (unforgiven512!~unforgive@2600:3c03:e001:28c4:747:c0de:2600:1337) has joined #mythtv
[15:17:41] membiblio (membiblio!~membiblio@108.32.57.2) has quit (Quit: Leaving)
[16:01:13] Roklobotomy (Roklobotomy!~Roklobsta@ppp118-209-249-90.lns20.mel8.internode.on.net) has joined #mythtv
[16:05:25] Roklobsta (Roklobsta!~Roklobsta@ppp118-209-190-236.lns20.mel8.internode.on.net) has quit (Ping timeout: 256 seconds)
[17:03:33] Chutt_ (Chutt_!~ijr@2605:a000:1225:65:ad44:7d39:1e25:6243) has joined #mythtv
[17:05:19] dekarl1 is now known as dekarl
[17:06:37] Chutt (Chutt!~ijr@2605:a000:1225:65:c457:ef1d:60fd:2177) has quit (Ping timeout: 246 seconds)
[17:16:16] Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv
[17:32:10] jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has quit (Read error: Connection reset by peer)
[17:49:32] joki (joki!~joki@p5B36CC0E.dip0.t-ipconnect.de) has quit (Ping timeout: 272 seconds)
[17:54:14] jheizer (jheizer!~jheizer@c-73-51-93-177.hsd1.il.comcast.net) has joined #mythtv
[17:55:15] joki (joki!~joki@p5B36D182.dip0.t-ipconnect.de) has joined #mythtv
[18:44:24] dekarl: stuarta, I can take a look. But I'm torn wrt shouting out loud "do not run this script unattended!!!"
[19:28:15] poptix- is now known as poptix
[20:18:59] rubberist (rubberist!~mandr@host86-162-8-85.range86-162.btcentralplus.com) has joined #mythtv
[20:21:38] rubberist (rubberist!~mandr@host86-162-8-85.range86-162.btcentralplus.com) has left #mythtv ()
[20:27:13] cody__ (cody__!~cody@c-73-160-204-16.hsd1.nj.comcast.net) has joined #mythtv
[20:27:38] SteveGoodey (SteveGoodey!~steve@host109-159-41-37.range109-159.btcentralplus.com) has quit (Quit: Konversation terminated!)
[20:55:42] stuarta: dekarl: hah
[21:00:10] letifosi_ (letifosi_!~letifosif@216.207.42.134) has joined #mythtv
[21:04:11] letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has quit (Ping timeout: 260 seconds)
[21:07:56] stuarta: that is just depressing. there is an *entire* dvb-t HD mux with only shopping channels on it
[21:07:59] ** stuarta cries **
[21:11:51] dekarl: oh the meta questions: when does a shopping channel qualify for marking it commercial-free?
[21:15:42] stuarta: when does a shopping channel qualify to be "visible" ?
[21:16:47] dekarl: reminds me to try again to figure out why channel flags are reset on rescan
[21:17:21] stuarta: that's easy, because we never save a delta between what the channel scanner found, and what the user changed it to
[21:18:21] dekarl: is it easy to fix / point out the spot in our code that needs to be changed?
[21:18:37] stuarta: so the fix for that issue is to track what the user changes, and reapply that after a rescan
[21:18:48] dekarl: I'd love to not have to turn all these channels invisible again
[21:19:05] stuarta: my problem is i now have a sql script todo it
[21:19:45] stuarta: we should roll it into channel management in the backend webserver
[21:19:47] stuarta: imho
[21:30:36] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv
[21:38:22] Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit ()
[21:39:13] sphery: dekarl / stuarta : FWIW, I think the optimize_mythdb.pl patch is overkill. First, (any useful) cron implementations have no-mail options (something like "@mail(no)"). Second, the cron job itself (or some script that runs optimize_mythdb.pl) can do the logging through stdout/stderr redirection, as well as whatever else the user wants to do. The whatever else might include log rotation, but, then again, there are programs like rottlog and ...
[21:39:19] sphery: ... logrotate, which are specifically made to handle that kind of thing...
[21:39:56] stuarta: sphery: i'm just keen to see us start processing or refusing pull requests and trac tickets. help people to help us
[21:40:09] sphery: OK, actually, looking at it, he's using logrotate (and ignoring those who use rottlog). But that means more scripts/configuration (in this case, system-specific) going into contrib.
[21:40:34] sphery: but it does make optimize_mythdb.pl--a very simple "script" into a much bigger/more complex thing
[21:40:51] stuarta: ok
[21:40:55] ** stuarta goes to bed **
[21:41:50] sphery: stuarta: Agreed. It does need handled, but my preference would be handling it by either a) closing "wontfix" or b) closing "wontfix" and moving optimize_mythdb.pl to the wiki (along with other contrib scripts) in its current form /and/ including the optimize_mythdb_with_logging.pl in the wiki, too
[21:42:04] sphery: just mentioning as a poing of input
[21:42:59] sphery: there's not really any good reason for optimize_mythdb.pl to still be in contrib... I left it in with the intention to eventually move it out to the wiki, too.
[21:43:55] sphery: so maybe this is a good time to move it out and allow users/distros to choose which version they want to use
[21:46:04] dekarl: sphery, I think the PR is more about scratching an itch with the mythbuntu integration. Maybe its something to cherry-pick into the packaging
[22:32:44] letifosi_ (letifosi_!~letifosif@216.207.42.134) has quit (Remote host closed the connection)
[22:33:20] letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has joined #mythtv
[22:34:32] sphery: dekarl: ah, ok... that sounds like a plan, too
[22:42:01] Roklobotomy (Roklobotomy!~Roklobsta@ppp118-209-249-90.lns20.mel8.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[23:00:34] letifosi_ (letifosi_!~letifosif@216.207.42.134) has joined #mythtv
[23:01:40] brfranse_ (brfranse_!~brfransen@24-197-130-197.dhcp.spbg.sc.charter.com) has quit (Quit: Byebye)
[23:03:37] letifosiferrari (letifosiferrari!~letifosif@216.207.42.132) has quit (Ping timeout: 250 seconds)
[23:03:55] letifosi_ (letifosi_!~letifosif@216.207.42.134) has quit (Remote host closed the connection)
[23:06:00] brfransen (brfransen!~brfransen@24-197-130-197.dhcp.spbg.sc.charter.com) has joined #mythtv

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