| Thursday, March 10th, 2022, 00:31 UTC | ||
| [00:31:29] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [00:32:49] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [00:39:01] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [00:39:02] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [00:50:01] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [01:08:42] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [01:08:43] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [01:19:40] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [02:35:11] | gigem: | stuarta: I think you are mistaken about the API and icons. gary.buhrmaster's MythUtil package supports updating icons from Schedules Direct. You can find it at https://github.com/garybuhrmaster/MythUtil. |
| [02:55:35] | DevMythNotifyBot: | COMMIT: gigem pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/660d . . . acf5188a1f79 |
| [02:56:07] | DevMythNotifyBot: | COMMIT: gigem pushed 1 commit(s) to branch fixes/32: https://github.com/MythTV/mythtv/compare/e78a . . . 043507cd6f63 |
| [04:29:08] | frobnic (frobnic!fb@ip-130-180-011-014.um40.pools.vodafone-ip.de) has quit (Ping timeout: 250 seconds) | |
| [04:29:50] | frobnic (frobnic!~frobnic@ip-130-180-011-014.um40.pools.vodafone-ip.de) has joined #mythtv | |
| [06:58:31] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Read error: Connection reset by peer) | |
| [06:59:09] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv | |
| [07:10:22] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
| [08:56:12] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv | |
| [09:25:29] | stuarta: | gigem: ah thanks, now i can see how you are meant to do it /Content/DownloadFile |
| [09:58:59] | stuarta: | mythtv-setup still stuffs the icons into a local directory rather than a SG |
| [10:02:27] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!) | |
| [10:07:31] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
| [10:23:48] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has quit (Ping timeout: 240 seconds) | |
| [10:24:25] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has joined #mythtv | |
| [13:10:37] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
| [13:20:00] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv | |
| [13:48:29] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [13:48:29] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [14:28:52] | peterbennett: | stuarta: I sawe your email. What is qtwebkit and what is it used for in MythTV? |
| [14:30:22] | stuarta: | roll your own web browser basically |
| [14:31:16] | peterbennett: | So do we use it somewhere and is there a good replacement? |
| [14:31:32] | stuarta: | $ find . -name \*.pro -exec grep -l qtwebkit {} \; |
| [14:31:32] | stuarta: | ./libs/libmythui/libmythui.pro |
| [14:31:32] | stuarta: | ./programs/mythfrontend/mythfrontend.pro |
| [14:31:47] | stuarta: | so it's used somewhere in the frontend / ui |
| [14:32:19] | stuarta: | https://doc.qt.io/qt-5/qtwebenginewidgets-qtw . . . ngguide.html |
| [14:32:25] | peterbennett: | So maybe we just need to make sure nothing uses it and rip it out? |
| [14:32:28] | stuarta: | QtWebEngine is the replacement |
| [14:32:50] | stuarta: | hampton may have a better idea of what bits actually "use" it |
| [14:33:45] | peterbennett: | I don't think I have seen much in mythfrontend that is a web page. |
| [14:34:19] | peterbennett: | There are plugins that I don't use, perhaps they use it. |
| [14:35:15] | stuarta: | ./libs/libmythui/mythuiwebbrowser.cpp is a big user |
| [14:38:26] | peterbennett: | OK I will talk to hampton see if I can help with that. |
| [14:39:25] | stuarta: | also talk to paul-h when he pops in as looking back over the history of that file, he's done bits to support mythmusic |
| [14:40:14] | stuarta: | i guess it'll come back to "do we even need it anymore?" |
| [14:40:50] | stuarta: | might be easier to email paul with any questions you have for him |
| [14:42:18] | peterbennett: | ok |
| [14:42:31] | stuarta: | paul did the initial implementation 15 years ago :-p |
| [14:42:40] | stuarta: | on Qt4.4.0 |
| [14:43:30] | peterbennett: | So perhaps it is mainly used by plugins, or only used by plugins. |
| [14:44:12] | stuarta: | highly likely |
| [14:45:19] | stuarta: | iirc mythnews used to use it |
| [14:45:34] | stuarta: | not that i would bother reading the news on my tv via this browser |
| [14:46:02] | stuarta: | and a bunch of stuff for mythmusic |
| [14:46:19] | stuarta: | so definitely reach out to paul and ask how it's still used |
| [14:47:16] | peterbennett: | I don't know how much the plugins are used or needed. Maybe some should be dropped. |
| [14:47:31] | stuarta: | i agree |
| [14:47:55] | peterbennett: | I have not installed them for years. |
| [14:48:03] | stuarta: | nor me |
| [14:48:12] | stuarta: | i don't even build them |
| [14:49:00] | peterbennett: | Right. Also I never built them for android, nobody complained. Also stopped building them for raspberry pi. |
| [14:49:25] | stuarta: | start a discussion on killing them then |
| [14:50:02] | peterbennett: | I suspect mythmusic may be the only one that is useful. |
| [14:52:07] | stuarta: | aye, and that's pauls baby, so ask how it's controlled these days |
| [14:52:40] | stuarta: | if it no longer uses the webui widget. get rid of it |
| [14:56:39] | stuarta: | so of the plugins the remaining one which could be useful IMHO are: mytharchive, mythgame (i'm sure ppl use this), mythmusic, mythzoneminder. |
| [14:57:02] | stuarta: | although i've not used mytharchive to make a dvd archive for years! |
| [15:00:38] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [15:33:44] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [15:33:44] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [15:57:12] | ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv | |
| [16:00:17] | ulmus-scott: | re QtWebKit: git grep -nE "Qt?Web" |
| [16:00:42] | ulmus-scott: | only user appears to be mythuiwebbrowser.(cpp|h) |
| [16:00:52] | stuarta: | yup that's what we already worked out |
| [16:03:22] | ulmus-scott: | git grep -nE "mythuiwebbrowser.h" |
| [16:03:23] | ulmus-scott: | mythplugins/mythbrowser |
| [16:03:23] | ulmus-scott: | mythtv/libs/libmythui/mythuiwebbrowser.cpp |
| [16:03:24] | ulmus-scott: | mythtv/libs/libmythui/xmlparsebase.cpp |
| [16:03:25] | ulmus-scott: | mythtv/programs/mythfrontend/networkcontrol.cpp |
| [16:09:12] | stuarta: | not dug into why the networkcontrol has that included |
| [16:11:14] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [16:17:43] | ulmus-scott: | dynamic_cast |
| [16:19:40] | ulmus-scott: | https://github.com/MythTV/mythtv/blob/acf5188 . . . #L1120-L1143 |
| [16:24:00] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [16:24:00] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [16:24:39] | ulmus-scott: | similar-ish in xmlparsebase https://github.com/MythTV/mythtv/blob/acf5188 . . . pp#L520-L523 |
| [16:33:16] | stuarta: | it's potentially a UI element in themes |
| [16:35:07] | ulmus-scott: | It *is* a UI element in the themes: git grep -nE "webbrowser" -- :mythtv/themes/** |
| [16:35:34] | stuarta: | SNAP! |
| [16:36:32] | stuarta: | bah the schedule-ui uses it |
| [16:43:51] | stuarta: | hmmmm, <!-- Home -> Media Library -> Watch Recordings -> select recording: 'I'(nfo) [Old, web based version] --> maybe deprecated? |
| [16:44:37] | stuarta: | does look like it's been replaced |
| [16:45:11] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [16:46:04] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has quit (Remote host closed the connection) | |
| [16:47:29] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has joined #mythtv | |
| [16:49:52] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has quit (Quit: AAAGH! IT BURNS!) | |
| [16:54:16] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [16:54:17] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [16:56:22] | peterbennett: | That info is a text display, if it is web based it is easily replaced. |
| [17:00:27] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has joined #mythtv | |
| [17:06:29] | stuarta: | yup, should be pretty easy to clean up. the two other bits scott posted could just be removed |
| [17:23:13] | stuarta: | https://github.com/MythTV/mythtv/issues/328 and https://github.com/MythTV/mythtv/issues/327 |
| [17:23:32] | stuarta: | clearly we are missing one for mythui |
| [17:27:21] | stuarta: | 328 kinda answers the question on how it's used in mythmusic. A: for finding artwork on the internet |
| [17:56:54] | DevMythNotifyBot: | pull_request synchronize by ulmus-scott, "fix video hanging at EOF": https://github.com/MythTV/mythtv/pull/515 |
| [18:05:08] | ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Ping timeout: 256 seconds) | |
| [18:19:25] | DevMythNotifyBot: | COMMIT: stuarta pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/acf5 . . . 5e15c23d9cb2 |
| [18:22:44] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [18:43:56] | ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv | |
| [19:31:19] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has quit (Quit: AAAGH! IT BURNS!) | |
| [19:33:50] | frobnic (frobnic!~frobnic@ip-130-180-011-014.um40.pools.vodafone-ip.de) has quit (Ping timeout: 256 seconds) | |
| [19:33:58] | frobnic (frobnic!fb@ip-130-180-011-014.um40.pools.vodafone-ip.de) has joined #mythtv | |
| [20:15:37] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [20:16:54] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [20:20:44] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [20:22:41] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 272 seconds) | |
| [20:28:51] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [20:30:16] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has joined #mythtv | |
| [20:30:18] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 252 seconds) | |
| [20:33:42] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has quit (Client Quit) | |
| [20:36:58] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [20:38:00] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 252 seconds) | |
| [20:40:34] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
| [20:41:55] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [20:41:55] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [20:42:06] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [20:42:57] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds) | |
| [20:48:19] | gigem (gigem!~david@47.189.229.40) has quit (Quit: WeeChat 3.4) | |
| [20:49:11] | gigem (gigem!~david@47.189.229.40) has joined #mythtv | |
| [20:51:44] | ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Ping timeout: 256 seconds) | |
| [20:52:09] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has joined #mythtv | |
| [20:57:14] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [20:58:46] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 272 seconds) | |
| [21:02:21] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [21:03:37] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [21:03:56] | skrip_kid (skrip_kid!~pballer2o@ip72-198-30-76.ok.ok.cox.net) has quit (Ping timeout: 256 seconds) | |
| [21:07:08] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [21:08:16] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 272 seconds) | |
| [21:10:45] | skrip_kid (skrip_kid!~pballer2o@ip72-198-30-76.ok.ok.cox.net) has joined #mythtv | |
| [21:14:08] | stuarta: | damn, thought i'd fixed the odd little issue with 0 width programs in the new webapp guide |
| [21:14:19] | stuarta: | todo_list++ |
| [21:15:29] | stuarta: | it's been bugging me for several weeks and i thought i'd fixed it :-( |
| [21:17:19] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [21:34:16] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [21:35:40] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [21:37:42] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has quit (Ping timeout: 260 seconds) | |
| [21:39:23] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [21:39:26] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has joined #mythtv | |
| [21:40:46] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [21:41:27] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!) | |
| [21:45:31] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [21:47:00] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [21:51:07] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [21:51:47] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [21:58:17] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [21:59:28] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [22:03:24] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:04:36] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds) | |
| [22:08:32] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:09:24] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds) | |
| [22:14:38] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:16:09] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [22:19:22] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:20:07] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [22:24:28] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:25:48] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 252 seconds) | |
| [22:30:36] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:32:31] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 272 seconds) | |
| [22:36:43] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:38:15] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [22:39:20] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
| [22:39:21] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
| [22:43:54] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:44:57] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds) | |
| [22:49:02] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:50:14] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 250 seconds) | |
| [22:56:11] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [22:57:10] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 250 seconds) | |
| [22:59:30] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
| [23:01:17] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [23:02:37] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [23:11:24] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [23:12:33] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 252 seconds) | |
| [23:20:31] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [23:21:54] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 272 seconds) | |
| [23:28:38] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [23:30:09] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 252 seconds) | |
| [23:42:44] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [23:43:54] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 252 seconds) | |
| [23:48:54] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
| [23:49:05] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds) | |
| [23:59:59] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.