Thursday, April 28th, 2016, 00:00 UTC | ||
[00:00:30] | Hydr0p0nX: | Samsung ties ARC to CEC and the CEC on their tv tells my receiver to switch to the tv input everytime I power the tv on, so I still use an opticle cable for audio |
[00:12:22] | knightr: | back |
[00:12:53] | knightr: | I guess... |
[00:13:17] | knightr: | it's nice though to be able to control MythTV from the same remote as the tv... |
[00:13:51] | Hydr0p0nX: | yea, I'm still using my 4 or 5 yr old harmony |
[00:14:04] | knightr: | is there a way to associate different keys to the same action, I think not, right? |
[00:14:42] | knightr: | I have one of the older Harmony remote, one of the nicer ones |
[00:14:51] | Hydr0p0nX: | need to put my "good" ir receiver in place for myth now though, the one i'm using right not doesn't support the colored buttons |
[00:15:09] | Hydr0p0nX: | what do you mean ? like, 2 keys to Select or Play ? |
[00:15:24] | knightr: | unfortunately my vision is no longer as good as it was so it's more of a pita to use it now... |
[00:15:44] | knightr: | 880? |
[00:15:44] | gary_buhrmaster: | knightr: (as you figured out with CEC), with MythTV you can map any key to any action (well, for some values of "any"). |
[00:15:48] | knightr: | I think? |
[00:16:15] | knightr: | can you map more than one key to the same action? |
[00:16:27] | knightr: | looks like you can't... |
[00:16:32] | gary_buhrmaster: | knightr: The challenge is usually setting up the harmony, and getting (either) lirc or devinput to place nice with it to generate unique key events to process. Hours of work for one button. |
[00:17:09] | Hydr0p0nX: | knightr, yes, you can do it in the Harmony desktop software (activities -> customize buttons) |
[00:17:20] | Hydr0p0nX: | i used the webclient once and hated it |
[00:17:29] | knightr: | oops |
[00:17:36] | knightr: | I meant on the MythTV side... |
[00:17:55] | knightr: | the 880 has "activities" if I remember the term correctly |
[00:18:02] | Hydr0p0nX: | yep |
[00:18:06] | knightr: | and can drive more than one device at the same time... |
[00:18:16] | gary_buhrmaster: | I think the 880 has to use to old software to configure it. I have been told the new software is better (or at least different). |
[00:18:27] | knightr: | (ok, it sends their code one after the other...) |
[00:19:16] | cmcginty (cmcginty!~pcm@74-123-216-226.mgmt.sandwichisles.net) has joined #mythtv | |
[00:19:40] | knightr: | gary_buhrmaster, I believe you are right... |
[00:19:50] | cmcginty: | do you guys still read the mailing list? |
[00:20:08] | knightr: | nowadays I would prefer to use a tablet with IR though... |
[00:20:09] | cmcginty: | I had an issue on there few days ago, but no response |
[00:20:38] | knightr: | cmcginty, yes but in my case tidbits since my main pc is busted |
[00:20:47] | Hydr0p0nX: | knightr, looks like you can specify multiple keys in the web by seperating with commas, like Select is set as "Return,Enter,Space" (without quotes) |
[00:21:14] | knightr: | I have to sit down on the floor and use my HTPC to type to you guys right now... |
[00:21:18] | cmcginty: | k, I'm still working on debugging the python bindings. Its setting my TZ to -10:30 instead of -10. |
[00:21:43] | knightr: | Hydr0p0nX, thanks, will look at it... |
[00:21:59] | gary_buhrmaster: | cmcginty: People to read them, but not all devs have experience in all areas, so things can wait until the SME happens to be available. |
[00:22:13] | cmcginty: | and the conversion back to uses the correct TZ, -10 ... so all the stamps are 30min off |
[00:22:29] | knightr: | if wagnerrp was around he could help you cmcginty but I don't believe I have seen him recently... |
[00:22:40] | cmcginty: | ya, I noticed he hasn't submitted any code in over 1 year |
[00:22:41] | knightr: | I believe Python is/was his thing... |
[00:23:23] | cmcginty: | I guess I should have just used the web service API, but I was more familiar with python so I thought that would be easier |
[00:23:59] | gary_buhrmaster: | You can do web services in python :-) |
[00:24:49] | cmcginty: | ya, of course ;-) I just thougth the python bindings would be the "pythonic" way ... haha |
[00:25:47] | cmcginty: | actually, its giving me some good reason to freshen up my python knowledge |
[00:26:02] | cmcginty: | been doing too much java lately |
[00:26:39] | Hydr0p0nX: | I'm just an SCM monkey, don't really code, just support the teams that do |
[00:27:07] | Hydr0p0nX: | can write some crazy scripts that I can barely explain the interworkings of though |
[00:28:42] | cmcginty: | ya, kinda like the mythtv code ... at least for me ... a lot of different design patterns in it |
[00:29:07] | cmcginty: | too much indirection makes it hard to follow the code |
[00:29:35] | cmcginty: | but have my bug narrowed down to a single class now |
[00:29:40] | cmcginty: | just took a while |
[00:29:55] | ** wagnerrp hasn't seen him recently either ** | |
[00:31:20] | bill6502: | cmcginty: https://www.mythtv.org/wiki/Python_API_Examples has a complete working program that takes a JSON response and parses it |
[00:33:40] | gary_buhrmaster: | Did wagnerrp just look in a Hofstader mirror? |
[00:34:15] | wagnerrp: | knightr: seems it's been about a year since i last updated my backend |
[00:34:19] | wagnerrp: | been out of town a bit |
[00:36:04] | ** knightr is ROTFLing... ** | |
[00:37:23] | wagnerrp: | cmcginty: looks like i grab the time out of /usr/share/zoneinfo/{TZ} if available, falling to /etc/localtime if not |
[00:38:32] | wagnerrp: | there may be a further fallback to a simple offset, possibly pulled from the backend |
[00:38:34] | cmcginty: | ya, I think maybe the read of the local tz data is not working for me cause it comes back with my offset at -10:30 |
[00:38:39] | cmcginty: | I don't know why |
[00:38:57] | cmcginty: | the python tzinfo is set correctly to -10 |
[00:40:25] | cmcginty: | I was going to run the debugging through posixtzinfo class and see where the extra 30min is coming from |
[00:41:54] | cmcginty: | still at work now, so might not get to this for a while |
[00:46:27] | wagnerrp: | yeah. if i can't parse a valid TZif file, i just use a static offset from time.timezone |
[00:50:43] | wagnerrp: | "Hawaii used a standard time of GMT−10:30 from 1900 until 1947, when clocks were changed to GMT−10:00 zone" |
[00:51:08] | wagnerrp: | i wonder if something is getting screwed up in the parsing, and it's using old data out of the timezone file |
[00:58:02] | wagnerrp: | i wonder if the search routine requires the current time be bracketed by the data |
[01:00:40] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CM00fc8d50aef0.cpe.net.fido.ca) has quit (Ping timeout: 252 seconds) | |
[01:16:52] | wagnerrp: | cmcginty: mythtv/bindings/python/MythTV/utility/dt.py, at the end of basetzinfo._compute_ranges, add the line... |
[01:16:54] | wagnerrp: | self._ranges.append((tuple(rend), (2500, 1, 1, 1, 0, 0), i+1)) |
[01:19:56] | cmcginty: | after the line "self._ranges.append((rstart, tuple(rend), i))" ? |
[01:20:26] | wagnerrp: | outside the loop, last call before exiting the method |
[01:20:29] | cmcginty: | k |
[01:24:46] | cmcginty: | >>> dt.posixtzinfo().utcoffset() |
[01:24:46] | cmcginty: | datetime.timedelta(-1, 50400) |
[01:25:01] | wagnerrp: | yeah... kind of weird |
[01:25:10] | wagnerrp: | minus one day, plus 50400 seconds |
[01:25:30] | cmcginty: | before the change it was datetime.timedelta(-1, 48600) |
[01:25:45] | wagnerrp: | right |
[01:26:58] | cmcginty: | so -24 + 14 ... that should be correct then, right? |
[01:27:08] | wagnerrp: | yeah |
[01:27:22] | cmcginty: | alright, ship it ;-) |
[01:33:37] | cmcginty: | the original ranges are: |
[01:33:40] | cmcginty: | [((1896, 1, 13, 12, 1), (1933, 4, 30, 2, 0), 0), ((1933, 4, 30, 3, 0), (1933, 5, 21, 12, 0), 1), ((1933, 5, 21, 11, 0), (1942, 2, 9, 2, 0), 2), ((1942, 2, 9, 3, 0), (1945, 9, 30, 2, 0), 3), ((1945, 9, 30, 1, 0), (1947, 6, 8, 2, 0), 4)] |
[01:35:10] | wagnerrp: | yeah. search routine requires the current date to be within one of the defined ranges |
[01:35:20] | wagnerrp: | which meant it required timezone information past the current date |
[01:47:37] | joki (joki!~joki@p54861022.dip0.t-ipconnect.de) has quit (Ping timeout: 250 seconds) | |
[01:52:57] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CM00fc8d50aef0.cpe.net.fido.ca) has joined #mythtv | |
[01:53:15] | joki (joki!~joki@p5486102D.dip0.t-ipconnect.de) has joined #mythtv | |
[02:10:44] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Read error: Connection reset by peer) | |
[02:11:11] | tonsofpcs (tonsofpcs!mythbuntu@2001:470:e0b2:1:804:efeb:122c:1130) has quit (Changing host) | |
[02:11:12] | tonsofpcs (tonsofpcs!mythbuntu@rivendell/member/tonsofpcs) has joined #mythtv | |
[02:12:59] | knightr: | wagnerrp, Thank you! |
[02:16:19] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[02:26:45] | superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (Quit: Connection closed for inactivity) | |
[02:27:42] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[02:35:06] | cmcginty: | yes, thanks for the fix and helpful background! |
[02:35:07] | cmcginty: | An alternative fix might be to update the search to return self._transitions[-1] (i.e. the last transition) if it goes past the end of the self._ranges array. |
[02:37:42] | wagnerrp: | and it wouldn't put a time bomb in the code set to go off in 484 years |
[02:38:15] | superm1 (superm1!uid4318@ubuntu/member/superm1) has joined #mythtv | |
[02:42:04] | aloril (aloril!~aloril@dsl-tkubrasgw1-54fa3f-129.dhcp.inet.fi) has quit (Ping timeout: 240 seconds) | |
[03:02:17] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has quit (Quit: Leaving.) | |
[03:09:24] | arescorpio (arescorpio!~arescorpi@156-204-17-190.fibertel.com.ar) has joined #mythtv | |
[03:10:19] | aloril (aloril!~aloril@dsl-tkubrasgw1-54fa3f-129.dhcp.inet.fi) has joined #mythtv | |
[03:53:37] | bill6502 (bill6502!~bill@24-148-53-32.c3-0.alc-ubr1.chi-alc.il.cable.rcn.com) has left #mythtv () | |
[04:33:04] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 260 seconds) | |
[04:36:10] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[04:54:39] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 260 seconds) | |
[04:55:58] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[05:34:35] | dekarl: | man, simply removing the GROUP BY leads to 21 copies of every programme when viewing the guide of one channel/day in mythweb https://github.com/MythTV/mythweb/commit/24e5 . . . 5af4921aba81 |
[05:35:46] | dekarl: | 21 being the number of cast/crew members or so |
[05:36:23] | arescorpio (arescorpio!~arescorpi@156-204-17-190.fibertel.com.ar) has quit (Quit: Leaving.) | |
[05:37:32] | dekarl: | confirmed, the number of copies of each program matches the number of persons |
[05:42:09] | dekarl: | that didn't make sense in the first place... GROUP BY channel.callsign, program.chanid, program.starttime... chanid should likely be channum or callsign isn't able to group anything (due to unique chanid) |
[06:14:43] | kc (kc!~Casper@unaffiliated/kc) has quit (Ping timeout: 252 seconds) | |
[06:43:47] | kc (kc!~Casper@pool-72-78-200-109.phlapa.fios.verizon.net) has joined #mythtv | |
[06:43:47] | kc (kc!~Casper@pool-72-78-200-109.phlapa.fios.verizon.net) has quit (Changing host) | |
[06:43:47] | kc (kc!~Casper@unaffiliated/kc) has joined #mythtv | |
[07:00:43] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:3e14:ae37:e8:bc24:825b:bc10) has joined #mythtv | |
[07:07:04] | blahdodo (blahdodo!~blahdodo@69.172.164.248) has quit (Ping timeout: 240 seconds) | |
[07:08:23] | willcooke (willcooke!~willcooke@82.142.127.47) has joined #mythtv | |
[07:08:23] | willcooke (willcooke!~willcooke@82.142.127.47) has quit (Changing host) | |
[07:08:23] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[07:23:44] | SteveGoodey (SteveGoodey!~steve@host5-81-230-128.range5-81.btcentralplus.com) has joined #mythtv | |
[08:08:38] | lautriv_ (lautriv_!~lautriv@x4e32557a.dyn.telefonica.de) has joined #mythtv | |
[08:08:53] | lautriv_ (lautriv_!~lautriv@x4e32557a.dyn.telefonica.de) has quit (Changing host) | |
[08:08:53] | lautriv_ (lautriv_!~lautriv@funtoo/user/lautriv) has joined #mythtv | |
[08:14:02] | blahdodo (blahdodo!~blahdodo@69.172.164.248) has joined #mythtv | |
[08:20:39] | blahdodo (blahdodo!~blahdodo@69.172.164.248) has quit (Ping timeout: 250 seconds) | |
[08:23:56] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 268 seconds) | |
[08:26:45] | superm1 (superm1!uid4318@ubuntu/member/superm1) has quit (Quit: Connection closed for inactivity) | |
[08:28:51] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[08:28:56] | blahdodo (blahdodo!~blahdodo@69.172.164.248) has joined #mythtv | |
[08:39:37] | stuarta: | morning all |
[08:55:07] | letifosiferrari (letifosiferrari!~letifosif@lns-bzn-28-82-250-174-50.adsl.proxad.net) has joined #mythtv | |
[08:56:04] | letifosiferrari (letifosiferrari!~letifosif@lns-bzn-28-82-250-174-50.adsl.proxad.net) has quit (Remote host closed the connection) | |
[08:57:00] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.140) has joined #mythtv | |
[09:03:33] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 250 seconds) | |
[09:14:22] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[09:17:19] | willcooke (willcooke!willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[09:22:26] | dym (dym!~patrick@xstd.de) has quit (Changing host) | |
[09:22:26] | dym (dym!~patrick@unaffiliated/dym) has joined #mythtv | |
[09:29:37] | letifosiferrari (letifosiferrari!~letifosif@216.207.42.140) has quit (Ping timeout: 260 seconds) | |
[10:34:22] | willcooke (willcooke!willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 260 seconds) | |
[10:47:55] | stuarta: | ugh, our australian icon mappings are crap to say the least |
[10:48:52] | ** stuarta is currently in an information gathering phase to ensure everything is implemented in replacement channel icon service ** | |
[10:52:30] | stuarta: | on the bright side, the bit of code i whipped up the other day so i can gather this data is working just fine |
[10:55:58] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[11:01:59] | stuarta: | when i feel the new implementation is up to it, i'll probably add some more code to duplicate the queries to the new backend, to see what the responses are like, both in quality and speed |
[11:19:51] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has quit (Quit: Leaving.) | |
[11:54:52] | Roklobster (Roklobster!~Dirkka@ppp118-209-101-83.lns20.mel4.internode.on.net) has joined #mythtv | |
[12:20:26] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[12:27:20] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has left #mythtv () | |
[12:27:49] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[12:37:06] | dmfrey (dmfrey!~dmfrey@68.170.18.123) has joined #mythtv | |
[12:38:37] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 260 seconds) | |
[12:51:03] | willcooke (willcooke!willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[13:36:03] | stuarta: | getting some nice data's sets now \o/ |
[13:56:09] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has quit (Quit: Leaving.) | |
[14:07:13] | Roklobster (Roklobster!~Dirkka@ppp118-209-101-83.lns20.mel4.internode.on.net) has quit (Quit: Leaving) | |
[14:26:39] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[14:27:18] | superm1 (superm1!uid4318@ubuntu/member/superm1) has joined #mythtv | |
[14:32:34] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 240 seconds) | |
[14:32:57] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[14:42:52] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has left #mythtv () | |
[14:45:53] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[15:03:55] | gedakc (gedakc!~gedakc@d162-157-118-249.abhsia.telus.net) has joined #mythtv | |
[15:32:58] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 252 seconds) | |
[15:51:03] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[16:01:37] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 260 seconds) | |
[16:06:58] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[16:14:38] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Ping timeout: 276 seconds) | |
[16:23:05] | willcooke (willcooke!willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies) | |
[16:58:36] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has quit (Quit: Leaving.) | |
[17:03:40] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[17:10:52] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:58f8:2be4:e62:d4fd) has quit (Quit: Leaving) | |
[17:15:34] | noaXess (noaXess!~quassel@catv-165-002.tbwil.ch) has quit (Ping timeout: 240 seconds) | |
[17:19:22] | noaXess (noaXess!~quassel@catv-165-002.tbwil.ch) has joined #mythtv | |
[17:34:51] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[17:54:48] | lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv | |
[17:55:17] | lapion: | Hello |
[17:58:20] | lapion (lapion!~axion@axion.xs4all.nl) has left #mythtv ("Ex-Chat") | |
[18:01:26] | dekarl: | stuarta, lots of "mythtv channel icon packs" have already gone the way of the dodo. A quick search for the shepherd icons only led me to a wiki page last updated about a decade ago... So there is room for improvement :) |
[18:04:21] | lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv | |
[18:04:56] | lapion: | are there any plans to support x264 or any other hevc in mythtranscode ? |
[18:05:17] | dekarl: | lapion: please elaborate, how is it not supported? |
[18:05:26] | dekarl: | x264? or x265? |
[18:05:36] | lapion: | Transcoding to x264 |
[18:05:57] | lapion: | without a separate script |
[18:06:14] | dekarl: | ahh, "without a separate script" being the keyword :) |
[18:06:31] | lapion: | yep natively |
[18:12:50] | stuartm: | fwiw you cannot transcode to x264, x264 is an encoding library not a codec |
[18:12:56] | stuartm: | H.264 is the code |
[18:13:01] | stuartm: | codec |
[18:13:43] | stuartm: | and mythtranscode supports encoding to both H.264 and H.265 the option just isn't exposed to the end user |
[18:14:11] | stuartm: | except for HLS where H.264 is used |
[18:14:56] | MitchCapper: | i noticed an interesting bug yesterday where if you use HLS streaming on a video and then play the video on a frontend it plays the transcoded livestream rather than the original |
[18:15:05] | peterbennett: | So I am having a problem figuring out why all of the myth GUI programs fail with a segfault on raspberry pi xenial. |
[18:15:32] | peterbennett: | mythfrontend, mythtv-setup, mythwelcome all fail with seg fault |
[18:16:36] | peterbennett: | gdb does not seem to work and the back trace is not very helpful |
[18:17:57] | peterbennett: | It seems to be failing trying to initialize EGL even though it is all compiled with EGL turned off |
[18:22:36] | stuartm: | MitchCapper: a video or a recording? |
[18:22:43] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[18:24:05] | stuartm: | I can't even begin to imagine how that could happen for either, but it would be worrying since I suspect that it had overwritten the original file |
[18:24:15] | MitchCapper: | video |
[18:24:26] | MitchCapper: | im 99% sure it doesn't override the file let me just make sure |
[18:24:46] | MitchCapper: | yeah no override |
[18:24:55] | stuartm: | hmm, HLS + video isn't tested by me, not even officially supported afaik |
[18:25:07] | MitchCapper: | well there is a dedicated api call for it:) and it works. |
[18:25:36] | MitchCapper: | i assumed it was code that was looking for a transcoded version first, and just didnt skip HLS livestreams. Anyway im going to look at the codepath and try and get a PR for it. |
[18:26:35] | stuartm: | HLS livestream is a sequence of small files, mythfrontend doesn't even know how to play it without a playlist which it wouldn't have |
[18:26:50] | stuartm: | and we store the filename for videos, we don't hunt for them |
[18:27:09] | MitchCapper: | ok well then yeah that makes no sense I will try it again and see |
[18:27:34] | MitchCapper: | but i had an HLS livestream and then played it on the frontend directly and the video quality was horrid so I assumed it was playing the livestream but maybe something else is going on |
[18:28:13] | MitchCapper: | I just noticed last night so haven't had time to track it down. |
[18:56:56] | stuartm: | peterbennett: have you tried a build where egl isn't disabled? |
[18:59:46] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CM00fc8d50aef0.cpe.net.fido.ca) has quit (Ping timeout: 252 seconds) | |
[19:03:46] | peterbennett: | stuartm: No I have not. |
[19:04:39] | peterbennett: | stuartm: The EGL support never worked with my builds, only with a build from LVR that used a customized QT5 build |
[19:06:08] | peterbennett: | stuartm: I think we need a way to tell the application to only use xcb and not to try egl. |
[19:07:15] | peterbennett: | stuartm: As a test I installed calibre which also uses QT5 and it works fine. |
[19:08:30] | earthw0rm (earthw0rm!~biggaz@host-78-144-56-2.as13285.net) has joined #mythtv | |
[19:21:01] | stuarta: | stuartm: what we don't support is lossless transcode of h264 |
[19:22:55] | stuarta: | dekarl: tbh, at this point i'm surprised anyone gets valid icons with this lookup service |
[19:27:32] | dmfrey (dmfrey!~dmfrey@68.170.18.123) has quit (Ping timeout: 260 seconds) | |
[19:29:42] | gedakc (gedakc!~gedakc@d162-157-118-249.abhsia.telus.net) has quit (Quit: Leaving) | |
[19:37:39] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has quit (Quit: Leaving.) | |
[19:39:06] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[19:41:22] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has quit (Client Quit) | |
[19:45:03] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[19:46:38] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has quit (Remote host closed the connection) | |
[19:52:24] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 260 seconds) | |
[19:59:15] | jheizer: | well that's weird |
[19:59:34] | jheizer: | I mentioned the other day I could not change themes on .28 |
[19:59:44] | stuarta: | you did? |
[19:59:45] | jheizer: | never got around to looking at it more of filing a ticket as I've been traveling |
[20:00:04] | jheizer: | now I am on a different them |
[20:00:07] | jheizer: | all of a sudden |
[20:01:20] | jheizer: | and the highlighted menu item is setup like when it restarts after changing |
[20:01:27] | jheizer: | I haven't touched it |
[20:04:13] | jheizer: | stuarta, http://irc.mythtv.org/ircLog/channel/4/2016-04-18 lost it when I was testing out the no config crashing scenarios |
[20:04:49] | dmfrey (dmfrey!~dmfrey@65-78-126-51.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv | |
[20:05:09] | jheizer: | just switched back and forth a few times and its working now |
[20:05:10] | jheizer: | weird |
[20:12:12] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has joined #mythtv | |
[20:12:57] | peterbennett: | jheizer: The theme changing goes a little weird if you move the .mythtv directory because the themes are downloaded and stored there |
[20:13:36] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[20:14:34] | peterbennett: | jheizer: It finds that the theme already selected in the database is not in the .mythtv directory then things go a little crazy. You have to reselect your theme then restart frontend to get back to normal |
[20:15:34] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 240 seconds) | |
[20:15:59] | jheizer: | Got ya. Not sure if I restarted, rebooted, or anything trying to fix it. |
[20:16:39] | jheizer: | Not sure when it changed back. Haven't done anything with the machine since. Who knows. |
[20:19:38] | mad_enz (mad_enz!~mad_enz@2607:f090:488d:8d:7d7a:6ee5:9c8e:14b0) has joined #mythtv | |
[20:26:45] | stuartm: | stuarta: right, that's another kettle of fish entirely |
[20:35:49] | SteveGoodey (SteveGoodey!~steve@host5-81-230-128.range5-81.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[20:37:14] | stuarta: | indeed |
[20:38:43] | peterbennett (peterbennett!~peter@c-75-67-202-199.hsd1.ma.comcast.net) has left #mythtv () | |
[21:19:51] | Roklobster (Roklobster!~Dirkka@ppp118-209-101-83.lns20.mel4.internode.on.net) has joined #mythtv | |
[21:41:40] | yoyolala (yoyolala!~yoyolala@unaffiliated/yoyolala) has joined #mythtv | |
[21:42:39] | earthw0rm (earthw0rm!~biggaz@host-78-144-56-2.as13285.net) has quit (Ping timeout: 260 seconds) | |
[21:57:11] | yoyolala (yoyolala!~yoyolala@unaffiliated/yoyolala) has quit (Ping timeout: 276 seconds) | |
[21:57:49] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:3e14:ae37:e8:bc24:825b:bc10) has quit (Read error: Connection reset by peer) | |
[22:14:04] | dmfrey (dmfrey!~dmfrey@65-78-126-51.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has quit (Ping timeout: 240 seconds) | |
[22:25:04] | Roklobster (Roklobster!~Dirkka@ppp118-209-101-83.lns20.mel4.internode.on.net) has quit (Remote host closed the connection) | |
[22:46:35] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (Ping timeout: 276 seconds) | |
[22:55:00] | gedakc (gedakc!~gedakc@d162-157-118-249.abhsia.telus.net) has joined #mythtv | |
[23:08:11] | CyberJacob is now known as zz_CyberJacob | |
[23:09:05] | zz_CyberJacob is now known as CyberJacob | |
[23:11:42] | stuarta (stuarta!~stuarta@callisto.squashedfrog.net) has joined #mythtv | |
[23:11:42] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[23:11:42] | stuarta (stuarta!~stuarta@callisto.squashedfrog.net) has quit (Changing host) | |
[23:24:01] | cmcginty (cmcginty!~pcm@74-123-216-226.mgmt.sandwichisles.net) has quit (Quit: Leaving.) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.