Wednesday, June 15th, 2022, 00:14 UTC | ||
[00:14:07] | peterbennett (peterbennett!~peter@2601:183:100:17cc:5060:7f65:7267:aa90) has joined #mythtv | |
[00:39:31] | glenb77 (glenb77!~glenb77@38-13-16-127.starry-inc.net) has joined #mythtv | |
[01:02:10] | peterbennett (peterbennett!~peter@2601:183:100:17cc:5060:7f65:7267:aa90) has quit (Ping timeout: 250 seconds) | |
[01:15:38] | gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has joined #mythtv | |
[02:31:10] | glenb77 (glenb77!~glenb77@38-13-16-127.starry-inc.net) has quit (Quit: glenb77) | |
[06:45:18] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[07:12:38] | gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has quit (Read error: Connection reset by peer) | |
[08:36:01] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv | |
[10:28:46] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!) | |
[10:35:17] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[11:45:40] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 248 seconds) | |
[11:52:41] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[12:00:33] | DevMythNotifyBot: | COMMIT: kmdewaal pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/dd68 . . . c4dcb881b1ff |
[12:07:14] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 246 seconds) | |
[12:14:05] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[12:23:10] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 240 seconds) | |
[12:30:24] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[12:56:08] | peterbennett (peterbennett!~peter@2601:183:100:17cc:2440:966b:783f:adef) has joined #mythtv | |
[12:56:40] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[13:09:01] | DevMythNotifyBot: | COMMIT: bennettpeter pushed 45 commit(s) to branch devel/ffmpeg-resync: https://github.com/MythTV/mythtv/compare/beba . . . 02441add5956 |
[13:17:44] | gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has joined #mythtv | |
[13:19:13] | stuarta: | peterbennett: the build network isn't currently building devel/ffmpeg-resync branch. should it be? |
[13:31:21] | peterbennett: | stuarta: Maybe later, at the moment I am doing Scott Thiesen's pull requests so there may be a lot of noise |
[13:31:55] | peterbennett: | stuarta: I will let you know. |
[13:32:00] | stuarta: | okay sure, just ping me when ready |
[13:33:35] | peterbennett: | sorry, Theisen not Thiesen |
[13:33:46] | stuarta: | i knew who you meant |
[13:33:48] | stuarta: | :-) |
[13:34:52] | peterbennett: | I know you know :) Just don't want to offend anybody by misspelling them. |
[13:35:02] | stuarta: | :-) |
[13:36:39] | peterbennett: | stuarta: webapp setup for capture cards. There are #ifdef USING_DVB etc for every card type. Evidently you can build MythTV with whichever ones you choose. |
[13:37:23] | stuarta: | that's more for if it can't find the required headers |
[13:37:34] | stuarta: | once upon a time maybe it was for people to turn it off |
[13:37:36] | peterbennett: | I wonder if anybody actually does that and whethe it is worth while to create a service that the app can call to see which ones are supported on the built system. |
[13:38:25] | stuarta: | i would hope that the api would just return an error if you were talking about something that had been compiled out, and that could be handled |
[13:39:41] | peterbennett: | The api is rather basic, it just takes one list of values and applies them. I don't believe it even checks them for valid. |
[13:40:02] | stuarta: | lets be honest, the api needs work.... |
[13:40:28] | stuarta: | would prefer to fix issues like this with the api rather than cripple or ifdef the webapp |
[13:40:36] | stuarta: | makes for 2 hard to maintain things rather than 1 |
[13:40:43] | peterbennett: | Nevertheless it does not seem good to include something in the list of card types if it cannot actually be used. |
[13:41:10] | stuarta: | hmmm, see what you mean about querying the api for the list of what that backend is supporting |
[13:41:15] | peterbennett: | So I think an API in the webapp to get the list is better. |
[13:41:26] | stuarta: | agree |
[13:41:32] | peterbennett: | Also that means less translations in the webapp |
[13:41:37] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 260 seconds) | |
[13:42:05] | stuarta: | my current WIP is to try and get the websocket stuff working. that's "fun" |
[13:42:24] | peterbennett: | Since the translations would already have been done in the main app. |
[13:43:27] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[13:44:35] | peterbennett: | I have never used WebSocket. Looks complicated. |
[13:45:35] | stuarta: | it's a challenge hooking it up, because without a subscriber on the angular side, no data will be sent to the server side and therefore no events will return. so it's working out how to do that cleanly |
[13:49:32] | peterbennett (peterbennett!~peter@2601:183:100:17cc:2440:966b:783f:adef) has quit (Ping timeout: 255 seconds) | |
[13:57:44] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 248 seconds) | |
[13:58:24] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[14:08:41] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 246 seconds) | |
[14:08:54] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[14:17:05] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 246 seconds) | |
[14:17:20] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[14:20:10] | peterbennett (peterbennett!~peter@2601:183:100:17cc:8188:80e1:9ece:5a9f) has joined #mythtv | |
[14:23:44] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 246 seconds) | |
[14:35:41] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[15:09:49] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has quit (Ping timeout: 256 seconds) | |
[15:16:24] | skrip_kid (skrip_kid!~pballer2o@ip174-67-21-91.ok.ok.cox.net) has joined #mythtv | |
[15:43:54] | peterbennett (peterbennett!~peter@2601:183:100:17cc:8188:80e1:9ece:5a9f) has quit (Ping timeout: 258 seconds) | |
[15:46:06] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has quit (Remote host closed the connection) | |
[15:48:12] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has joined #mythtv | |
[16:31:05] | peterbennett (peterbennett!~peter@2601:183:100:17cc:31f:62bc:525a:28ac) has joined #mythtv | |
[17:24:38] | peterbennett (peterbennett!~peter@2601:183:100:17cc:31f:62bc:525a:28ac) has quit (Ping timeout: 255 seconds) | |
[18:42:05] | peterbennett (peterbennett!~peter@2601:183:100:17cc:d9b6:776d:8daa:711b) has joined #mythtv | |
[18:50:50] | DevMythNotifyBot: | COMMIT: stuarta pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/c4dc . . . fe95e28f0a12 |
[19:47:06] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has quit (Ping timeout: 250 seconds) | |
[19:54:14] | DevMythNotifyBot: | COMMIT: jpoet pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/fe95 . . . 939714db6a40 |
[20:05:33] | DevMythNotifyBot: | COMMIT: linuxdude42 pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/9397 . . . 16d253567fe6 |
[20:09:05] | DevMythNotifyBot: | COMMIT: linuxdude42 pushed 1 commit(s) to branch fixes/32: https://github.com/MythTV/mythtv/compare/7077 . . . 66573a3f9b95 |
[20:28:14] | peterbennett (peterbennett!~peter@2601:183:100:17cc:d9b6:776d:8daa:711b) has quit (Ping timeout: 255 seconds) | |
[20:40:41] | DevMythNotifyBot: | COMMIT: stuarta pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/16d2 . . . 2d28f6424e64 |
[21:11:20] | peterbennett (peterbennett!~peter@2601:183:100:17cc:7c44:ad50:eb4d:24c2) has joined #mythtv | |
[21:34:55] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[21:56:09] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has joined #mythtv | |
[21:56:26] | peterbennett (peterbennett!~peter@2601:183:100:17cc:7c44:ad50:eb4d:24c2) has quit (Ping timeout: 255 seconds) | |
[21:58:22] | DevMythNotifyBot: | COMMIT: stuarta pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/2d28 . . . 3538be140b07 |
[22:02:56] | gregl_ (gregl_!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has joined #mythtv | |
[22:06:04] | TechMonk_ (TechMonk_!~quassel@173.241.20.60) has joined #mythtv | |
[22:06:58] | frobnic_ (frobnic_!~frobnic@v7559.1blu.de) has joined #mythtv | |
[22:07:24] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:43f0:a038:14ff:fe50:8510) has quit (Ping timeout: 250 seconds) | |
[22:07:24] | gregl (gregl!~gregl@cpe-66-67-125-50.nycap.res.rr.com) has quit (Ping timeout: 250 seconds) | |
[22:07:24] | frobnic (frobnic!~frobnic@v7559.1blu.de) has quit (Ping timeout: 250 seconds) | |
[22:07:24] | TechMonk (TechMonk!~quassel@173.241.20.60) has quit (Ping timeout: 250 seconds) | |
[22:15:39] | stuarta: | just need to add a timer to reconnect, if say the backend goes away.... |
[22:16:13] | amessina (amessina!~amessina@user/amessina) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.