Thursday, March 29th, 2012, 00:05 UTC | ||
[00:05:13] | rumblebumble: | Just to let every know, HD PVR driver version 1.7.1.30059 does not seem to work. I am getting: viceReadBuffer.cpp:513 (Poll) DevRdB(/dev/video1): Poll giving up 2; Mar 28 19:00:14 servername mythbackend[1408]: E RecThread mpegrecorder.cpp:1031 (run) MPEGRec(/dev/video1): Device error detected |
[00:06:47] | rumblebumble: | I know this is not necessary but there have been some improvements in recording compatibility |
[00:10:06] | rumblebumble: | The frontend showed the error "Error opening jump program buffer" |
[00:12:43] | director9 (director9!~Director9@213.219.145.237.adsl.dyn.edpnet.net) has quit (Ping timeout: 252 seconds) | |
[00:15:45] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-158-15-68.range86-158.btcentralplus.com) has quit (Quit: Slim-Kimbo) | |
[00:28:25] | chriskv (chriskv!636bbe34@gateway/web/freenode/ip.99.107.190.52) has joined #mythtv-users | |
[00:29:21] | director9 (director9!director9@213.219.145.237.adsl.dyn.edpnet.net) has joined #mythtv-users | |
[00:29:23] | chriskv (chriskv!636bbe34@gateway/web/freenode/ip.99.107.190.52) has quit (Client Quit) | |
[00:33:25] | sphery: | rumblebumble: fwiw, someone on -users mailing list was asking, if you feel like replying ( http://www.gossamer-threads.com/lists/mythtv/users/510198#510198 )... unless, of course, you are Matt |
[00:35:49] | director9 (director9!director9@213.219.145.237.adsl.dyn.edpnet.net) has quit (Ping timeout: 252 seconds) | |
[00:37:44] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has quit (Quit: kormoc) | |
[00:41:19] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users | |
[00:47:04] | rumblebumble: | Who is Matt |
[00:47:27] | rumblebumble: | I will reply |
[00:52:05] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has quit (Quit: Leaving) | |
[00:52:07] | director9 (director9!director9@213.219.145.237.adsl.dyn.edpnet.net) has joined #mythtv-users | |
[00:55:21] | wagnerrp: | sphery: you around? |
[00:55:57] | sphery: | yep |
[00:56:51] | wagnerrp: | just wondering if youve given any more thought about the git-subtree stuff and the themes |
[00:57:02] | wagnerrp: | just thought about it after doing another merge/push |
[00:57:09] | sphery: | not yet |
[00:57:16] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users | |
[00:57:27] | sphery: | was planning on trying to sell the idea of moving mythcenter* and Terra after 0.25 release |
[00:57:52] | sphery: | another merge/push for your tmdb bindings stuff? |
[00:58:05] | wagnerrp: | aye |
[00:58:10] | sphery: | ah, cool |
[00:59:16] | wagnerrp: | seems to be working well enough so far |
[00:59:35] | sphery: | so you are using it for those bindings? |
[00:59:45] | sphery: | if so, I think you may be right--in that I didn't even notice :) |
[00:59:53] | sphery: | (which is what I want to happen with the themes) |
[01:01:27] | wagnerrp: | https://github.com/MythTV/mythtv/tree/master/ . . . python/tmdb3 is a subtree sourced at https://github.com/wagnerrp/pytmdb3 |
[01:01:49] | sphery: | cool |
[01:02:07] | sphery: | so that means each time I pull an update, I'm actually using the subtree without knowing it |
[01:02:13] | wagnerrp: | ive done maybe 4–5 merges thus far |
[01:02:20] | wagnerrp: | well, not exactly |
[01:02:23] | wagnerrp: | youre not using the subtree |
[01:02:34] | wagnerrp: | youre simply using the mythtv repo |
[01:02:53] | sphery: | right, which uses files from the other repo |
[01:02:54] | wagnerrp: | im using the subtree to inject changes from my repo into the mythtv repo |
[01:02:58] | sphery: | and I don't know it, right? |
[01:03:20] | wagnerrp: | correct |
[01:03:33] | wagnerrp: | the end user requires no knowledge of the setup |
[01:03:38] | wagnerrp: | only the maintainer |
[01:03:40] | sphery: | I may need your help explaining how it will work when I try to sell the idea for the themes |
[01:04:25] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has quit (Ping timeout: 252 seconds) | |
[01:04:55] | sphery: | in theory, the only changes to the devs would be that they would no longer commit things to the files under themes/MythCenter* and themes/Terra, right? And, occasionally, someone would pull updates from one or more of their "external" repos |
[01:05:28] | rumblebumble (rumblebumble!~rumblebum@wnpgmb016qw-ds01-62-253.dynamic.mtsallstream.net) has quit (Ping timeout: 245 seconds) | |
[01:07:31] | wagnerrp: | http://pastebin.com/P06UnNVV |
[01:07:35] | sphery: | wagnerrp: are --disable-amd3dnow and --disable-mmx2 valid configure options for mythtv? Or are these just ffmpeg configure options users are trying to use? |
[01:07:41] | wagnerrp: | basically, i just perform those last two lines |
[01:08:05] | wagnerrp: | i do whatever i want to the other repo |
[01:08:20] | wagnerrp: | and periodically, i run those two lines from the root of the mythtv repo (it must be from the root) |
[01:08:42] | wagnerrp: | it pulls in all changes, and merges them, followed by a third unwritten line.... git push |
[01:09:05] | sphery: | nice |
[01:09:11] | sphery: | looks workable enough |
[01:09:13] | wagnerrp: | as far as i know, those are not any configure options we use |
[01:09:25] | wagnerrp: | im not sure if we even bother passing them on to FFmpeg or not |
[01:09:58] | wagnerrp: | ah, yeah... we do llist those |
[01:10:05] | sphery: | oh |
[01:10:56] | wagnerrp: | on second though |
[01:11:04] | wagnerrp: | i think all we do is list them |
[01:11:25] | sphery: | hehe |
[01:11:34] | sphery: | never knew they were there |
[01:11:59] | sphery: | seems they're even on 0.24-fixes |
[01:12:07] | sphery: | (in the list at least) |
[01:13:49] | wagnerrp: | you know, im looking at this configure script, and im completely lost |
[01:13:57] | sphery: | yep |
[01:14:06] | wagnerrp: | we might be doing something with them, i cant tell |
[01:14:13] | sphery: | although autotools is challenging, our configure script is worse |
[01:14:28] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users | |
[01:14:39] | wagnerrp: | Beirdo: i think you're the last one to really touch it due to the ffmpeg sync |
[01:14:44] | sphery: | I'm hoping to incite someone to action on switching to something other than "roll your own configure scrpt by hand" |
[01:18:49] | wagnerrp: | weve gotten another 10 forks since i last checked a couple weeks ago |
[01:21:07] | wagnerrp: | and yet it appears as if none of them are actually being used |
[01:22:04] | sphery: | I heard you have to fork on github to create a pull request using github, so maybe that's where some are from? |
[01:22:05] | wagnerrp: | why bother forking if youre not actually going to do anything? |
[01:22:40] | wagnerrp: | oh, that may be |
[01:25:21] | wagnerrp: | all reruns tonight it looks like? |
[01:25:54] | sphery: | ooh, reminds me I need to check status |
[01:26:08] | wagnerrp: | and whatever these new shows are on NBC |
[01:26:13] | sphery: | haven't seen watching my system this week and don't want to start expiring |
[01:26:24] | wagnerrp: | to be honest, i really dont know anything about the new half-hours this season |
[01:26:30] | wagnerrp: | havent been recording any of them |
[01:28:21] | john (john!~john@174-28-181-83.albq.qwest.net) has quit (Read error: Operation timed out) | |
[01:31:04] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has quit (Quit: Leaving) | |
[01:33:12] | ** sphery wonders if you guys broke db upgrade ** | |
[01:33:18] | sphery: | (settings changes) |
[01:34:13] | wagnerrp: | ? |
[01:34:21] | wagnerrp: | the override/cache thing? |
[01:35:03] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users | |
[01:35:13] | StevenR (StevenR!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has quit (Ping timeout: 252 seconds) | |
[01:35:15] | wagnerrp: | there is a potential risk |
[01:35:22] | sphery: | http://pastebin.com/vk3eAr2R |
[01:35:28] | wagnerrp: | as it will return an override even if the cache is disabled |
[01:35:31] | sphery: | that's an empty db |
[01:35:47] | sphery: | when I run mythbackend, again, it updates |
[01:35:57] | StevenR (StevenR!~foo@cpc2-sgyl27-2-0-cust391.sgyl.cable.virginmedia.com) has joined #mythtv-users | |
[01:36:07] | sphery: | so basically, dbschemaver setting isn't making it through after the initial schema is created |
[01:37:00] | sphery: | this might be the breakage from stuartm's rearranging startup code, though... I don't remember exactly what I found with that |
[01:37:27] | sphery: | I remember part of it was that we wouldn't notice the problem once I finished the init rollup to current schema version, so maybe that's it |
[01:37:49] | sphery: | (anyway, trying to do the rollup--but slower than usual since it's across the Internet) |
[01:41:59] | Plugh (Plugh!~kcozens@CPE000f9f67c5c3-CM000f9f500b9c.cpe.net.cable.rogers.com) has left #mythtv-users () | |
[01:44:28] | john (john!~john@174-28-181-83.albq.qwest.net) has joined #mythtv-users | |
[01:51:39] | PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has joined #mythtv-users | |
[01:51:59] | PointyPumper (PointyPumper!~pintlezz@190.244.65.185) has quit (Client Quit) | |
[01:52:38] | john (john!~john@174-28-181-83.albq.qwest.net) has quit (Ping timeout: 240 seconds) | |
[01:53:33] | rumblebumble (rumblebumble!~rumblebum@wnpgmb016qw-ds01-62-253.dynamic.mtsallstream.net) has joined #mythtv-users | |
[02:08:53] | john (john!~john@174-28-170-121.albq.qwest.net) has joined #mythtv-users | |
[02:14:07] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has quit (Quit: Leaving) | |
[02:22:22] | wagnerrp: | Beirdo: you around? |
[02:33:59] | wagnerrp: | im going to snag a copy of the trac database and attempt to migrate to mysql |
[02:34:20] | wagnerrp: | see what i can do about the timeline and browser |
[02:35:24] | wagnerrp: | also note, when i installed gitpython/trac-git, it enabled the source browser to the locally cached repository |
[02:35:34] | wagnerrp: | which happens to be about 7-weeks old |
[02:36:53] | kisak_ (kisak_!~kisak@pool-96-240-145-82.hrbgpa.fios.verizon.net) has joined #mythtv-users | |
[02:37:18] | ** sphery can't wait to switch over ** | |
[02:37:29] | wagnerrp: | its _slow_ |
[02:37:42] | wagnerrp: | not bad on the browser, not really even that bad on the server |
[02:37:44] | sphery: | the trac thing? or do you mean the repo |
[02:37:51] | wagnerrp: | just ungodly slow to use |
[02:38:12] | sphery: | hope the repo is fast on our server |
[02:38:33] | wagnerrp: | also, i doubled the attachment/preview limits to 512K |
[02:38:48] | wagnerrp: | dbcheck.cpp was actually too large to open in the browser preview |
[02:38:51] | wagnerrp: | :) |
[02:39:08] | sphery: | you mean cgit browser is slow? |
[02:39:45] | wagnerrp: | im not sure what youre asking |
[02:39:50] | sphery: | what's slow |
[02:40:03] | wagnerrp: | page loading |
[02:40:07] | kisak (kisak!~kisak@pool-96-240-145-82.hrbgpa.fios.verizon.net) has quit (Ping timeout: 252 seconds) | |
[02:40:32] | sphery: | which pages? the cgit pages showing the code in the repo or the trac things you're trying to get working? |
[02:40:42] | wagnerrp: | the trac code browser |
[02:40:55] | wagnerrp: | its now client-side slow |
[02:40:56] | sphery: | ah, ok |
[02:41:04] | wagnerrp: | and the CPU load on the server isn't too high either |
[02:41:15] | sphery: | yeah, the cgit stuff seemed very fast to me--at least compared to github |
[02:41:20] | wagnerrp: | and its not even experiencing the old sqlite locking issues we used to suffer |
[02:41:24] | wagnerrp: | it just is slow |
[02:42:04] | sphery: | so, like, similar to github's "let's do extremely inefficient javascript to format every character on the client side" type thing? |
[02:42:37] | sphery: | (not saying all JS is inefficient, but github's code browser JS is) |
[02:43:31] | wagnerrp: | no, browser side its fine |
[02:43:50] | wagnerrp: | it just takes a long time for the pages to load |
[02:45:25] | sphery: | oh |
[02:45:29] | sphery: | interesting |
[02:45:48] | sphery: | have you compared to using cgit directly (you said trac is pulling from the local repo, right?) |
[02:50:00] | wagnerrp: | we need to get commit caching in the database set up |
[02:50:07] | wagnerrp: | thats more than likely the problem |
[02:50:38] | sphery: | ahhh |
[02:50:42] | sphery: | that makes sense |
[03:02:35] | Beirdo: | and that was brokedn before |
[03:04:07] | wagnerrp: | it may still be broken now |
[03:04:42] | wagnerrp: | anyway, im going to set up a copy tonight and see what happens |
[03:05:19] | Beirdo: | cool |
[03:06:59] | Dave123-road (Dave123-road!someone@cpe-74-74-202-129.rochester.res.rr.com) has joined #mythtv-users | |
[03:16:33] | ** wagnerrp needs bandwidth badly ** | |
[03:33:48] | wagnerrp: | HAH, well thats a fat lot of good |
[03:34:10] | wagnerrp: | sqlite things "1.11961592391e+15" is an integer |
[03:34:14] | wagnerrp: | *thinks |
[03:35:50] | sphery: | well, technically, the value will be once the exponential notation is "resolved" |
[03:36:25] | sphery: | (ignoring the fact that I've never seen anything treat exponential notation as anything other than floating point) |
[03:36:31] | wagnerrp: | assuming its still accurate after the loss of significant digits |
[03:37:49] | wagnerrp: | this is fun... http://code.mythtv.org/trac/ticket/1056 |
[03:38:03] | wagnerrp: | trac errors in the attachment descriptions |
[03:39:03] | sphery: | oh, so you're saying it thinks it's a <too-few-bits-to-hold-the-value> integer? |
[03:39:20] | wagnerrp: | im saying i think, i havent actually tested it |
[03:39:34] | sphery: | (or too-few-digits or however sqlite defines integer ranges) |
[03:40:16] | wagnerrp: | its only a handful of them that show up that way |
[03:40:22] | wagnerrp: | which is why its all that much more confusing |
[03:41:07] | sphery: | hehe, funny |
[03:41:47] | wagnerrp: | the integer value is the upload timestamp for attachments |
[03:43:21] | wagnerrp: | also, sqlite seems to like windows endlines |
[03:43:30] | sphery: | that must be a very much earlier than 1970 epoch time, then |
[04:00:47] | henrik_ (henrik_!~henrik@129.207.95.91.static.ter-blg.siw.siwnet.net) has quit (Ping timeout: 244 seconds) | |
[04:30:17] | wagnerrp: | finially loading.... slowly.... |
[04:30:28] | wagnerrp: | sqlite dumps individual lines |
[04:30:37] | wagnerrp: | rather than the full tables mysqldump makes |
[04:32:26] | ** [R] snickers ** | |
[04:33:45] | wagnerrp: | error on line 41k... of 1.3M |
[04:33:47] | wagnerrp: | fun |
[04:36:55] | kisak_ is now known as kisak | |
[04:46:30] | wagnerrp: | screw it, this is getting a real parser script |
[04:46:55] | wagnerrp: | all im finding are bits and pieces of crap thrown together with grep and similar |
[04:47:03] | wagnerrp: | and its ripping out too much and causing invalid syntax |
[04:51:05] | wagnerrp: | if anyone knows of a proper sqlite->mysql migration tool |
[04:51:15] | wagnerrp: | for the love of god and all that is holy, stop me |
[04:55:45] | wagnerrp: | Beirdo: you around? |
[04:56:00] | wagnerrp: | im going to make some changes to the trac schema |
[04:56:12] | wagnerrp: | like... get rid of the _stupid_ usage of TEXT fields all over the place |
[04:56:38] | wagnerrp: | i dont see a varchar in the whole thing |
[05:03:41] | wagnerrp: | i mean the attachment ID field is a text |
[05:03:52] | wagnerrp: | who does that? |
[05:04:54] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Ping timeout: 272 seconds) | |
[05:05:45] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[05:05:46] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Excess Flood) | |
[05:06:15] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[05:06:16] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Excess Flood) | |
[05:06:46] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[05:06:47] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Excess Flood) | |
[05:07:16] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[05:07:17] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Excess Flood) | |
[05:07:45] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[05:07:46] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Excess Flood) | |
[05:07:53] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +o wagnerrp | |
[05:08:16] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[05:08:17] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Excess Flood) | |
[05:08:46] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[05:08:47] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has quit (Excess Flood) | |
[05:09:01] | Mode for #mythtv-users by wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp : +b DeviceZer0!*@unaffiliated/devicezer0 | |
[05:09:15] | Mode for #mythtv-users by ChanServ!ChanServ@services. : -o wagnerrp | |
[05:15:57] | wagnerrp: | !seen kormoc |
[05:15:57] | MythLogBot: | kormoc was last seen 4 hours 38 minutes 13 seconds ago |
[05:16:25] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Remote host closed the connection) | |
[05:26:06] | Oleg_ (Oleg_!~webcam@pool-71-183-191-138.nycmny.east.verizon.net) has quit (Remote host closed the connection) | |
[05:30:05] | russell5 (russell5!~russell5@pool-98-118-36-84.bstnma.fios.verizon.net) has quit (Ping timeout: 246 seconds) | |
[05:38:50] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[05:43:13] | russell5 (russell5!~russell5@pool-98-118-36-84.bstnma.fios.verizon.net) has joined #mythtv-users | |
[05:48:59] | russell5 (russell5!~russell5@pool-98-118-36-84.bstnma.fios.verizon.net) has quit (Ping timeout: 246 seconds) | |
[06:02:04] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[06:02:29] | Beirdo: | sorry, I was off passing out |
[06:02:42] | Beirdo: | I think I should proobably go to bed :) |
[06:02:53] | wagnerrp: | have fun with that |
[06:03:04] | wagnerrp: | i think im going to try to get this script finished off before i kick off |
[06:03:10] | wagnerrp: | almost through the schema rewrite |
[06:03:31] | wagnerrp: | seriously, even i know this thing is awful |
[06:03:47] | russell5 (russell5!~russell5@pool-98-118-36-84.bstnma.fios.verizon.net) has joined #mythtv-users | |
[06:04:12] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +o wagnerrp | |
[06:04:23] | Mode for #mythtv-users by wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp : -b DeviceZer0!*@unaffiliated/devicezer0 | |
[06:04:32] | Mode for #mythtv-users by ChanServ!ChanServ@services. : -o wagnerrp | |
[06:10:23] | Beirdo: | well, good luck ;) Yeah, I'm sure it was not well thought out at all |
[06:11:14] | wagnerrp: | theres a trac ticket for trac complaining about poor performance caused by the poor schema |
[06:11:28] | wagnerrp: | particularly index lookups of those text fields |
[06:15:51] | lis0r (lis0r!~lis0r@ACaen-751-1-18-120.w86-215.abo.wanadoo.fr) has joined #mythtv-users | |
[06:18:44] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has quit (Ping timeout: 246 seconds) | |
[06:19:05] | J-e-f-f-A_ (J-e-f-f-A_!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has joined #mythtv-users | |
[06:19:12] | J-e-f-f-A_ is now known as J-e-f-f-A | |
[06:31:19] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has quit (Ping timeout: 264 seconds) | |
[06:31:35] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has joined #mythtv-users | |
[06:34:29] | trumee is now known as trumee_afk | |
[06:38:10] | MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:7069:8402:b220:35da) has quit (Quit: Bye...) | |
[06:42:58] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users | |
[06:52:34] | emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has joined #mythtv-users | |
[06:53:15] | hpeter (hpeter!~hpeter@197-34.62-188.cust.bluewin.ch) has joined #mythtv-users | |
[07:08:08] | fendrychl (fendrychl!~fendrychl@ns1.neomezeny-hosting.cz) has joined #mythtv-users | |
[07:17:18] | ubIx (ubIx!~ulf@p5DD1815A.dip0.t-ipconnect.de) has joined #mythtv-users | |
[07:18:38] | ubIx_ (ubIx_!~ulf@p5DD18237.dip0.t-ipconnect.de) has quit (Read error: Operation timed out) | |
[07:22:33] | lis0r (lis0r!~lis0r@ACaen-751-1-18-120.w86-215.abo.wanadoo.fr) has quit (Quit: This computer has gone to sleep) | |
[07:46:40] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users | |
[08:23:43] | faichele (faichele!~quassel@p4FCCF3DA.dip.t-dialin.net) has joined #mythtv-users | |
[08:35:02] | pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users | |
[08:48:52] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has joined #mythtv-users | |
[08:52:59] | highzeth (highzeth!~hz@hoiseth.no) has quit (Remote host closed the connection) | |
[08:54:27] | walter_ (walter_!~walter@2001:978:3c00:10a:223:32ff:fec6:93b0) has joined #mythtv-users | |
[08:57:44] | mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has joined #mythtv-users | |
[08:57:53] | mycosys (mycosys!~mycosys@220-245-190-74.static.tpgi.com.au) has quit (Changing host) | |
[08:57:53] | mycosys (mycosys!~mycosys@unaffiliated/mycosys) has joined #mythtv-users | |
[09:03:10] | pclark (pclark!~pclark@193.35.11.116) has quit (Ping timeout: 276 seconds) | |
[09:08:11] | pclark (pclark!~pclark@193.35.11.125) has joined #mythtv-users | |
[09:09:06] | pclark (pclark!~pclark@193.35.11.125) has quit (Remote host closed the connection) | |
[09:14:25] | pclark (pclark!~pclark@193.35.11.125) has joined #mythtv-users | |
[09:15:34] | xavierh (xavierh!~xavier@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has quit (Quit: leaving) | |
[09:16:36] | highzeth (highzeth!~hz@hoiseth.no) has joined #mythtv-users | |
[09:16:36] | xavierh (xavierh!~xavier@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has joined #mythtv-users | |
[09:28:32] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has quit (Quit: Leaving.) | |
[09:28:57] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has joined #mythtv-users | |
[09:48:09] | Goga777 (Goga777!~Goga777@95-30-35-40.broadband.corbina.ru) has joined #mythtv-users | |
[09:49:32] | lis0r (lis0r!~lis0r@ACaen-751-1-18-120.w86-215.abo.wanadoo.fr) has joined #mythtv-users | |
[09:53:19] | rileyp (rileyp!~dad@123-3-248-128.static.dsl.dodo.com.au) has joined #mythtv-users | |
[10:05:02] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has quit (Remote host closed the connection) | |
[10:05:56] | mike|2 (mike|2!~mike@c-76-115-119-121.hsd1.or.comcast.net) has joined #mythtv-users | |
[10:06:08] | pclark (pclark!~pclark@193.35.11.125) has quit (Remote host closed the connection) | |
[10:09:18] | pclark (pclark!~pclark@193.35.11.125) has joined #mythtv-users | |
[10:09:59] | pclark (pclark!~pclark@193.35.11.125) has quit (Remote host closed the connection) | |
[10:20:09] | jkfod (jkfod!~Greg_od@212-178-2-9.broadband.tenet.odessa.ua) has joined #mythtv-users | |
[10:24:02] | slysir (slysir!~quassel@pool-173-64-7-213.bflony.fios.verizon.net) has joined #mythtv-users | |
[10:24:04] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Read error: Connection timed out) | |
[10:32:38] | pclark (pclark!~pclark@193.35.11.116) has joined #mythtv-users | |
[10:56:24] | seeker (seeker!~seeker@unaffiliated/seeker) has joined #mythtv-users | |
[10:57:40] | pclark (pclark!~pclark@193.35.11.116) has quit (Remote host closed the connection) | |
[10:59:19] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Quit: Leaving.) | |
[11:05:24] | seeker (seeker!~seeker@unaffiliated/seeker) has quit (Remote host closed the connection) | |
[11:06:26] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users | |
[11:06:58] | seeker (seeker!~seeker@unaffiliated/seeker) has joined #mythtv-users | |
[11:16:54] | drindt (drindt!~drindt@89.204.138.129) has joined #mythtv-users | |
[11:28:05] | joki (joki!~joki@p54861DED.dip.t-dialin.net) has quit (Ping timeout: 260 seconds) | |
[11:28:21] | joki- (joki-!~joki@p5486528A.dip.t-dialin.net) has joined #mythtv-users | |
[11:28:33] | joki- is now known as joki | |
[11:37:54] | rileyp (rileyp!~dad@123-3-248-128.static.dsl.dodo.com.au) has quit (Ping timeout: 252 seconds) | |
[11:39:14] | seeker (seeker!~seeker@unaffiliated/seeker) has quit (Quit: Colloquy for iPhone - http://colloquy.mobi) | |
[11:45:59] | oobe (oobe!~thingo@unaffiliated/oobe) has quit (Read error: Connection timed out) | |
[11:48:43] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has quit (Read error: Connection reset by peer) | |
[11:55:34] | drindt (drindt!~drindt@89.204.138.129) has quit (Quit: Mary had a little segmentation fault) | |
[12:06:53] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Remote host closed the connection) | |
[12:07:16] | lis0r (lis0r!~lis0r@ACaen-751-1-18-120.w86-215.abo.wanadoo.fr) has quit (Quit: This computer has gone to sleep) | |
[12:13:04] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Ping timeout: 245 seconds) | |
[12:14:54] | MMlosh (MMlosh!~MMlosh@2001:718:1e03:5168:29d9:c705:9e75:af77) has joined #mythtv-users | |
[12:15:56] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[12:40:36] | faichele__ (faichele__!~quassel@p4FCCF980.dip.t-dialin.net) has joined #mythtv-users | |
[12:42:44] | faichele (faichele!~quassel@p4FCCF3DA.dip.t-dialin.net) has quit (Ping timeout: 244 seconds) | |
[12:43:38] | jkfod (jkfod!~Greg_od@212-178-2-9.broadband.tenet.odessa.ua) has quit (Quit: Leaving.) | |
[12:48:26] | wagnerrp (wagnerrp!~wagnerrp_@nr-ft1-66-42-242-154.fuse.net) has joined #mythtv-users | |
[12:48:26] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv-users | |
[12:48:26] | wagnerrp (wagnerrp!~wagnerrp_@nr-ft1-66-42-242-154.fuse.net) has quit (Changing host) | |
[12:48:27] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v wagnerrp | |
[12:51:10] | seeker (seeker!~seeker@unaffiliated/seeker) has joined #mythtv-users | |
[12:51:40] | wagnerrp: | "Data truncated for column 'description' at row 1" |
[12:51:56] | wagnerrp: | how the hell do you truncate data going into a 'TEXT' field? |
[12:53:46] | peitolm: | text field has a max size of 64KB |
[12:54:10] | peitolm: | i assume that's a program description? |
[12:54:26] | Goga777 (Goga777!~Goga777@95-30-35-40.broadband.corbina.ru) has quit (Remote host closed the connection) | |
[12:55:03] | wagnerrp: | trac ticket description |
[12:55:19] | wagnerrp: | trying to migrate from sqlite to mysql |
[12:55:59] | wagnerrp: | and the default trac schema for mysql is ungodly awful, even for someone like me who knows little about mysql |
[12:56:13] | wagnerrp: | anything and everything is a 'text' field |
[12:56:37] | wagnerrp: | lets try a mediumtext then |
[13:01:25] | wagnerrp: | and then theres this "got a packet bigger than `max_allowed_packet` bytes"... not sure what to do with that one |
[13:01:46] | ** wagnerrp goes to google ** | |
[13:02:36] | seeker (seeker!~seeker@unaffiliated/seeker) has quit (Remote host closed the connection) | |
[13:02:54] | wagnerrp: | ah, its because im only committing every 10k inserts |
[13:03:28] | wagnerrp: | i wonder if theres actually a mechanism to discover how much is stored in the current transaction |
[13:21:46] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Quit: Leaving) | |
[13:34:04] | kisak (kisak!~kisak@pool-96-240-145-82.hrbgpa.fios.verizon.net) has quit (Quit: leaving) | |
[13:50:59] | williammanda_ (williammanda_!~william@c-98-193-211-138.hsd1.tn.comcast.net) has joined #mythtv-users | |
[13:52:22] | lapion: | hi wagnerrp |
[13:53:24] | wagnerrp: | morning |
[13:54:44] | lapion: | I am also a victim of the "Error opening jump program file". And the file that is created upon tuning, is not playable by mplayer or any other player, it doesn't seem to contain a header |
[13:55:05] | lapion: | sorry for the over dramatisation..;-) |
[13:55:40] | wagnerrp: | from livetv usage? |
[13:56:04] | lapion: | Ticket #9830 |
[13:56:04] | ** MythLogBot http://code.mythtv.org/trac/ticket/9830 ** | |
[13:56:07] | lapion: | yes |
[13:56:37] | lapion: | would you like me to post it somewhere ,or maybe mail it ? |
[13:57:01] | wagnerrp: | how large is it? |
[13:58:42] | lapion: | usually under a MB |
[13:59:09] | wagnerrp: | i would check the backend logs |
[13:59:37] | wagnerrp: | likely going to result in more worthwhile information than piecing through some partial recording |
[13:59:48] | wagnerrp: | what type of tuner? |
[14:02:00] | lapion: | any analog tuner.. I have several, and all of them react the same way, from saa modells to cx models |
[14:02:32] | wagnerrp: | so all framegrabbers? |
[14:03:05] | lapion: | yes, and none of them give any significant log information. |
[14:06:26] | lapion: | I have 2 server one in use for day to day recording and a second configured from scratch |
[14:07:29] | lapion: | they are not coupled |
[14:13:18] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users | |
[14:13:25] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[14:17:34] | streeter (streeter!streeter@nat/redhat/x-jfdkdpqfkmajorrm) has joined #mythtv-users | |
[14:42:25] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has quit (Quit: Leaving.) | |
[14:42:46] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has joined #mythtv-users | |
[14:45:08] | williammanda_ (williammanda_!~william@c-98-193-211-138.hsd1.tn.comcast.net) has left #mythtv-users ("Ex-Chat") | |
[14:50:47] | mzanetti (mzanetti!~mzanetti@server1.muehlhaeuser.de) has quit (Read error: Operation timed out) | |
[14:51:52] | walter_ (walter_!~walter@2001:978:3c00:10a:223:32ff:fec6:93b0) has quit (Read error: Operation timed out) | |
[14:51:59] | grumpydevil (grumpydevil!~rudy@5ED6610A.cm-7-7b.dynamic.ziggo.nl) has quit (Ping timeout: 252 seconds) | |
[14:52:15] | grumpydevil (grumpydevil!~rudy@2001:610:73e:0:21b:21ff:fe22:b647) has joined #mythtv-users | |
[14:52:17] | mzanetti (mzanetti!~mzanetti@server1.muehlhaeuser.de) has joined #mythtv-users | |
[14:56:36] | operat0r: | lapion: can you tune normaly ? |
[14:57:05] | operat0r: | my 5500 did not like analog and digi working with myth |
[14:57:20] | wagnerrp: | there are known issues with changing channels in live tv on analog tuners |
[14:57:20] | operat0r: | now that it is just digi it works fine |
[14:58:00] | operat0r: | wagnerrp: should i donate to mythtalk or you know some other place I can contrubute ? |
[14:58:32] | operat0r: | I remember reading Myth dev was hired by M$ is that true .. it was while back |
[14:59:07] | wagnerrp: | whatever you wish, mythtvtalk has no direct relation to mythtv, and mythtv itself does not take monetary donations |
[14:59:45] | wagnerrp: | im not aware of any mythtv devs working for microsoft, but i wouldnt say thats not the case |
[15:00:11] | wagnerrp: | considering mythtv is primarily linux, i do find it unlikely |
[15:01:10] | mersault (mersault!~mersault@home.nullpointer.ca) has joined #mythtv-users | |
[15:01:32] | mersault (mersault!~mersault@home.nullpointer.ca) has quit (Client Quit) | |
[15:01:42] | mersault (mersault!~mersault@home.nullpointer.ca) has joined #mythtv-users | |
[15:02:00] | jams: | operat0r- there was a april fools joke along those lines |
[15:02:14] | operat0r: | lulz |
[15:02:21] | operat0r: | I fell for it |
[15:02:34] | operat0r: | I think I told a few people too lulz |
[15:09:18] | skd5aner: | operat0r: if you're looking to donate to something related to myth, you could donate to devinheitmueller who writes linux drivers for a lot of capture cards – http://www.kernellabs.com/blog/ |
[15:09:54] | skd5aner: | http://www.devinheitmueller.com/ |
[15:11:14] | wagnerrp: | or kernellabs.com |
[15:11:33] | skd5aner: | (that link is in my first comment) |
[15:12:02] | wagnerrp: | ah, so it is |
[15:17:17] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv-users | |
[15:23:38] | jkfod (jkfod!~Greg_od@212-178-2-9.broadband.tenet.odessa.ua) has joined #mythtv-users | |
[15:28:18] | operat0r: | anybody that writes drivers is 1337 in my book ... that's fukin ratarted |
[15:29:31] | operat0r: | and I also feel sorry for them at the same time ... |
[15:29:39] | sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has joined #mythtv-users | |
[15:31:53] | williammanda (williammanda!~william@c-98-193-211-138.hsd1.tn.comcast.net) has joined #mythtv-users | |
[15:32:10] | williammanda (williammanda!~william@c-98-193-211-138.hsd1.tn.comcast.net) has left #mythtv-users () | |
[15:33:23] | sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has quit (Client Quit) | |
[15:33:36] | sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has joined #mythtv-users | |
[15:38:47] | operat0r (operat0r!~h0msar@75-139-150-84.dhcp.gwnt.ga.charter.com) has quit (Quit: brb) | |
[15:39:24] | operat0r (operat0r!~h0msar@75-139-150-84.dhcp.gwnt.ga.charter.com) has joined #mythtv-users | |
[15:39:35] | operat0r: | somebody /cycle |
[15:44:41] | wagnerrp: | ? |
[15:45:40] | operat0r (operat0r!~h0msar@75-139-150-84.dhcp.gwnt.ga.charter.com) has quit (Quit: leaving) | |
[15:53:58] | oobe (oobe!~thingo@220.244.162.235) has joined #mythtv-users | |
[15:53:59] | oobe (oobe!~thingo@220.244.162.235) has quit (Changing host) | |
[15:53:59] | oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users | |
[15:59:14] | kmcorbett (kmcorbett!~kmcorbett@173-162-137-153-NewEngland.hfc.comcastbusiness.net) has joined #mythtv-users | |
[16:01:40] | hpeter (hpeter!~hpeter@197-34.62-188.cust.bluewin.ch) has quit (Quit: hpeter) | |
[16:02:07] | mersault (mersault!~mersault@home.nullpointer.ca) has quit (Quit: mersault) | |
[16:04:07] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has quit (Quit: Leaving.) | |
[16:07:05] | oobe (oobe!~thingo@unaffiliated/oobe) has quit (Ping timeout: 246 seconds) | |
[16:11:23] | Oleg_ (Oleg_!~webcam@pool-71-183-189-2.nycmny.east.verizon.net) has joined #mythtv-users | |
[16:21:07] | Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood) | |
[16:21:33] | oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users | |
[16:21:48] | Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users | |
[16:27:07] | oobe (oobe!~thingo@unaffiliated/oobe) has quit (Ping timeout: 276 seconds) | |
[16:38:38] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users | |
[16:40:21] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Remote host closed the connection) | |
[16:44:44] | troyt (troyt!~troyt@2001:1938:240:3000::3) has quit (Read error: Operation timed out) | |
[16:46:23] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[16:49:01] | troyt (troyt!~troyt@2001:1938:240:3000::3) has joined #mythtv-users | |
[16:49:04] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has quit (Quit: hadees) | |
[16:51:21] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has joined #mythtv-users | |
[16:56:09] | oobe (oobe!~thingo@220.244.162.235) has joined #mythtv-users | |
[16:56:09] | oobe (oobe!~thingo@220.244.162.235) has quit (Changing host) | |
[16:56:09] | oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users | |
[17:01:00] | hadees (hadees!~hadees@64.132.24.248) has joined #mythtv-users | |
[17:03:34] | hadees (hadees!~hadees@64.132.24.248) has left #mythtv-users () | |
[17:03:37] | Jordack (Jordack!~jordack@70-88-122-169-BusName-mi.michigan.hfc.comcastbusiness.net) has joined #mythtv-users | |
[17:03:56] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has quit (Remote host closed the connection) | |
[17:04:10] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has joined #mythtv-users | |
[17:08:36] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has joined #mythtv-users | |
[17:08:36] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
[17:16:26] | Shadow__X (Shadow__X!~jose@c-68-38-215-67.hsd1.nj.comcast.net) has joined #mythtv-users | |
[17:16:34] | Shadow__X (Shadow__X!~jose@c-68-38-215-67.hsd1.nj.comcast.net) has quit (Changing host) | |
[17:16:34] | Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has joined #mythtv-users | |
[17:31:57] | Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has quit (Ping timeout: 244 seconds) | |
[17:38:56] | Shadow__X (Shadow__X!~jose@c-68-38-215-67.hsd1.nj.comcast.net) has joined #mythtv-users | |
[17:47:21] | obo (obo!~obo@rockbox/developer/obo) has quit (Remote host closed the connection) | |
[17:55:05] | NightMonkey (NightMonkey!~NightMonk@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[17:59:46] | Shadow__X (Shadow__X!~jose@c-68-38-215-67.hsd1.nj.comcast.net) has quit (Changing host) | |
[17:59:46] | Shadow__X (Shadow__X!~jose@unaffiliated/shadowx/x-411846) has joined #mythtv-users | |
[18:03:51] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has joined #mythtv-users | |
[18:03:51] | obo (obo!~obo@rockbox/developer/obo) has joined #mythtv-users | |
[18:03:51] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has quit (Changing host) | |
[18:08:32] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has joined #mythtv-users | |
[18:22:13] | slysir (slysir!~quassel@pool-173-64-7-213.bflony.fios.verizon.net) has quit (Remote host closed the connection) | |
[18:23:02] | FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-157-82.w81-50.abo.wanadoo.fr) has joined #mythtv-users | |
[18:37:14] | toeb (toeb!~tob@HSI-KBW-078-042-104-026.hsi3.kabel-badenwuerttemberg.de) has quit (Read error: Connection reset by peer) | |
[18:52:02] | operat0r (operat0r!~h0msar@75-139-150-84.dhcp.gwnt.ga.charter.com) has joined #mythtv-users | |
[18:52:12] | operat0r: | im'a user ! |
[18:57:55] | justinh: | the MS gag was on the linhes site IIRC |
[18:58:26] | theli (theli!~theli@178-190-68-151.adsl.highway.telekom.at) has joined #mythtv-users | |
[18:58:41] | justinh: | and FWIW don't donate to mythtvtalk. it only goes towards the hosting costs, which seem *way* too high |
[18:59:20] | wagnerrp: | $1K/yr does seem awfully high |
[19:00:09] | justinh: | yeah. I mean, how much traffic can that site actually do? Judging by the scant amount of posts, not much |
[19:00:28] | justinh: | maybe Ludo has a side project the site is paying for ;-) |
[19:04:28] | gregL (gregL!~greg@cpe-74-76-125-87.nycap.res.rr.com) has quit (Remote host closed the connection) | |
[19:06:13] | trumee_afk is now known as trumee | |
[19:07:15] | trumee is now known as trumee_afk | |
[19:14:23] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[19:17:05] | oobe (oobe!~thingo@unaffiliated/oobe) has quit (Ping timeout: 260 seconds) | |
[19:20:03] | oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users | |
[19:21:34] | FabriceMG (FabriceMG!~fabrice@APoitiers-155-1-157-82.w81-50.abo.wanadoo.fr) has quit (Quit: Ex-Chat) | |
[19:34:49] | cocoa117 (cocoa117!~cocoa117@188-222-31-239.zone13.bethere.co.uk) has joined #mythtv-users | |
[19:40:35] | wagnerrp: | Cardoe: this guy is just getting retarded |
[19:40:56] | wagnerrp: | now hes complaining mythnetvision wont install because its missing dependencies |
[19:40:59] | Cardoe: | wagnerrp: He's been leaving me alone for the past few days. I appreciate you taking the heat. :-D |
[19:41:06] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has quit (Remote host closed the connection) | |
[19:41:18] | wagnerrp: | of course he has the dependencies installed, hes just a dumbass forcing python3, which doesnt have access to the necessary dependencies |
[19:41:43] | ** wagnerrp scrolls into the backlog for that python version bit ** | |
[19:41:53] | Cardoe: | wagnerrp: toss in the mythnetvision ebuild: |
[19:41:58] | Cardoe: | pkg_setup() { |
[19:41:58] | Cardoe: | python_set_active_version 2 |
[19:41:58] | Cardoe: | python_pkg_setup |
[19:41:58] | Cardoe: | } |
[19:42:10] | Cardoe: | And that should undo his forcing |
[19:42:41] | wagnerrp: | well i still need to add something to force which python version |
[19:42:50] | wagnerrp: | since hes managed to get python3.x installed as 'python' |
[19:43:02] | wagnerrp: | is that even possible without manual tinkering with symlinks? |
[19:43:10] | Cardoe: | I didn't think it was |
[19:44:29] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[19:46:08] | wagnerrp: | that was the only change you wanted? |
[19:46:32] | Cardoe: | wagnerrp: I guess it is possible now to make python point to python3 |
[19:46:59] | Cardoe: | wagnerrp: But during the install process, /usr/bin/python is replaced by /usr/bin/python$VER |
[19:47:06] | Cardoe: | if the python_set_active_version is called |
[19:47:19] | Cardoe: | So it should fix the issue he's gripping about by calling pkg_setup |
[19:47:51] | wagnerrp: | hehe, i think i angered him by closing and locking his other ticket |
[19:48:05] | Cardoe: | I didn't commit any updates last night. Buddies from work wanted to hit the bar after work so I wasn't in shape to be committing last night. |
[19:48:41] | wagnerrp: | i closed it and called him an idiot for missing the __cmp__ and optparse/argparse changes with 3.x |
[19:48:49] | Cardoe: | Nice |
[19:48:53] | wagnerrp: | so he corrected me that he actually did change the __cmp__ thing |
[19:49:26] | wagnerrp: | so i again called him an idiot that he shouldnt have included that one line change in the sorted() function wit another 200 lines of needless (and unwanted) indent changes |
[19:49:38] | wagnerrp: | and on top of that, his sorting method was incorrect anyway |
[19:49:59] | Cardoe: | I don't understand why he was re-indenting your code either |
[19:50:20] | Cardoe: | That just makes it less likely to actually look at the patch and review it IMHO |
[19:50:21] | wagnerrp: | its not even by my will the code is intended in that manner |
[19:50:31] | wagnerrp: | 4-space soft indent is mythtv standard |
[19:50:47] | wagnerrp: | anything else is simply not accepted |
[19:51:20] | Cardoe: | yeah |
[19:51:32] | Cardoe: | The rule is you always conform to what upstream does. |
[19:51:48] | Cardoe: | I send patches to some GNU projects and I hate the GNU style but I still follow it. |
[19:53:36] | Jordack (Jordack!~jordack@70-88-122-169-BusName-mi.michigan.hfc.comcastbusiness.net) has quit () | |
[19:54:32] | wagnerrp: | we already have the python_set_active_version bit, at least on media-tv/mythtv |
[19:54:38] | wagnerrp: | but we dont have the python_pkg_setup |
[19:57:01] | Cardoe: | Try both. I can dig into it a bit more |
[19:57:45] | wagnerrp: | also, i think i want to set this python_convert_shebangs for some of the metadata utilities that arent run through the python installer |
[20:03:10] | wagnerrp: | ah no.. the installer already does that |
[20:03:23] | wagnerrp: | any idea how to get the path of the python executable? |
[20:04:14] | wagnerrp: | looks like just PYTHON |
[20:06:40] | pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users | |
[20:13:40] | Cardoe: | Sorry stepped away but looks like you got it |
[20:16:22] | wagnerrp: | no i didnt |
[20:16:25] | wagnerrp: | it just comes up blank |
[20:16:41] | wagnerrp: | im trying to do ... |
[20:16:44] | wagnerrp: | if use python |
[20:16:46] | wagnerrp: | then |
[20:17:02] | wagnerrp: | myconf="${myconf} --python=${PYTHON}" |
[20:17:03] | wagnerrp: | fi |
[20:17:09] | wagnerrp: | but that doesnt appear to be correct |
[20:17:15] | wagnerrp: | ${PYTHON} returns nothing |
[20:19:11] | wagnerrp: | oh, ( not { |
[20:19:59] | wagnerrp: | yeah, that did it |
[20:36:54] | toeb (toeb!~tob@HSI-KBW-078-042-104-026.hsi3.kabel-badenwuerttemberg.de) has joined #mythtv-users | |
[20:40:01] | Cougar (Cougar!~cougar@kkk.version6.net) has quit (Ping timeout: 244 seconds) | |
[20:41:57] | theli (theli!~theli@178-190-68-151.adsl.highway.telekom.at) has quit (Remote host closed the connection) | |
[20:42:56] | wagnerrp: | Cardoe: somewhat odd, it keeps selecting python2.6 even though ive got python2.7 installed |
[20:53:15] | Cougar (Cougar!~cougar@kkk.version6.net) has joined #mythtv-users | |
[20:54:16] | trumee_afk is now known as trumee | |
[20:54:39] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has joined #mythtv-users | |
[20:54:39] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has quit (Changing host) | |
[20:54:39] | obo (obo!~obo@rockbox/developer/obo) has joined #mythtv-users | |
[20:55:29] | obo (obo!~obo@rockbox/developer/obo) has quit (Remote host closed the connection) | |
[20:58:49] | Cardoe: | wagnerrp: eselect python --list |
[20:59:28] | wagnerrp: | seems 2.6 is starred (set as primary?) |
[21:00:11] | Cardoe: | eselect python set python2.6 |
[21:00:17] | Cardoe: | You'll have to run python-updater then |
[21:00:19] | Cardoe: | er |
[21:00:22] | Cardoe: | eselect python set python2.7 |
[21:00:25] | Cardoe: | then run python updater |
[21:00:32] | Cardoe: | and then you can unmerge python2.6 |
[21:00:38] | wagnerrp: | im not too concerned about it, just curious |
[21:00:44] | wagnerrp: | thanks |
[21:01:02] | Cardoe: | wagnerrp: basically to not cause an instant requirement that all python bits be rebuilt |
[21:01:14] | Cardoe: | Portage will install the next python along side the previous one |
[21:01:29] | Cardoe: | and as depends and such use the new one, it'll rebuilt for it what's necessary |
[21:02:31] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has joined #mythtv-users | |
[21:02:31] | obo (obo!~obo@rockbox/developer/obo) has joined #mythtv-users | |
[21:02:31] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has quit (Changing host) | |
[21:02:48] | EvilGuru: | When I see an advert notification is there an quick way to skip it? So if myth says "Advert notification 5:16" how can I skip 5:16 quickly? |
[21:03:17] | Cardoe: | EvilGuru: try the Z key |
[21:03:19] | wagnerrp: | the 'skip forward' key |
[21:03:44] | EvilGuru: | Cardoe: Okay, thanks |
[21:04:07] | Cardoe: | EvilGuru: If you changed it from the default (or if I changed it from the default), you'll have to follow what wagnerrp said. |
[21:08:37] | trumee is now known as trumee_afk | |
[21:10:15] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 260 seconds) | |
[21:10:40] | wagnerrp: | yeah, i didnt remember what the key actually was |
[21:10:49] | wagnerrp: | i havent had to know for... maybe four years now? |
[21:10:56] | wagnerrp: | whenever the last time i configured my lircrc |
[21:11:29] | EvilGuru: | Z works a trear |
[21:11:32] | EvilGuru: | *treat |
[21:14:32] | jkfod (jkfod!~Greg_od@212-178-2-9.broadband.tenet.odessa.ua) has quit (Quit: Leaving.) | |
[21:15:21] | trumee_afk is now known as trumee | |
[21:24:44] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has quit (Quit: hpeter) | |
[21:28:57] | kmcorbett_ (kmcorbett_!~kmcorbett@173-162-137-153-NewEngland.hfc.comcastbusiness.net) has joined #mythtv-users | |
[21:37:56] | kmcorbett_ (kmcorbett_!~kmcorbett@173-162-137-153-NewEngland.hfc.comcastbusiness.net) has quit (Read error: Connection reset by peer) | |
[21:38:37] | kmcorbett_ (kmcorbett_!~kmcorbett@173-162-137-153-NewEngland.hfc.comcastbusiness.net) has joined #mythtv-users | |
[21:38:41] | xavierh (xavierh!~xavier@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has quit (Read error: Connection reset by peer) | |
[21:38:46] | xavierh (xavierh!~xavier@cpc1-swin3-0-0-cust274.3-1.cable.virginmedia.com) has joined #mythtv-users | |
[21:38:48] | kmcorbett_ (kmcorbett_!~kmcorbett@173-162-137-153-NewEngland.hfc.comcastbusiness.net) has quit (Client Quit) | |
[21:47:38] | Cardoe (Cardoe!~Cardoe@gentoo/developer/Cardoe) has quit (Ping timeout: 246 seconds) | |
[21:47:59] | pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has quit (Quit: Konversation terminated!) | |
[21:54:18] | kmcorbett (kmcorbett!~kmcorbett@173-162-137-153-NewEngland.hfc.comcastbusiness.net) has quit (Quit: Leaving.) | |
[21:55:08] | Cougar (Cougar!~cougar@kkk.version6.net) has quit (Ping timeout: 250 seconds) | |
[22:08:35] | Cardoe (Cardoe!~Cardoe@gentoo/developer/Cardoe) has joined #mythtv-users | |
[22:09:35] | DeviceZer0 (DeviceZer0!~hate@glock45.armed.us) has joined #mythtv-users | |
[22:09:35] | DeviceZer0 (DeviceZer0!~hate@glock45.armed.us) has quit (Changing host) | |
[22:09:35] | DeviceZer0 (DeviceZer0!~hate@unaffiliated/devicezer0) has joined #mythtv-users | |
[22:09:36] | streeter (streeter!streeter@nat/redhat/x-jfdkdpqfkmajorrm) has quit (Quit: Leaving) | |
[22:25:00] | kitch8518 (kitch8518!~telly@109.224.135.180) has joined #mythtv-users | |
[22:41:44] | kitch8518: | Has anyone ever had any issues with mythwelcome acpi start ups occurring one hour before the schedule? Here in the UK our clocks went forward by one hour on Sunday morning. SInce then whenever I set a program to record, my machine boots up an hour early. Mythwelcome then says idle and shutdown countdown begins. Subsequently, programmes are not being recorded. I've tested the ACIP wakeup successfully to the correct time, use the SECS= as per the |
[22:41:46] | kitch8518: | mythtv wiki and it wakes up correctly. Backend log shows "Running the command to set the next scheduled wakeup time :-mythshutdown --setwakeup 2012-03–29T21:48:30" which is correct for what i asked. it woke at 20:48. I have a workaround by setting the Max Idle time in the backend to 70 mins, thus staying awake till the programme is due to start. |
[22:43:45] | ben1066 (ben1066!~quassel@unaffiliated/ben1066) has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | |
[22:44:23] | ben1066 (ben1066!~quassel@host81-153-89-174.range81-153.btcentralplus.com) has joined #mythtv-users | |
[22:45:20] | ben1066 (ben1066!~quassel@host81-153-89-174.range81-153.btcentralplus.com) has quit (Remote host closed the connection) | |
[22:45:26] | ben1066 (ben1066!~quassel@host81-153-89-174.range81-153.btcentralplus.com) has joined #mythtv-users | |
[22:45:57] | sohocoke (sohocoke!~sohocoke@84-72-9-100.dclient.hispeed.ch) has left #mythtv-users () | |
[22:46:00] | wagnerrp: | kitch8518: do you use radiotimes or EIT data? |
[22:46:14] | emmanuelux (emmanuelux!~emmanuel@2a01:e35:2e4d:9010:21d:60ff:fe0e:b818) has quit (Read error: Connection reset by peer) | |
[22:48:14] | kitch8518: | wagerrp: EIT |
[22:49:09] | wagnerrp: | there were issues a few weeks back over here where people who had been using EIT rather than properly using schedules direct did not receive updated times |
[22:49:33] | wagnerrp: | their show times were one hour shifted, and required the guide data to be flushed out and recollected |
[22:49:53] | wagnerrp: | try just 'truncate table program;', and letting the EIT grabber repopulate everything |
[22:51:01] | kitch8518: | ok thanks will do. the shows do give the correct times in the Program Guide at present though |
[22:51:38] | wagnerrp: | is it possible it has been sufficiently long that all the bad data has shuffled out of the database? |
[22:54:11] | kitch8518: | "is it possible it has been sufficiently long" sorry, you've lost me there |
[22:56:11] | shubes (shubes!~shubes@174-26-88-206.phnx.qwest.net) has joined #mythtv-users | |
[22:56:21] | shubes (shubes!~shubes@174-26-88-206.phnx.qwest.net) has left #mythtv-users () | |
[22:57:39] | tlhiv_laptop: | hi ... i know this is a lirc question, but i'm sure someone here knows ... i would like my buttons to respond faster than they do ... for example, when i press "up" on my remote, it navigates up but i can't navigate up again for perhaps 1/2 second or so ... is there a way to adjust this? |
[23:03:15] | Dave123 (Dave123!someone@cpe-74-74-202-129.rochester.res.rr.com) has quit (Quit: Leaving) | |
[23:07:02] | Cougar (Cougar!~cougar@kkk.version6.net) has joined #mythtv-users | |
[23:11:02] | kitch8518 (kitch8518!~telly@109.224.135.180) has quit (Remote host closed the connection) | |
[23:13:49] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has left #mythtv-users ("Ex-Chat") | |
[23:17:33] | kitch8518 (kitch8518!~telly@109.224.135.180) has joined #mythtv-users | |
[23:17:43] | cocoa117 (cocoa117!~cocoa117@188-222-31-239.zone13.bethere.co.uk) has quit (Ping timeout: 244 seconds) | |
[23:22:14] | obo (obo!~obo@rockbox/developer/obo) has joined #mythtv-users | |
[23:28:32] | kitch8518 (kitch8518!~telly@109.224.135.180) has quit (Remote host closed the connection) | |
[23:31:17] | ** sphery can't answer tlhiv_laptop if he's not here... ** | |
[23:42:45] | tlhiv_laptop (tlhiv_laptop!~foo@c-69-254-218-89.hsd1.al.comcast.net) has joined #mythtv-users | |
[23:43:19] | CyberKnet (CyberKnet!~s.blomfie@65.38.25.93) has quit (Ping timeout: 260 seconds) | |
[23:44:52] | cocoa117 (cocoa117!~cocoa117@95.154.230.151) has joined #mythtv-users | |
[23:48:12] | obo (obo!~obo@rockbox/developer/obo) has quit (Remote host closed the connection) | |
[23:49:01] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has joined #mythtv-users | |
[23:49:02] | obo (obo!~obo@70-140-190-120.lightspeed.hstntx.sbcglobal.net) has quit (Changing host) | |
[23:49:02] | obo (obo!~obo@rockbox/developer/obo) has joined #mythtv-users | |
[23:57:33] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.