Friday, November 10th, 2017, 00:03 UTC | ||
[00:03:57] | hampton2 (hampton2!806bf1a5@gateway/web/freenode/ip.128.107.241.165) has joined #mythtv | |
[00:44:44] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[00:44:57] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 250 seconds) | |
[00:55:05] | hampton2 (hampton2!806bf1a5@gateway/web/freenode/ip.128.107.241.165) has quit (Ping timeout: 260 seconds) | |
[01:36:01] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection) | |
[01:36:28] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[01:50:18] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[02:21:50] | hampton2 (hampton2!0c014b88@gateway/web/freenode/ip.12.1.75.136) has joined #mythtv | |
[02:25:48] | hampton2_ (hampton2_!806bf1be@gateway/web/freenode/ip.128.107.241.190) has joined #mythtv | |
[02:26:39] | hampton2 (hampton2!0c014b88@gateway/web/freenode/ip.12.1.75.136) has quit (Ping timeout: 260 seconds) | |
[02:43:32] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:5f31:e4ad:f79f:5b29:6826) has joined #mythtv | |
[02:56:26] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv | |
[03:25:00] | superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (Quit: Connection closed for inactivity) | |
[05:02:43] | Chutt_ is now known as Chutt | |
[05:15:32] | JeffA (JeffA!~J-e-f-f-A@71-88-101-226.dhcp.oxfr.ma.charter.com) has quit (Ping timeout: 252 seconds) | |
[05:16:08] | hampton2_ (hampton2_!806bf1be@gateway/web/freenode/ip.128.107.241.190) has quit (Quit: Page closed) | |
[05:20:37] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@71-88-101-226.dhcp.oxfr.ma.charter.com) has joined #mythtv | |
[06:35:43] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[07:14:32] | SteveGoodey (SteveGoodey!~steve@host86-150-62-73.range86-150.btcentralplus.com) has joined #mythtv | |
[08:48:02] | willcooke (willcooke!~willcooke@host-92-18-125-159.as13285.net) has joined #mythtv | |
[08:48:02] | willcooke (willcooke!~willcooke@host-92-18-125-159.as13285.net) has quit (Changing host) | |
[08:48:02] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[09:01:58] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:f5c1:b303:1e38:91fc) has joined #mythtv | |
[10:10:22] | andreaz (andreaz!~andreaz@p579238CB.dip0.t-ipconnect.de) has quit () | |
[10:56:27] | stuarta: | rebooting mizar |
[10:58:18] | MythBuild (MythBuild!~MythBuild@mizar.mythtv.org) has joined #mythtv | |
[12:33:12] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[12:33:54] | Andreaz (Andreaz!~andreaz@88.128.80.197) has joined #mythtv | |
[12:47:42] | natanojl: | I can see what I can do about adding a theme update setting, unless someone else wants to do it |
[12:57:15] | stuarta: | go for it |
[13:01:11] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 250 seconds) | |
[13:31:51] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Remote host closed the connection) | |
[13:37:41] | natanojl (natanojl!~jonatan@c80-217-177-246.bredband.comhem.se) has joined #mythtv | |
[13:38:17] | Warped (Warped!~Warped@unaffiliated/warped) has quit (Quit: ChatZilla 0.9.93 [Firefox 56.0.2/20171024165158]) | |
[13:41:52] | natanojl (natanojl!~jonatan@c80-217-177-246.bredband.comhem.se) has quit (Ping timeout: 240 seconds) | |
[13:53:33] | Warped (Warped!~Warped@unaffiliated/warped) has joined #mythtv | |
[13:54:10] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[14:07:31] | sphery: | Yeah, I thought ThemeUpdateTask already had a DoCheckRun() that checked against the ThemeUpdateNofications setting, but it doesn't. The ThemeUpdateNofications setting is set in the ThemeChooser and currently defaults to true (but isn't written unless it's toggled at least once). The biggest challenge is it's a per-host setting, so we'd either need a new setting (or use an existing "check for updates" setting if we have one) or to look at the ... |
[14:07:37] | sphery: | ... ThemeUpdateNofications setting on all hosts (but that could be very confusing for users if they have to change it on multiple systems) or--and maybe this is best--just change ThemeUpdateNofications to a global... |
[14:08:09] | stuarta: | meh, it can be global, the sort of people who want it turned off, want it turned off for all systems |
[14:10:18] | sphery: | agreed |
[14:10:38] | sphery: | I think it may already be confusing people who turn it off one one frontend and see the notifications on others |
[14:12:03] | sphery: | And thanks, natanojl , for looking at it. :) |
[14:16:47] | natanojl: | :) |
[14:19:57] | natanojl: | This is what I threw together before I saw your comments: https://pastebin.com/D59BQ7hH |
[14:26:11] | stuarta: | natanojl: should default to true |
[14:26:20] | stuarta: | as in, default is to check |
[14:38:45] | sphery: | So, should we remove the ThemeUpdateNofications setting from https://github.com/MythTV/mythtv/blob/master/ . . . ser.cpp#L673 (and 587) and associated methods, or just change it to the new global setting. I'm a fan of "live settings"--where the settings are modified where they're used, and not buried in some settings pages--but that does mean we lose out on the nice help text. |
[14:39:25] | sphery: | where "we" is read, "you guys who are doing all the work" :) |
[16:06:32] | natanojl: | sphery: I do prefer the live setting approach so I'll look into that :) |
[16:20:58] | Spicy-Rabbit (Spicy-Rabbit!~Jordack@c-68-37-63-233.hsd1.mi.comcast.net) has joined #mythtv | |
[16:32:06] | natanojl: | It should be as simple as this then, if we don't care about the misspelling: https://pastebin.com/7kKwTRDR |
[16:33:01] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:f5c1:b303:1e38:91fc) has quit (Quit: Leaving) | |
[16:47:31] | stuarta: | natanojl: with the miss-spelling it can be backported |
[17:00:12] | stuarta: | sheesh, f27 is due out monday, gunna have to upgrade our infrastructure further to keep it on a non EOL version |
[17:21:21] | Andreaz (Andreaz!~andreaz@88.128.80.197) has quit (Ping timeout: 240 seconds) | |
[17:27:57] | sdrik (sdrik!~sdrik@sdrik.gabriello.fr) has joined #mythtv | |
[17:40:53] | Andreaz (Andreaz!~andreaz@88.128.80.197) has joined #mythtv | |
[17:54:04] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv | |
[18:01:14] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies) | |
[18:46:38] | Chutt_ (Chutt_!~ijr@2605:a000:1208:c115:c457:ef1d:60fd:2177) has joined #mythtv | |
[18:50:04] | Chutt (Chutt!~ijr@2605:a000:1208:c115:c457:ef1d:60fd:2177) has quit (Ping timeout: 252 seconds) | |
[19:04:52] | jheizer__ (jheizer__!~jheizer@2601:246:8200:70ab:b8bb:d87a:a5ee:446f) has joined #mythtv | |
[19:06:19] | Andreaz (Andreaz!~andreaz@88.128.80.197) has quit () | |
[19:08:47] | jheizer_ (jheizer_!~jheizer@2601:246:8200:70ab:843a:39b5:f900:d4fc) has quit (Ping timeout: 252 seconds) | |
[20:17:11] | gigem: | markspieth: I picked up an Nvidia Shield today. It's on sale at Best Buy right now. I probably won't get to play with it much until Sunday or Monday. I'd eventually like to try and help out with the Android port. Where is your information on that again? I thought it was in the wiki, but the Android page there is rather old. |
[20:19:29] | markspieth: | gigem: In my head :-) |
[20:20:03] | markspieth: | progress has slowed somewhat as I got another contract so busy during the day. |
[20:20:26] | Chutt_ is now known as Chutt | |
[20:20:39] | markspieth: | Having trouble configuring with opengl since some recent (or not so) changes in that space. |
[20:20:54] | markspieth: | menus work fine in Qt mode and badly in opengl mode. |
[20:22:09] | markspieth: | I need to implement a surfaceview video out device which will bypass opengl. Looking at VLC implementation as a guide |
[20:22:39] | markspieth: | I have a couple of patches which are in progress which I can share |
[20:23:17] | markspieth: | I picked up another H96 pro but only 2G/16G but good enough for dev |
[20:23:45] | markspieth: | I aslo found you can boot linux off a SD card on these devices but havent tried this yet |
[20:31:18] | gigem: | Hmm, I would have sworn you had something written up with build instructions, etc. I'll get back to you when I'm ready then. A coworker gave me a Mecool S912 he didn't want. I think it's a 3GB/16GB version, but I'd have to double check. I'm not terribly impressed with it so far. I tried booting LibreElec from SD card, but couldn't get it to boot that way. Any documentation I've found about it seems |
[20:31:21] | gigem: | incomplete and sketchy (like needing Windows apps from China to build SD images, etc.). |
[20:41:41] | markspieth: | the build instructions are in packaging/android but have fixed them up considerably. much more turn key now. |
[20:42:06] | markspieth: | also can build for 64 bit and 32 bit android |
[20:45:04] | andreaz (andreaz!~andreaz@p579238CB.dip0.t-ipconnect.de) has joined #mythtv | |
[20:52:10] | gigem: | Heh, I'm only 4 years and 154 commits behind on my packaging checkout! I'll look there before pestering you too much more. :) |
[20:55:12] | hampton: | natanojl: Using the new UI, I had been thinking along the lines of a master "Allow outgoing connections checkbox", and if that was checked you could go to a sub page that had individual checkboxes for themes, smolt, tmdb, and ttvdb. All would default to enabled. Would be hard to backport though. |
[20:55:30] | gigem: | Ah, that's looks like the instructions I thought I'd seen before. I haven't totally lost my mind yet! :) |
[20:57:38] | markspieth: | I need to push some more though. not up to date |
[20:59:23] | markspieth: | I now does a sort of shadow build. couldnt get a proper one going though. |
[21:23:07] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[21:37:28] | SteveGoodey (SteveGoodey!~steve@host86-150-62-73.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:48:42] | gigem: | I had to go to a meeting. What do you mean by shadow build? |
[22:33:19] | Spicy-Rabbit (Spicy-Rabbit!~Jordack@c-68-37-63-233.hsd1.mi.comcast.net) has quit () | |
[22:39:04] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[22:54:37] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Remote host closed the connection) | |
[23:10:04] | natanojl: | hampton: Sounds good. I'll see if I can get that patch committed in the mean time though |
[23:30:47] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.