MythLogBot@irc.libera.chat :: #mythtv

Daily chat history

Current users (25):

ChanServ, DevMythNotifyBot, e1, frobnic, gigem, hampton, knowledgejunkie, mad_enz, mkbloke, MythLogBot, ooshlablu, Panic, poptix, sphery, stuarta[m], zbot, ijc, MythBuild, peper03_, gregl, skrip_kid, xris-, fr0bnic, Malmis, wookey_
Tuesday, April 26th, 2022, 00:04 UTC
[00:04:30] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[00:04:31] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[00:50:08] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[01:07:48] amessina (amessina!~amessina@user/amessina) has joined #mythtv
[01:53:29] peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv
[01:55:30] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 276 seconds)
[04:25:45] amessina (amessina!~amessina@user/amessina) has quit (Read error: Connection reset by peer)
[06:16:11] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv
[07:41:33] gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has quit (Remote host closed the connection)
[07:43:23] gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has joined #mythtv
[08:28:48] gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has quit (Remote host closed the connection)
[08:35:12] gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has joined #mythtv
[08:39:15] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv
[09:19:02] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!)
[09:19:49] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv
[09:22:13] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Client Quit)
[09:24:07] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv
[09:32:03] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!)
[09:33:53] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!)
[13:04:21] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv
[13:12:46] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[13:12:46] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[13:31:27] peterbennett: stuarta: I don't know angular or typescript but visual code has some sort of built in support and it flags all the ts files with messages like "Cannot find module '@angular/core/testing' or its corresponding type declarations.ts(2307)"
[13:31:46] peterbennett: stuarta: Do I need some extra component installed ?
[13:36:17] stuarta[m]: If this is the first time you have tried to doing any coding for it, you will need to go into html/backend and run 'npm install'
[13:38:26] stuarta[m]: There is a whole bunch of stuff that need installing. Also read the readme in that dir. It has some basic tips
[13:41:45] peterbennett: Ok thanks
[13:43:24] peterbennett: I see the email from Paul regretting that developers were not inspired to help on the web config stuff
[13:44:42] DevMythNotifyBot: pull_request closed by linuxdude42, "Corrects escaping of variable reference in configure script": https://github.com/MythTV/mythtv/pull/550
[13:44:43] DevMythNotifyBot: COMMIT: linuxdude42 pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/5af3 . . . a8da7f7e7ec0
[13:45:03] peterbennett: I can take a look and try to understand it and maybe help out.
[13:45:13] DevMythNotifyBot: issue closed by linuxdude42, "Link error building libexiv2 in mythtv 32.0": https://github.com/MythTV/mythtv/issues/549
[13:49:03] stuarta[m]: Peter Bennett once you get your head around the fundamentals it's fairly easy, and mostly UI design
[13:56:40] peterbennett: I see that it currently seems to be running on my system on http://localhost:6744/, so there must be enough installed for it to run on my system.
[13:58:14] stuarta[m]: What you are seeing is the built prod app, which is the end result of all the development. This requires nothing installing via npm as it is self contained
[13:58:54] stuarta[m]: However don't start coding and expect that to show what you have done!
[14:00:11] peterbennett: So I assume that there are some prebuilt things committed into github then.
[14:03:54] stuarta[m]: Correct
[14:04:03] stuarta[m]: See readme...
[14:05:49] peterbennett: ok
[14:06:49] stuarta[m]: https://github.com/MythTV/mythtv/blob/master/ . . . nd/README.md
[14:08:39] gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has quit (Ping timeout: 240 seconds)
[14:09:14] stuarta[m]: My current WIP is to-do with channel management and the Mgmt of channel icons (step 1), eventually channel scanning, tho that will need API extension
[14:13:38] peterbennett: I will check with you before I work on anything. First I have to get mu head around it.
[14:13:56] peterbennett: s/mu/my/
[14:14:00] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv
[14:15:44] stuarta[m]: Fyi. There is an angular "service" which corresponds with the equivalent services API endpoint (and also for calling external services)
[14:16:09] stuarta[m]: src/app/services iirc
[14:18:12] stuarta[m]: Apart from that the rest of the components we have tried to break up in a sensible way
[14:20:53] stuarta[m]: Oh and src/app/services/interfaces provides the typescript definitions to allow visual studio code to tell you off and also help with code completion:-)
[14:25:58] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[14:45:58] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[14:45:59] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[15:48:55] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[15:54:20] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[15:54:21] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[17:09:03] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[17:10:14] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[17:10:15] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[17:12:16] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Client Quit)
[17:13:23] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[17:13:24] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[17:24:19] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[18:59:57] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[18:59:57] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[19:39:33] DevMythNotifyBot: COMMIT: stuarta pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/a8da . . . b5b848cb6f75
[19:43:09] DevMythNotifyBot: COMMIT: stuarta pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/b5b8 . . . dd8b77f67d4b
[19:43:47] DevMythNotifyBot: COMMIT: stuarta pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/dd8b . . . 694485e24451
[20:12:04] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[20:24:36] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!)
[20:28:56] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[20:28:56] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[20:40:52] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[21:06:41] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!)
[21:11:31] DevMythNotifyBot: COMMIT: gigem pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/6944 . . . 0fdd0186ed85
[21:20:28] MythBuild: Build [#1018](https://code.mythtv.org/buildbot/#builders/160/builds/1018) of `master-ubuntu-20_04–64bit` 4failed.
[21:21:21] MythBuild: Build [#1581](https://code.mythtv.org/buildbot/#builders/105/builds/1581) of `master-debian-buster-64bit` 4failed.
[21:26:35] MythBuild: Build [#1579](https://code.mythtv.org/buildbot/#builders/30/builds/1579) of `master-ubuntu-lts-64bit` 4failed.
[21:40:26] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[21:40:27] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[21:55:18] DevMythNotifyBot: COMMIT: gigem pushed 1 commit(s) to branch fixes/32: https://github.com/MythTV/mythtv/compare/daa4 . . . 130f7054da73
[21:58:32] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[22:04:18] gigem: Hmm. Why did my builds succeed but some others not?
[22:04:21] MythBuild: Build [#51](https://code.mythtv.org/buildbot/#builders/306/builds/51) of `32-ubuntu-20_04–64bit` 4failed.
[22:07:39] hampton: I would guess an older Qt that doesn't have the overload of wait() that supports std::chrono?
[22:08:10] hampton: Surprised at 20.04 though.
[22:08:46] gigem: That question was meant to be rhetorical, but yeah. Pathcing now.
[22:11:53] MythBuild: Build [#51](https://code.mythtv.org/buildbot/#builders/298/builds/51) of `32-ubuntu-lts-64bit` 4failed.
[22:12:47] frobnic (frobnic!fb@ip-130-180-011-014.um40.pools.vodafone-ip.de) has quit (Ping timeout: 240 seconds)
[22:12:53] frobnic (frobnic!fb@ip-130-180-011-014.um40.pools.vodafone-ip.de) has joined #mythtv
[22:13:06] DevMythNotifyBot: COMMIT: gigem pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/0fdd . . . e2877111bec3
[22:13:30] DevMythNotifyBot: COMMIT: gigem pushed 1 commit(s) to branch fixes/32: https://github.com/MythTV/mythtv/compare/130f . . . 839d0f9ab6c7
[22:13:34] hampton: I had seen the reference to my std::chrono changes, so I had already peeked at what you were fixing.
[22:15:35] hampton: Why does the default theme have 6 ts files that get installed?
[22:26:01] MythBuild: Build [#1019](https://code.mythtv.org/buildbot/#builders/160/builds/1019) of `master-ubuntu-20_04–64bit` 3completed successfully.
[22:32:09] MythBuild: Build [#52](https://code.mythtv.org/buildbot/#builders/306/builds/52) of `32-ubuntu-20_04–64bit` 3completed successfully.
[22:35:59] MythBuild: Build [#1580](https://code.mythtv.org/buildbot/#builders/30/builds/1580) of `master-ubuntu-lts-64bit` 3completed successfully.
[22:44:58] gigem: hampton: No problem. I'm just glad to have finally resolved that one. It's been bugging me (pun intended) for a few weeks but I was only able to work on it off and on.
[22:45:12] gigem: hampton: Dunno know about those .ts files.
[22:48:23] gigem: Git says they're incredibly old and are dummy streams for some kind of testing. I'd bet they're no longer needed for anything.
[22:49:34] hampton: OK. I should probably remove them. I stumbled across them when comparing the installed trees of a current compile and my cmake compile.
[22:53:40] MythBuild: Build [#52](https://code.mythtv.org/buildbot/#builders/298/builds/52) of `32-ubuntu-lts-64bit` 3completed successfully.
[22:56:59] MythBuild: Build [#50](https://code.mythtv.org/buildbot/#builders/294/builds/50) of `32-debian-buster-64bit` 4failed.
[23:16:40] gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has joined #mythtv
[23:37:36] MythBuild: Build [#1582](https://code.mythtv.org/buildbot/#builders/105/builds/1582) of `master-debian-buster-64bit` 3completed successfully.

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