Thursday, September 16th, 2021, 00:02 UTC | ||
[00:02:55] | DevMythNotifyBot: | COMMIT: linuxdude42 pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/32b7 . . . 5899a9b9499a |
[00:07:14] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[00:10:24] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[00:49:18] | amessina (amessina!~amessina@user/amessina) has joined #mythtv | |
[01:57:37] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[02:20:46] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[04:25:45] | mad_enz (mad_enz!~mad_enz@cpe00508b114c3e-cm788df7e75290.cpe.net.fido.ca) has quit (Read error: Connection reset by peer) | |
[06:11:48] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[07:17:50] | warpme_ (warpme_!uid391875@id-391875.helmsley.irccloud.com) has joined #mythtv | |
[07:21:09] | warpme_: | guys: i have interesting effect after update to current master: movies list in mythvideo has entries without any text (or test is non-visible). Interesting is that issue is only on mythmovies. recordings/music/news/etc lists are ok... |
[07:22:56] | warpme_: | i'm on 32b7866aa18abb9f5a1e8067d0970f57c972e7e6 |
[07:23:43] | warpme_: | let me go with 5899a9b9499a5331c3c5469ad19f031d0ce2277b |
[08:55:26] | warpme_: | nope: 5899a9 has the same isssue :-( |
[09:25:03] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[10:18:45] | gregl (gregl!~gregl@cpe-24-194-235-95.nycap.res.rr.com) has quit (Remote host closed the connection) | |
[10:19:03] | gregl (gregl!~gregl@cpe-24-194-235-95.nycap.res.rr.com) has joined #mythtv | |
[11:05:25] | warpme_: | imho best candidate to test by revert: https://github.com/MythTV/mythtv/commit/48c16 . . . 970775bfec97 |
[11:17:57] | warpme_: | indeed: reverting 48c16d0c0c6f9de722b7b7b9877b970775bfec97 fixes for me issue of no texts on videolist |
[12:07:43] | mad_enz (mad_enz!~mad_enz@cpe00508b114c3e-cm788df7e75290.cpe.net.fido.ca) has joined #mythtv | |
[12:16:45] | stuarta: | hampton: thoughts on ^^^ |
[13:06:31] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[13:08:01] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[13:08:01] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[13:51:35] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Remote host closed the connection) | |
[13:55:34] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[14:00:35] | hampton: | I'm surprised. I've been running that code on my production frontend for weeks. Perhaps its the presentation mode for the video page? I'm pretty sure I tried several different modes, but I'll try running through them all again. |
[14:02:48] | warpme_: | hampton: how i can help here? |
[14:05:16] | hampton: | What view are you using for videos? (Gallery, List, etc.) Did you select show directory structure or browse filesystem? |
[14:05:24] | warpme_: | it is list |
[14:06:03] | warpme_: | list view is from directory structure and no browse filesystem |
[14:10:41] | hampton: | I'm not seeing any problems with that. You're not seeing any text at all, not even when you scroll to a specific show/movie? |
[14:14:03] | hampton: | Curious, did you run 'make test' when you compiled? |
[14:14:32] | hampton: | Wondering if this is somehow language related, and think that should have failed as well. |
[14:18:40] | warpme_: | let me recheck |
[14:41:28] | warpme_: | i'll do full rebuild to be sure.... |
[14:42:56] | warpme_: | "did you run 'make test' when you compiled" – is this possible in cross-compilation? |
[14:43:36] | stuarta: | the make phase should work (as it's just a build) but the run phase i would not expect to |
[14:43:47] | warpme_: | :-) |
[14:44:10] | stuarta: | worst case, nfs export the build tree to the native box and then run the actual tests |
[14:55:39] | warpme_: | what i do: rsync bins/libs from build tree to target and run on target. running tests will require i think: 1\build tree to execute on target; 2\part of build enviroment on target. 1\seems easy. 2\ is way overkill for me on tiny arm board with 1G ram + EastEth |
[15:01:13] | warpme_: | EastEth->FastEth :-) |
[15:03:00] | warpme_: | hampton: i'm preparing to add Qt6 to my distro. How myth is advanced today with qt6? |
[15:05:12] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[15:05:12] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[15:13:32] | hampton: | Right now its a tradeoff between Qt6 and the services API. You can compile Qt5 with the services API, or Qt6 without the services API. (Needs an ugly patch to cut out anything related to QtScript. Which I could commit.) Once the new services api is finished and the old one removed, the patch should no longer be needed. |
[15:15:26] | hampton: | I've been running Qt6 on my production frontends for a couple of months now. My production backend is still Qt5, although I've run a test Qt6 backend many times. |
[15:19:11] | peterbennett: | hampton: The new services api is 95% complete. There are a few methods with bill6502 name on them not yet done. |
[15:19:54] | hampton: | yay! |
[15:20:00] | hampton: | warpme_: If I create a debugging patch for the videos problem, can you run it and send me the output? I'd like to figure out if the problem is in setting up the callbacks, or in calling them. |
[15:20:40] | peterbennett: | I will take a look at those and see if maybe they are done and the list not updated, or maybe they are to be left out of the new api. |
[15:50:34] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[15:54:57] | warpme_: | hampton: for debugging patch. sure! |
[15:55:15] | warpme_: | i done full rebuild and issue is present :-( |
[15:56:21] | warpme_: | interesting: dirs in video tree are ok. only movies are not visible |
[15:57:53] | warpme_: | manage view is ok |
[15:59:21] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[15:59:33] | warpme_: | list view is nok. in both modes: browse library and browse filesystem |
[16:05:26] | warpme_: | something like this: https://paste.pics/7ec98ddfd8914242bb8508c699ee6a8c "vabank" is dir. below are movies |
[16:10:05] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[16:10:05] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[16:12:11] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Client Quit) | |
[16:18:49] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Remote host closed the connection) | |
[16:19:03] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv | |
[16:36:04] | hampton: | All the data on the right side of that picture looks good. Is it only the name on the left side that's the problem? (I seem to recall that those are handled differently than all the other data.) I see other names on the left side, so is the problem only names that begin with something other than a letter? |
[16:36:19] | hampton: | What theme is that? |
[16:39:43] | warpme_: | hampton: "Is it only the name on the left side that's the problem" – yes. i can't find rule governing non-visible movie titles. "I see other names on the left side" – visible are dir names. non-visible are movie titles. theme: https://github.com/hambre/Monochrome/commits/master |
[16:46:14] | hampton: | I'm seeing the problem with Monochrome. Can you try the MythCenter theme. |
[16:46:42] | warpme_: | sure |
[16:50:04] | warpme_: | indeed: on MythCenter all seems to be ok |
[16:50:38] | hampton: | ok. I'll figure it out and let you know. |
[16:51:05] | warpme_: | perfect. many thx. (btw: great work!) |
[16:55:46] | hampton: | thanks. I still have the "show the percentage finished" item on my to todo list, and hope to find time for it soon. |
[17:13:35] | warpme_: | oh – "show the percentage finished" – this will be FANTASTIC! |
[18:02:29] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[18:02:29] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[18:06:54] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Ping timeout: 260 seconds) | |
[18:20:34] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[18:20:34] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[18:32:57] | ajshell1 (ajshell1!~ajshell1@50.234.215.82) has joined #mythtv | |
[18:39:56] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[19:13:13] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[19:13:13] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[20:03:59] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[20:04:15] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Remote host closed the connection) | |
[20:04:33] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv | |
[20:07:05] | ajshell1 (ajshell1!~ajshell1@50.234.215.82) has quit (Quit: Connection closed) | |
[20:22:30] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[20:29:29] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[20:29:29] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[20:56:47] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[21:17:28] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[21:17:28] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[21:49:51] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[22:13:11] | amessina (amessina!~amessina@user/amessina) has quit (Quit: Konversation terminated!) | |
[23:06:55] | ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv | |
[23:12:08] | ulmus-scott: | Does anyone know how to generate a dependency graph (preferably in dot format) from the qmake project files? |
[23:32:32] | warpme_ (warpme_!uid391875@id-391875.helmsley.irccloud.com) has quit (Quit: Connection closed for inactivity) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.