MythLogBot@irc.libera.chat :: #mythtv

Daily chat history

Current users (27):

ChanServ, DevMythNotifyBot, frobnic, gigem, GreyFoxx, gtb, hampton, ijc, mad_enz, Malmis, mkbloke, MythLogBot, ooshlablu, peper03, poptix, sphery, stuarta[m], TechMonk, tonsofpcs, troyt, Warped, warpme__, xris-, peterbennett, knowledgejunkie, MythBuild, zbot`
Thursday, October 21st, 2021, 00:28 UTC
[00:28:19] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[02:12:47] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv
[02:13:52] ulmus-scott: Is it necessary to pass QString by const reference? Specifically I'm looking at libmythmetadata/videometadata (converting to non-PIMPL) and libmyth/programinfo (some unchanged by https://github.com/MythTV/mythtv/commit/1a809 . . . a35993bdc953 )
[02:13:52] ulmus-scott: If I understand correctly, passing by value increments the reference counter before the function call, and then using std::move just moves the data. Thus, passing by value is recommended for constructors.
[02:13:53] ulmus-scott: Should other functions also be passed by value, due to Qt’s implicit sharing? Should QStrings be returned from a function by value or const reference as many are by videometadata?
[04:21:01] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Ping timeout: 256 seconds)
[04:38:12] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv
[04:43:43] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Quit: ulmus-scott)
[05:00:40] mad_enz (mad_enz!~mad_enz@cpe00508b114c3e-cm788df7e75290.cpe.net.fido.ca) has quit (Ping timeout: 258 seconds)
[05:35:25] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv
[06:06:21] zbot (zbot!~limnoria@2601:647:4802:4c3:222:4dff:fe51:6728) has quit (Ping timeout: 245 seconds)
[06:06:22] zbot` (zbot`!~limnoria@2601:647:4802:4c3:222:4dff:fe51:6728) has joined #mythtv
[06:07:36] ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has quit (Ping timeout: 245 seconds)
[06:08:00] ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has joined #mythtv
[10:06:41] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!)
[12:58:17] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[12:58:17] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[13:24:07] mad_enz (mad_enz!~mad_enz@cpe00508b114c3e-cm788df7e75290.cpe.net.fido.ca) has joined #mythtv
[13:44:52] peterbennett: stuarta: The existing Status/xml returns a tag for frontends but it is always empty even when there are frontends
[13:45:30] peterbennett: stuarta: However the http://backend:6544/Myth/GetFrontends does return the correct list of frontends
[13:45:33] stuarta: peterbennett: iirc that's only populated if a frontend has connected to the backend since it was started up
[13:46:37] peterbennett: Nope, even when a fronetnd is connected nothing shows
[13:47:03] stuarta: clearly a bug nobody has noticed because nobody cares!
[13:47:29] peterbennett: For the new one I will use the same output as the Myth/GetFrontends
[13:48:56] peterbennett: The old one uses SSDP:Find to find frontends, I guess that does not work any more
[13:49:21] stuarta: works if they are online
[13:50:13] stuarta: happy with the format suggestion btw.
[13:50:15] peterbennett: I would expect it would work even if they were online but connected to another backend, which is not what you want
[13:50:35] stuarta: that i would not expect
[13:50:54] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv
[13:50:58] stuarta: i would expect the backend to track "known" frontends (which it does) but only since it was started
[13:51:56] peterbennett: The Myth/GetFrontends code finds all backends that have connected even if not now connected so it seeems to wirk right
[13:52:53] peterbennett: My database has a bunch of old non-used frontends but the Myth/GetFrontends is only showing the two that have recently conncted
[13:53:08] stuarta: which seems reasonable
[13:53:39] peterbennett: So I will go with that.
[13:54:00] peterbennett: But not fixing the old Status/xml
[13:54:04] stuarta: agreed
[13:54:12] stuarta: "it's dead jim"
[14:06:08] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[14:13:20] gregl (gregl!~gregl@cpe-24-194-235-95.nycap.res.rr.com) has quit (Read error: Connection reset by peer)
[14:36:03] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[14:36:03] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[14:53:52] amessina (amessina!~amessina@user/amessina) has joined #mythtv
[15:12:47] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv
[15:20:40] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[16:03:14] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[16:03:14] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[16:46:03] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Remote host closed the connection)
[16:46:17] DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv
[17:10:36] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[17:23:50] warpme__ (warpme__!uid391875@id-391875.helmsley.irccloud.com) has joined #mythtv
[19:30:53] amessina (amessina!~amessina@user/amessina) has quit (Quit: Konversation terminated!)
[19:48:02] amessina (amessina!~amessina@user/amessina) has joined #mythtv
[20:25:10] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!)
[20:45:38] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[20:45:38] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett
[20:50:09] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv
[20:51:30] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Client Quit)
[20:52:42] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv
[21:37:46] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[21:38:50] SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!)
[22:58:24] ulmus-scott_ (ulmus-scott_!~ulmus-sco@user/ulmus-scott) has joined #mythtv
[22:58:53] ulmus-scott_ (ulmus-scott_!~ulmus-sco@user/ulmus-scott) has quit (Client Quit)
[23:00:55] ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Ping timeout: 260 seconds)
[23:48:05] amessina (amessina!~amessina@user/amessina) has quit (Quit: Konversation terminated!)
[23:52:22] peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv
[23:52:22] Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett

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