Thursday, June 19th, 2014, 00:01 UTC | ||
[00:01:00] | gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv | |
[00:13:43] | stichnot (stichnot!stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[00:24:35] | rsiebert (rsiebert!~quassel@g225047046.adsl.alicedsl.de) has joined #mythtv | |
[00:27:07] | rsiebert_ (rsiebert_!~quassel@f052001033.adsl.alicedsl.de) has quit (Ping timeout: 240 seconds) | |
[00:29:03] | stichnot (stichnot!stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 240 seconds) | |
[02:00:00] | jya_: | dekarl: For OMX, you don’t want to do just decoding with it. you want to do the lot: audio decoding, video decoding and presentation |
[02:08:56] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 260 seconds) | |
[02:09:45] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[02:30:41] | andreaz (andreaz!~andre_000@p5DCA3B0D.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds) | |
[02:40:23] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_) | |
[02:43:20] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[03:08:38] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 252 seconds) | |
[03:09:50] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[03:57:35] | XDS2010_ (XDS2010_!sid1218@gateway/web/irccloud.com/x-afibmcwysjsgnmbt) has quit (Ping timeout: 252 seconds) | |
[04:04:19] | tgm4883 (tgm4883!uid23806@gateway/web/irccloud.com/x-hmczmnnvchouefrt) has quit (Ping timeout: 240 seconds) | |
[04:06:43] | tgm4883 (tgm4883!uid23806@gateway/web/irccloud.com/x-hpzbstwzgdqajocd) has joined #mythtv | |
[04:08:06] | XDS2010_ (XDS2010_!sid1218@gateway/web/irccloud.com/x-jkudapkcdtjqsywu) has joined #mythtv | |
[04:20:41] | acle (acle!~tb@or-71-53-74-177.dhcp.embarqhsd.net) has joined #mythtv | |
[05:15:23] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[05:28:53] | dekarl: | jya, I remember you said that something like that before. Just wanted to connect to the post on the forum, as feature patches can get overlooked there easily. |
[05:54:46] | jya_: | dekarl: thanks for the link… |
[05:54:55] | jya_: | it’s better than what we have at the moment for sure |
[05:55:10] | jya_: | how do you access the guide while watching TV? |
[05:58:04] | Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has joined #mythtv | |
[05:58:20] | jya_: | f(found it via menu -> schedule).. |
[05:58:42] | jya_: | stichnot: I’ve backported the following commits to get the “switch to this channel†in the guide: |
[05:59:15] | SteveGoodey (SteveGoodey!~steve@host86-134-63-27.range86-134.btcentralplus.com) has joined #mythtv | |
[06:00:01] | jya_: | c0c5299ab82f638157b17ba13af154f73c27a40d, e3ee97cd75d58b5ac9420c2b8b5f624e4c368de2, eb13dd5af48535c64196c9c6aa5e5235f37f6555, 77ddcc1b0f7b3fe791eadeb0fd111eb834d9c1ad, c5f22566150e27cd977dc9e27aa2a4f683517eba (add the entry to the top level menu) , 98c908842bd26ee0afd6c02d305594796b8d6b43 |
[06:09:57] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv | |
[06:10:16] | SteveGoodey (SteveGoodey!~steve@host86-134-63-27.range86-134.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[06:39:01] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Remote host closed the connection) | |
[06:40:42] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[06:52:57] | stuartm: | jya_: S will allow bring up the guide |
[07:00:42] | jya_: | S? |
[07:00:48] | jya_: | okay… :) |
[07:19:14] | jya_: | dekarl: http://stackoverflow.com/questions/2819535/un . . . 4735#2824735 that is wrong.. |
[07:19:24] | jya_: | even though it does make sense |
[07:19:45] | jya_: | an object is const means the object itself can’t be modified. |
[07:20:08] | jya_: | but you can still modify object it contains and not directly part of the object: |
[07:20:28] | jya_: | e.g. you can modify the content a member points to |
[07:21:10] | jya_: | I agree with your commit, it’s the right thing to do not making the object const at all |
[07:21:24] | jya_: | but the reason for doing so are technically incorrect |
[07:22:13] | jya_: | e.g. there’s nothing wrong with freeing a const object. |
[07:22:51] | jya_: | const QString *str = new QString(“blahâ€); delete str; |
[07:22:57] | jya_: | is perfectly valid |
[07:44:39] | dekarl: | aye, delete and free work differently in that regard |
[07:45:38] | dekarl: | also I wonder if we have the right const * vs. * const in every place. After reading the explanation I think I had it wrong often... |
[07:48:27] | dekarl: | and the new C++ standard still has no static const member functions :/ |
[07:48:27] | dekarl: | btw, is there a tool/option that points out "this parameter/variable is never written to, consider making it const"? |
[07:52:49] | jya_: | dekarl: if you check the implementation of delete, you’ll see that with most compiler for basic type it’s just a free |
[07:54:45] | jya_: | const * and * const are identical, it’s just semantic |
[07:55:25] | jya_: | I like const * personally, it’s more readable to me |
[07:56:21] | jya_: | char const * or const char * |
[07:56:24] | jya_: | that is |
[07:57:41] | jya_: | not const char * vs char * const |
[08:02:10] | dekarl: | hmm, I understood there is some difference between "pointer to const data" and "const pointer to data" from http://en.wikipedia.org/wiki/Const-correctnes . . . d_references |
[08:03:27] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[08:36:24] | dekarl1 (dekarl1!~dekarl@p4FE857E7.dip0.t-ipconnect.de) has joined #mythtv | |
[08:39:07] | dekarl (dekarl!~dekarl@p4FCEFD3C.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds) | |
[08:48:25] | stuartm: | odd, no trace of that spam in the log |
[08:48:50] | buu (buu!~buu@75.108.237.231) has joined #mythtv | |
[08:52:55] | dekarl1: | stuartm, I found the deletion button for the ticket after hitting the "delete as spam" on the admin panel |
[08:52:58] | dekarl1 is now known as dekarl | |
[08:53:07] | dekarl: | sorry, if it caused confusion :/ |
[08:55:01] | stuartm: | ah, yeah, that just deletes the log entry not the ticket itself :) |
[08:55:19] | stuartm: | but at least it was put in the bayes database as spam |
[08:55:48] | wagnerrp: | but what if i wanted a way to truly save cash instantly online... |
[08:55:53] | dekarl: | yes, it was considered ham before (saying "marked as ham" as if someone marked it. But I guess that's just confusing terminology) |
[08:56:19] | stuartm: | wagnerrp: simple! Cut up your credit cards ;) |
[08:58:05] | ** buu pokes wagnerrp ** | |
[08:58:24] | wagnerrp: | ? |
[08:58:39] | buu: | wagnerrp: How do I change the default sort order for videos? |
[08:58:54] | wagnerrp: | i don't believe you can |
[08:58:58] | buu: | ! |
[08:59:23] | buu: | I am outraged. |
[08:59:26] | buu: | Where do I get a refund? |
[09:01:03] | dekarl: | that's not an issue for the manufacturer, please contact your reseller |
[09:26:05] | jya: | dekarl: I’m not talking about the difference between const char *foo, and char * const foo. There’s a difference. where there’s no difference is const char foo and char const foo; |
[09:26:55] | jya: | buu: master (and future 0.27.2) have a natural sort order. Eg. 2 < 10. |
[09:27:05] | jya: | with 0.27, 10 is displayed before 2 |
[09:27:22] | buu: | jya: None of this exictes me |
[09:27:25] | buu: | =[ |
[09:27:50] | buu: | I know it can sort by episode number |
[09:28:20] | jya: | well, the source code is available on https://github.com/MythTV/mythtv; you can click on the fork button. Write your changes and create a pull request. |
[09:28:32] | buu: | There's a thought |
[09:28:34] | jya: | your change will then be included in the next version |
[09:29:05] | jya: | can add sort by date, genre, name, star rating. Would be nice |
[09:29:13] | buu: | jya: It has that! |
[09:29:17] | buu: | Or most of that |
[09:29:23] | buu: | I just want to change the default =[ |
[09:29:32] | jya: | well there you go then |
[09:29:57] | wagnerrp: | what do you mean by "the default"? there are no configurable options in sort order |
[09:30:39] | wagnerrp: | oh, sort by something other than name |
[09:30:40] | wagnerrp: | i got it |
[09:30:42] | buu: | If you open the options menu in the.. yeah |
[09:40:04] | dekarl: | jya, ok, that matches what I've been learning lately |
[09:40:58] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG) | |
[09:41:20] | FabriceMG (FabriceMG!~Thunderbi@LCaen-156-54-30-212.w80-11.abo.wanadoo.fr) has joined #mythtv | |
[10:10:03] | FabriceMG (FabriceMG!~Thunderbi@LCaen-156-54-30-212.w80-11.abo.wanadoo.fr) has quit (Ping timeout: 240 seconds) | |
[10:10:55] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv | |
[10:27:09] | stuartm: | wagnerrp: we should maybe store the last used sort |
[10:28:35] | wagnerrp: | but we still don't actually allow altering the sort |
[10:30:29] | wagnerrp: | you can use the metadata tree generators to change the names that are being sorted |
[10:30:42] | wagnerrp: | but it always sorts off those names |
[10:31:23] | stuartm: | ordered/grouped then :) |
[10:32:26] | stuartm: | whatever we call the feature that buu is using, changes should probably be persistent rather than resetting when you leave the screen |
[10:57:19] | stuarta: | afternoon all (in T-3mins) |
[11:17:47] | andreaz (andreaz!~andre_000@p5DCA3B0D.dip0.t-ipconnect.de) has joined #mythtv | |
[12:50:49] | knightr (knightr!~Nicolas@mythtv/developer/knightr) has quit (Read error: Connection reset by peer) | |
[13:25:43] | stichnot: | jya: thanks for doing the live TV / guide backports. |
[13:26:18] | stichnot: | now I don't have to figure out how to safely test 0.27 with my production DB :) |
[13:28:42] | stichnot: | There is the new translatable string "Watch This Channel" – I guess the translators will just discover this and update the translations at some point? |
[13:34:14] | stuartm: | who added the "List Recorded Episodes" item to the menu in PBB? |
[13:46:25] | stichnot: | stuartm: me, given a patch from Angela Schmid |
[14:01:36] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv | |
[14:11:54] | acle (acle!~tb@or-71-53-74-177.dhcp.embarqhsd.net) has quit (Remote host closed the connection) | |
[14:28:53] | stuartm: | doesn't do anything here |
[14:29:31] | stuartm: | perhaps it's dependent on using the title group feature? |
[14:39:09] | stuartm: | yep, seems to be, I'll disable it when the title group isn't being used |
[14:43:31] | stuartm: | sphery, wagnerrp: is the media file schema stuff likely to make it in for 0.28? The proper fix for the Sony upnp bug requires knowing exactly what type of video we're serving up (TS/PS etc) and it would easiest if that information was stored in the database when the file is first recorded/imported |
[14:44:32] | stuartm: | obviously I'd rather include that in the proposed 'file' table instead of the recorded/videofile tables |
[14:44:41] | stuarta: | or transcoded |
[14:44:51] | stuartm: | yep |
[14:45:14] | ** stuarta hugs lvm thin provisioning ** | |
[14:45:49] | stuartm: | hmm, there is the 'recordedfile' table ... don't remember that being added |
[14:46:13] | stuartm: | ah, but it's unused |
[14:46:20] | stuarta: | i would love to verify all the database tables are still in use, and drop any unused ones |
[14:56:19] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 240 seconds) | |
[15:11:15] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG) | |
[15:42:03] | stichnot (stichnot!~stichnot@216.239.45.130) has joined #mythtv | |
[15:42:03] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[15:42:03] | stichnot (stichnot!~stichnot@216.239.45.130) has quit (Changing host) | |
[16:35:01] | SteveGoodey (SteveGoodey!~steve@host86-134-63-27.range86-134.btcentralplus.com) has joined #mythtv | |
[16:36:16] | tris (tris!tristan@2001:1868:a00a::4) has quit (Remote host closed the connection) | |
[16:44:19] | stichnot (stichnot!stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[16:52:06] | Steve-Goodey (Steve-Goodey!~steve@host86-134-63-27.range86-134.btcentralplus.com) has joined #mythtv | |
[17:21:08] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Quit: Leaving) | |
[17:51:12] | RedPenguin (RedPenguin!~RedPengui@unaffiliated/redpenguin) has joined #mythtv | |
[17:51:47] | RedPenguin: | Is there any support currently for MythTV for Windows with a CableCARDed HDHomeRUN Prime? |
[18:08:35] | RedPenguin (RedPenguin!~RedPengui@unaffiliated/redpenguin) has quit (*.net *.split) | |
[18:08:36] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has quit (*.net *.split) | |
[18:08:36] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has quit (*.net *.split) | |
[18:08:37] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has quit (*.net *.split) | |
[18:08:39] | zentec (zentec!~zentec@71.82.202.47) has quit (*.net *.split) | |
[18:08:40] | robink (robink!~quassel@unaffilated/robink) has quit (*.net *.split) | |
[18:08:40] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (*.net *.split) | |
[18:08:41] | poptix (poptix!poptix@poptix.net) has quit (*.net *.split) | |
[18:08:41] | eee-blt (eee-blt!~nb0yjxtr@ma.sdf.org) has quit (*.net *.split) | |
[18:08:41] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (*.net *.split) | |
[18:08:41] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[18:08:42] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.52) has quit (*.net *.split) | |
[18:10:52] | RedPenguin (RedPenguin!~RedPengui@unaffiliated/redpenguin) has joined #mythtv | |
[18:10:52] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has joined #mythtv | |
[18:10:52] | robink (robink!~quassel@unaffilated/robink) has joined #mythtv | |
[18:10:52] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has joined #mythtv | |
[18:10:52] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has joined #mythtv | |
[18:10:52] | zentec (zentec!~zentec@71.82.202.47) has joined #mythtv | |
[18:10:52] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[18:10:52] | poptix (poptix!poptix@poptix.net) has joined #mythtv | |
[18:10:52] | eee-blt (eee-blt!~nb0yjxtr@ma.sdf.org) has joined #mythtv | |
[18:10:52] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[18:10:52] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.52) has joined #mythtv | |
[18:10:52] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv | |
[18:14:51] | RedPenguin (RedPenguin!~RedPengui@unaffiliated/redpenguin) has quit (*.net *.split) | |
[18:14:53] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has quit (*.net *.split) | |
[18:14:53] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has quit (*.net *.split) | |
[18:14:54] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has quit (*.net *.split) | |
[18:14:55] | zentec (zentec!~zentec@71.82.202.47) has quit (*.net *.split) | |
[18:14:57] | robink (robink!~quassel@unaffilated/robink) has quit (*.net *.split) | |
[18:14:57] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (*.net *.split) | |
[18:14:57] | poptix (poptix!poptix@poptix.net) has quit (*.net *.split) | |
[18:14:57] | eee-blt (eee-blt!~nb0yjxtr@ma.sdf.org) has quit (*.net *.split) | |
[18:14:58] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (*.net *.split) | |
[18:14:58] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[18:14:59] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.52) has quit (*.net *.split) | |
[18:15:15] | RedPenguin (RedPenguin!~RedPengui@207-255-52-248-dhcp.jst.pa.atlanticbb.net) has joined #mythtv | |
[18:16:10] | RedPenguin is now known as 77CAAE594 | |
[18:16:26] | RedPenguin (RedPenguin!~RedPengui@unaffiliated/redpenguin) has joined #mythtv | |
[18:16:26] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has joined #mythtv | |
[18:16:26] | robink (robink!~quassel@unaffilated/robink) has joined #mythtv | |
[18:16:26] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has joined #mythtv | |
[18:16:26] | ElmerFudd (ElmerFudd!~le@87-55-166-130-static.dk.customer.tdc.net) has joined #mythtv | |
[18:16:26] | zentec (zentec!~zentec@71.82.202.47) has joined #mythtv | |
[18:16:26] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[18:16:26] | poptix (poptix!poptix@poptix.net) has joined #mythtv | |
[18:16:26] | eee-blt (eee-blt!~nb0yjxtr@ma.sdf.org) has joined #mythtv | |
[18:16:26] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[18:16:26] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.52) has joined #mythtv | |
[18:16:26] | kurre2 (kurre2!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv | |
[18:19:55] | stichnot (stichnot!stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 240 seconds) | |
[18:32:44] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has quit (Excess Flood) | |
[18:33:48] | RedPenguin (RedPenguin!~RedPengui@unaffiliated/redpenguin) has quit (Remote host closed the connection) | |
[18:36:04] | caelor (caelor!~quassel@cpc12-sotn9-2-0-cust374.15-1.cable.virginm.net) has joined #mythtv | |
[18:41:40] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[18:54:14] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (Quit: Gone) | |
[19:07:35] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[20:48:19] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds) | |
[20:49:52] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[20:50:24] | Jordack (Jordack!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit () | |
[20:57:27] | Steve-Goodey (Steve-Goodey!~steve@host86-134-63-27.range86-134.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:08:31] | amessina (amessina!~amessina@50-196-241-78-static.hfc.comcastbusiness.net) has quit (Quit: Konversation terminated!) | |
[21:12:07] | dekarl: | stuartm: the error message looks fishy, does it ring any bells? http://pastebin.com/kD6K1wNF |
[21:12:58] | dekarl: | re http://irc.mythtv.org/ircLog/channel/1/2014-06-19:19:42 |
[21:13:47] | dekarl: | "E Â MainServer: Received malformed ANN query" I'd expect it to say "ANN Monitor query" (its master) |
[21:17:22] | stuartm: | there's nothing wrong with that ANN string that I can see ... ANN {type} {hostname} {sendevents} |
[21:17:38] | stuartm: | so the hostname for the client in that case is 'home' |
[21:19:19] | stuartm: | sorry, just thinking out loud |
[21:21:06] | stuartm: | dekarl: that is definitely strange |
[21:21:15] | wagnerrp: | we don't use []:[] in ANN statements |
[21:21:31] | wagnerrp: | it's expecting space deliminated arguments, and not finding any |
[21:22:16] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[21:22:19] | wagnerrp: | the only reason i can think a slave backend would be initiating a Moniter connection would be the reverse link for events |
[21:22:28] | wagnerrp: | and that connection requested no events |
[21:23:41] | wagnerrp: | if he had stuck around, i would have asked for a full file log, rather than just a terminal log, so we could get filenames and line numbers |
[21:25:14] | stuartm: | you're right, ANN is space delimited ... the mystery deepens |
[21:25:24] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv | |
[21:26:00] | stuartm: | deliminated |
[21:31:40] | stuartm: | unless someone has recently added a new slave <> master connection which is using WriteStringList he's got to be using a (broken) patch |
[21:32:08] | dekarl: | wagnerrp: https://github.com/MythTV/mythtv/commit/9cd4b . . . 15d022d8de35 uses it to check the time zone |
[21:32:32] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (Remote host closed the connection) | |
[21:33:03] | stuartm: | ahh, there you go then |
[21:33:10] | dekarl: | split(" ")? |
[21:33:11] | ** wagnerrp eyes stuartm ** | |
[21:33:14] | wagnerrp: | :) |
[21:33:18] | stuartm: | so I must have broken it somehow |
[21:33:40] | stuartm: | well, it was broken before, I just broke it a little more |
[21:33:45] | stichnot (stichnot!~stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 255 seconds) | |
[21:35:51] | wagnerrp: | a thunderbird upgrade decided to reset all my threaded browsing selections |
[21:36:10] | wagnerrp: | that said, it's damned fast at turning threading on |
[21:36:45] | stuartm: | oh, damn, no, I really did break it in a really stupid way |
[21:37:07] | wagnerrp: | yes |
[21:37:25] | wagnerrp: | just remove the one line, and change the variable, and it should be fine... :P |
[21:39:14] | SteveGoodey (SteveGoodey!~steve@host86-134-63-27.range86-134.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:43:08] | stuartm: | don't even remember doing that bit, must have been on autopilot |
[21:44:54] | arescorpio (arescorpio!~arescorpi@14-57-245-190.fibertel.com.ar) has joined #mythtv | |
[21:48:36] | wagnerrp: | i'm going to be in town for the next several months. i'm going to make a hard push to get things migrated to the protocol library |
[21:48:50] | wagnerrp: | hopefully that will neaten things up and prevent such future issues |
[21:49:03] | wagnerrp: | but at the moment... dinner |
[21:58:10] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.52) has quit (Quit: Coyote finally caught me) | |
[21:59:24] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.52) has joined #mythtv | |
[22:00:53] | xris: | was chatting with kormoc last night and he mentioned that you guys were still pondering hardware options vs just using servers provided by OSU... Figured I should remind you that schedules direct would probably be happy to donate some money toward the cause |
[22:06:25] | arescorpio (arescorpio!~arescorpi@14-57-245-190.fibertel.com.ar) has quit (Excess Flood) | |
[22:16:13] | xris: | ah, and there's an email thread about it today. cool,. |
[22:18:48] | stuartm: | xris: we'd be interested in acquiring new hardware, get the distinct impression from OSL that they want new kit, the VM we've been offered is enough to keep us afloat for now but it doesn't give us the flexibility we'd like nor any room to expand |
[22:19:31] | xris: | yeah, had a chat with kormoc about that last night. he and his girlfriend both have contacts at OSU and can coordinate hardware delivery.. |
[22:20:03] | xris: | so it's easy enough if we can identify some hardware to purchase. heck, maybe osu even has an existing supplier they like to work with and SD can pay them directly. |
[22:21:15] | stuartm: | stuarta is coordinating things atm |
[22:21:24] | Tobbe5178 (Tobbe5178!~asdf@h104n2-sv-a13.ias.bredband.telia.com) has quit (Read error: Connection reset by peer) | |
[22:21:35] | jya: | stichnot: I think the “WAtch this channel†in the EPG should be shown when you press Enter/Select than having to press menu |
[22:21:43] | xris: | figured that. if you see him before I do, feel free to have him ping me. |
[22:22:45] | stuartm: | will do |
[22:23:46] | jya: | stuartm: so the oould be ption to directly jump of the group of episodes should be disabled under some circumstances? |
[22:25:08] | stuartm: | personally I'd like our own hardware if only so we can contain various bits and pieces within their own VM as a measure of security |
[22:26:00] | stuartm: | jya: if the user hasn't got the 'group by title' option enabled then the menu button doesn't do anything at all, so to avoid confusion it probably shouldn't be shown |
[22:26:29] | jya: | I find the idea of using an old piece of hardware, completely overspec for what we need very disappointing. it’s a total waste of energy. |
[22:26:51] | stichnot (stichnot!stichnot@nat/google/x-kcgzhobegyszgiba) has joined #mythtv | |
[22:26:58] | stichnot (stichnot!stichnot@nat/google/x-kcgzhobegyszgiba) has quit (Changing host) | |
[22:26:58] | stichnot (stichnot!stichnot@mythtv/developer/stichnot) has joined #mythtv | |
[22:26:59] | stuartm: | jya: we wouldn't be using old hardware ... |
[22:27:02] | jya: | would much prefer that we wait to see how the VM goes , for a start I’m confident it’s way more than what we need |
[22:27:12] | stuartm: | I don't group by title (way too many films for it to serve any useful purpose), but instead by category |
[22:28:09] | jya: | wife was happy with that option, she could easily find the instance of “The voice†she wanted |
[22:28:24] | stuartm: | jya: a single VM doesn't give us the ability to test changes before they are rolled out |
[22:28:26] | jya: | problem searching in any of that screen is useless… |
[22:28:47] | stuartm: | oh? |
[22:29:20] | jya: | stuartm: and why couldn’t you? if it’s the web server, set a virtual host and use that… etc.. never had a problem using a single machine. |
[22:29:28] | stuartm: | jya: not getting rid of the option, sounds like you use title grouping anyway, so it wouldn't affect you |
[22:29:41] | jya: | for the searching, with just my remote control, the only available option is scrolling up/down |
[22:30:03] | jya: | stuartm: oh, I understand what you want to do |
[22:30:26] | jya: | just wondering when you’ll do it that’s all, I want to finalise 0.27.2 quickly |
[22:30:43] | jya: | maybe we could change so it’s not watch that episode |
[22:30:54] | jya: | but watch that category instead |
[22:32:17] | stuartm: | jya: not just talking about web server configuration, we've got a whole bunch of different stuff on alcor, we can't test stuff like ssh config changes, distro updates, git configs easily with a single VM – which isn't to say we couldn't manage to get by, but if we can keep a dedicated server then why wouldn't we want to? |
[22:33:31] | stuartm: | jya: we could change the option to work with other groupings, but it's made more complicated by the fact that we allow multiple different grouping modes to be enabled at once |
[22:33:52] | stuartm: | so it's easier for now just to hide the option entirely when the title grouping mode is disabled |
[22:36:14] | stuartm: | it would be nice for 0.28 to sort by series/episode in the title group |
[22:36:34] | stuartm: | so that episodes are shown in the correct order even if they were recorded out of sequence |
[22:40:27] | stuartm: | should be a relatively simple patch if there are any users out there who are looking to contribute – a custom sorting method which looks at series/episode dropped into playbackbox.cpp in the right place ... |
[22:40:48] | stichnot: | jya: I forget the precise reasoning for the choice of menu for the "Watch This Channel" entry, but I vaguely recall philosophical discussions of MENU versus SELECT, and of course http://xkcd.com/1172/ |
[22:42:46] | stichnot: | If the question is simply which menu it should be put in, why not both? |
[22:42:56] | jya: | stichnot: LOL… |
[22:43:41] | ** jya bbl, dropping kids at school ** | |
[22:43:47] | stuartm: | I tend to agree that it should be in the 'action' menu rather than the 'option' menu |
[22:44:22] | jya: | stichnot: I guess, for me selecting a channel is going to be the most commonly used option. so being able to only use direction keys/select is more intuitive |
[22:44:51] | jya: | having the guide in the main menu is a bug plus though, I like it |
[22:58:41] | stichnot (stichnot!stichnot@mythtv/developer/stichnot) has quit (Ping timeout: 272 seconds) | |
[23:26:12] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has quit (Quit: ZNC - http://znc.in) | |
[23:28:03] | unforgiven512 (unforgiven512!~unforgive@oxymorphone.unforgivendevelopment.com) has joined #mythtv | |
[23:28:11] | acle (acle!~tb@seattle-nat.cray.com) has joined #mythtv | |
[23:52:44] | jya: | about once a day on my mac, when the frontend has been left idle for a long time. I always get a crash in the MSqlDatabase destructor, on m_db.close(). This is called from MDBManager::PurgeIdleConnection |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.