Thursday, September 8th, 2016, 00:01 UTC | ||
[00:01:23] | markus_ (markus_!~markus@x55b39521.dyn.telefonica.de) has quit (Ping timeout: 244 seconds) | |
[00:12:33] | joki (joki!~joki@p5486157A.dip0.t-ipconnect.de) has joined #mythtv | |
[00:24:44] | mad_enz (mad_enz!~mad_enz@2607:f090:488d:8d:79f3:6f60:245d:856f) has joined #mythtv | |
[01:42:02] | joki (joki!~joki@p5486157A.dip0.t-ipconnect.de) has quit (Ping timeout: 265 seconds) | |
[02:24:42] | kc (kc!~kcasper@unaffiliated/kc) has quit (Remote host closed the connection) | |
[02:39:59] | ghoti_ is now known as ghoti | |
[02:41:01] | arescorpio (arescorpio!~arescorpi@196-41-16-190.fibertel.com.ar) has joined #mythtv | |
[03:12:18] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[04:12:22] | eharris (eharris!~eharris@unaffiliated/eharris) has joined #mythtv | |
[04:21:08] | arescorpio (arescorpio!~arescorpi@196-41-16-190.fibertel.com.ar) has quit (Quit: Leaving.) | |
[05:51:46] | rich0 (rich0!~quassel@gentoo/developer/rich0) has quit (Ping timeout: 255 seconds) | |
[05:53:33] | rich0 (rich0!~quassel@gentoo/developer/rich0) has joined #mythtv | |
[06:02:14] | Tobbe5178 (Tobbe5178!~asdf@h184n1-sv-a13.ias.bredband.telia.com) has joined #mythtv | |
[06:02:47] | rich0_ (rich0_!~quassel@gentoo/developer/rich0) has joined #mythtv | |
[06:06:48] | rich0 (rich0!~quassel@gentoo/developer/rich0) has quit (Ping timeout: 250 seconds) | |
[07:22:46] | ShapeShifter499 (ShapeShifter499!~ShapeShif@unaffiliated/shapeshifter499) has joined #mythtv | |
[07:23:42] | SteveGoodey (SteveGoodey!~steve@81.141.240.53) has joined #mythtv | |
[07:44:04] | SteveGoodey (SteveGoodey!~steve@81.141.240.53) has quit (Ping timeout: 240 seconds) | |
[07:44:11] | Steve-Goodey (Steve-Goodey!~steve@81.141.240.53) has joined #mythtv | |
[07:46:36] | Steve_Goodey (Steve_Goodey!~steve@81.141.240.53) has joined #mythtv | |
[07:48:17] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[07:50:03] | Steve-Goodey (Steve-Goodey!~steve@81.141.240.53) has quit (Ping timeout: 240 seconds) | |
[09:28:33] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv | |
[09:29:56] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Remote host closed the connection) | |
[09:31:43] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv | |
[10:15:33] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[10:16:03] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 240 seconds) | |
[10:25:15] | dekarl1 is now known as dekarl | |
[11:21:47] | ShapeShifter499 (ShapeShifter499!~ShapeShif@unaffiliated/shapeshifter499) has quit (Remote host closed the connection) | |
[11:54:18] | knightr_ is now known as knightr | |
[13:26:33] | stuarta: | well that explains why gmane references went dead recently https://lars.ingebrigtsen.no/2016/09/06/gmane-alive/ |
[14:29:00] | dmfrey: | i noticed an inconsistency in the services api. for instance, call /Dvr/GetRecordedList with default (say, in a browser), things like Recording/Status display as text. Then call the same with curl passing in an Accept header application/json, and the same recording/status comes back as int. Is this intentional? |
[14:29:42] | stuarta: | interesting |
[14:36:35] | jheizer_: | It could be from #12510 maybe? |
[14:36:35] | ** MythLogBot http://code.mythtv.org/trac/ticket/12510 ** | |
[14:39:17] | jheizer_: | Just a guess |
[14:40:06] | stuarta: | i like a good wild stab in the dark ;-) |
[14:41:19] | jheizer_: | :) I try |
[14:41:31] | jheizer_: | it was jsut on my mind since I got nudged to fix mobilemyth |
[14:42:53] | jheizer_: | Fixed in master only though, so if you see it on .28 it wasn;t the fix itself that caused it. |
[14:44:40] | stuarta: | that takes a while on my prod instance |
[14:48:47] | dblain: | jheizer_, stuarta: a quick look at the serialization classes. XML rendering has enum support, json still doesn't. |
[14:48:54] | stuarta: | it's the same between 0.28 and master |
[14:49:14] | stuarta: | no doubt because of what dblain just pointed out |
[14:49:19] | dblain: | specifically, the AddProperty function |
[14:50:30] | dblain: | wouldn't be hard to add using the xml code as an example. I just won't have time to tackle it for at least a few weeks. |
[14:53:09] | bill6502 (bill6502!~bill@24-148-53-32.c3-0.alc-ubr1.chi-alc.il.cable.rcn.com) has joined #mythtv | |
[14:57:27] | bill6502: | dmfrey: try (for example) curl -H Accept:application/json BE:6544/Dvr/RecStatusToString?RecStatus=2 you should get: {"String": "Previously Recorded"} in the $LANG the backend was started with |
[14:57:28] | stuarta: | hmmm, 34 seconds to pull the full recorded list from my prod backend |
[14:58:29] | dblain: | stuarta: that seems excessive. how many recordings? |
[14:59:02] | stuarta: | "Count": "2793" |
[14:59:23] | stuarta: | vs "Count": "127" on dev |
[15:00:28] | bill6502: | dmfrey: i think the intent for an app would be to get the translated strings and cache them, that's what I do for my python utilities |
[15:00:38] | stuarta: | heh, i do have recordings going back 11 years on prod |
[15:01:25] | jheizer_: | 4s here for 1801 |
[15:01:46] | jheizer_ is now known as jheizer | |
[15:01:51] | stuarta: | this is pretty slow hardware, it's an original N36 HP microserver |
[15:02:14] | jheizer: | and mine is relatively fast |
[15:03:32] | stuarta: | cpu = AMD Athlon(tm) II Neo N36L Dual-Core Processor |
[16:53:40] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving) | |
[17:55:16] | ikevin (ikevin!~kevin@j-aime.etre.casse-couilles.org) has quit (Ping timeout: 250 seconds) | |
[17:57:47] | ikevin (ikevin!~kevin@j-aime.etre.casse-couilles.org) has joined #mythtv | |
[18:03:12] | dmfrey: | bill6502: yeah, i get that, but then you get into how often do you refresh the cache, etc. |
[18:07:27] | Guest83657 (Guest83657!~user@mail.classg.net) has quit (Ping timeout: 276 seconds) | |
[18:31:35] | emm386 (emm386!~user@mail.classg.net) has joined #mythtv | |
[18:31:59] | emm386 is now known as Guest11114 | |
[19:14:43] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[19:29:50] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies) | |
[19:58:37] | Roklobster (Roklobster!~Dirkka@ppp118-209-38-96.lns20.mel4.internode.on.net) has quit (Remote host closed the connection) | |
[20:04:11] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 244 seconds) | |
[20:24:52] | ** stuarta sighs ** | |
[20:46:25] | lautriv__ (lautriv__!~lautriv@x4e3252ce.dyn.telefonica.de) has joined #mythtv | |
[20:46:25] | lautriv__ (lautriv__!~lautriv@x4e3252ce.dyn.telefonica.de) has quit (Changing host) | |
[20:46:25] | lautriv__ (lautriv__!~lautriv@funtoo/user/lautriv) has joined #mythtv | |
[21:01:39] | lapion (lapion!~axion@axion.xs4all.nl) has quit (Read error: Connection reset by peer) | |
[21:02:14] | lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv | |
[22:03:32] | Steve_Goodey (Steve_Goodey!~steve@81.141.240.53) has quit (Quit: Konversation terminated!) | |
[22:04:02] | Tobbe5178 (Tobbe5178!~asdf@h184n1-sv-a13.ias.bredband.telia.com) has quit (Read error: Connection reset by peer) | |
[22:09:26] | ShapeShifter499 (ShapeShifter499!~ShapeShif@unaffiliated/shapeshifter499) has joined #mythtv | |
[22:09:57] | rich0_ is now known as rich0 | |
[22:34:50] | [Kid] ([Kid]!~nonya@cpe-97-99-230-41.tx.res.rr.com) has joined #mythtv | |
[23:56:53] | markus_ (markus_!~markus@x55b3900f.dyn.telefonica.de) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.