--- | Log | opened Sun Feb 06 00:00:42 2005 |
00:03 | --- | ---> G-funk [~hatlevip@dsl-152-134.resnet.purdue.edu] has joined #mythtv |
00:05 | --- | ---> gfiend [~donavan@sdn-ap-013ilchicP0503.dialsprint.net] has joined #mythtv |
00:06 | Captain_Murdo | | how can I force the screen to update? I |
00:06 | Captain_Murdo | | I'm calling update(fullrect) in doremove and I'm seeing the updateshowtitles method being called but it's not updating the screen with the new font color? :( |
00:10 | Chutt | dunno |
00:10 | Chutt | trace it a little bit more =) |
00:10 | Captain_Murdo | | hmm, maybe it is updating and it's because it's the current item that's changing color so it's overriding my inactive font. |
00:10 | | * Captain_Murd checks further. |
00:10 | Chutt | possibly |
00:13 | Captain_Murdo | | appeared to work ok moving the signal change to the dodeletethread method in the backend. after the file was deleted successfully the scheduler kicked off. also removed the fillist from the frontend and it still seemed to work OK. when it got the event from the backend, it reloaded like it should and the recording disappeared. now just need to get the font change working. |
00:14 | --- | <<-- Geckofiend [~donavan@sdn-ap-015ilchicP0479.dialsprint.net] has quit (Read error: 60 (Operation timed out)) |
00:21 | | * Captain_Murd kicks himself when he realizes it is changing the font color, it's just that the inactive font is just a lighter shade, not a different color on the theme he's using. |
00:22 | dopester | heh |
00:29 | --- | <<-- GreenGhost [~greenghos@BV1-24.217.74.237.charter-stl.com] has quit ("Leaving") |
00:30 | --- | ---> flux_ [~flux@64.26.156.197] has joined #mythtv |
01:00 | Chutt | the power went out here earlier |
01:00 | Chutt | just got back to turning my main mythtv box back on, and the keyboard's not working :( |
01:06 | --- | <<-- flux_ [~flux@64.26.156.197] has quit (Remote closed the connection) |
01:10 | Chutt | hrmph |
01:10 | Chutt | reboot fixed it |
01:10 | Chutt | stupid usb crap |
01:11 | Chutt | dopester, still here? |
01:13 | --- | <<-- cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has quit (Remote closed the connection) |
01:24 | --- | ---> nfsv4 [~Nope@c68.115.101.55.roc.mn.charter.com] has joined #mythtv |
01:30 | Captain_Murdo | | Chutt, just committed that inactive font change along with the fillList() and signalChange mods. don't know if you saw the commit log yet, but I put in a mutex for sequentializing the delete threads. this way it doesn't hit the DB or filesystem too hard if you delete multiple recordings at the same time. sound OK to you? |
01:35 | Chutt | yeah, fine with me |
01:35 | Chutt | probably a good thing |
01:36 | Captain_Murdo | | probably causing errors on some people's underpowered systems while recording and would probably slow down the reload of the recordings list on everyone's if it was hammering the DB. |
01:36 | Chutt | yup |
01:37 | Chutt | apply a few more patches |
01:37 | Chutt | fix a couple redraw bugs i introduced |
01:37 | Chutt | then test =) |
01:42 | Chutt | oh yeah, and try and figure out why mythmusic isn't drawing properly |
01:42 | Beirdo | is the delay when deleting a show a known issue? |
01:42 | Captain_Murdo | | ordered an air2pc card this afternoon, now I need to get a faster computer so I can hook it up to my projector and watch some stuff in hdtv. :) |
01:43 | Captain_Murdo | | Beirdo, what delay? :) yeah, known and a "fix" is in CVS. read my recent posts on the -dev list or the -commit log for the commit I just did. |
01:43 | Beirdo | Ah, you *just* fixed it? :) |
01:44 | Beirdo | Cool. I can put up with it, but I'm sure many people woulda bitched. |
01:44 | Captain_Murdo | | it's not really a delay, it's just that the show doesn't disappear from the DB now until the file is successfully deleted. so you won't have your whole DB wiped out if your /video partition didn't mount for some reason. |
01:44 | Beirdo | I plan on using CVS anyways |
01:45 | Captain_Murdo | | it used to remove the recorded table entry right away even before checking if the file existed. |
01:45 | Beirdo | OK. when I tell it to delete a show, it goes back to the selection menu as if it had done it, but the show doesn't disappear for like 10s |
01:45 | Captain_Murdo | | yeah. |
01:46 | Beirdo | OK, so we are talking about the same thing, good :) |
01:46 | Captain_Murdo | | now it will change color |
01:46 | Beirdo | nice |
01:46 | Beirdo | while it's being deleted? |
01:46 | Captain_Murdo | | change font actually and depends on what the theme does whether it changes color or not. |
01:46 | Beirdo | nice touch |
01:46 | Captain_Murdo | | yeah, then when it's actually gone from the DB and filesystem, it goes away from the screen. |
01:47 | Beirdo | cool. Glad that was dealt with before release :) |
01:47 | Beirdo | I'll update again tomorrow morning, I think |
01:48 | Captain_Murdo | | yeah, color might still be confusing to some people, but they'll learn. now you can browse while it deletes. I went in and started another playback tonight even before the one I just watched and deleted had disappeared from the screen. :) |
01:49 | Beirdo | they'll learn :) |
01:49 | Beirdo | better than no change at all and people freaking as the shows aren't deleting |
01:50 | Captain_Murdo | | could maybe add a "[Deleting]" before the title or something if it made sense but don't want to put in new translation strings this late in the game. |
01:50 | Beirdo | for sure |
01:51 | Captain_Murdo | | should be more responsive now after my commit since it's only loading the recordings list once instead of twice as it used to after a delete. |
01:51 | Beirdo | cool |
01:53 | | * Captain_Murd run's "make install" for latest CVS modules on his production boxes |
01:54 | | * Beirdo scratches his head and wonders why ffmpeg is ignoring his bitrate settings. |
01:54 | Beirdo | making this nuvexport overhaul a pain |
01:54 | Chutt | it doesn't like you, obviously |
01:54 | Beirdo | obviously not :) |
01:54 | Beirdo | the feeling is becoming mutual |
02:04 | Chutt | heh |
02:04 | Chutt | 5-6 second round trip time for list email |
02:04 | Chutt | not bad. |
02:04 | Beirdo | nice |
02:20 | --- | <<-- hadees [~hadees@hadees.sustaining.supporter.pdpc] has quit (Read error: 104 (Connection reset by peer)) |
02:20 | --- | ---> hadees [~hadees@cs7011320-102.austin.rr.com] has joined #mythtv |
02:26 | --- | <<-- nfsv4 [~Nope@c68.115.101.55.roc.mn.charter.com] has quit ("Leaving") |
02:28 | --- | <<-- duckeo [ken@203-217-23-180.dyn.iinet.net.au] has quit (Read error: 104 (Connection reset by peer)) |
02:42 | Chutt | hrm |
02:42 | Chutt | somehow the base font stuff's broken |
02:43 | Chutt | funky. |
02:48 | --- | <<-- NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has quit ("Client exiting") |
02:56 | Chutt | oh, duh |
02:56 | Chutt | it's broken because the testing programs (mythepg, mythtv) don't load theme.xml |
03:08 | Captain_Murdo | | cool, ordered the air2pc and now sold my unused 250 card to help pay for it. talked with my wife earlier today and explained the broadcast flag and told her I was ordering the air2pc card. after hearing about the flag, she was like "maybe we should get a spare in case the first card ever dies" :) |
03:10 | Beirdo | nice :) |
03:11 | Beirdo | OK, nuvexport patch done. yay |
03:15 | Chutt | stupid accidental distcleans |
03:15 | Chutt | captain_murdoch, the broadcast flag applies more to the software, really. |
03:17 | --- | ---> hemang [~hemang@dialpool-210-214-237-23.maa.sify.net] has joined #mythtv |
03:18 | --- | <--- hemang [~hemang@dialpool-210-214-237-23.maa.sify.net] has left #mythtv ("Leaving") |
03:25 | Captain_Murdo | | yeah, I just thought it was neat that she said "maybe we should get a spare." means she understands it good enough. |
03:27 | Chutt | =) |
03:29 | Captain_Murdo | | do you know if it is safe to call removeListener inside CustomEvent. for instance when I don't want to get any more events. |
03:33 | Chutt | i _think_ it is |
03:33 | Chutt | where are you doing that, though? |
03:34 | Captain_Murdo | | trying to add the ability for commercial flagging to startup immediately after a recording starts so that flagging will be done right after the recording ends. the flagger will stay about 1000 frames behind the recorder and I was setting up a CustomEvent to receive the DONE_RECORDING message. |
03:35 | Captain_Murdo | | so the flagger knows when it can finish and doesn't need to stay behind anymore. I have a flag so I know when I need to process things inside the event but i was curious if I could just stop getting them by removing the listener once I got the event I wanted. |
03:36 | Chutt | i'd just ignore em after that |
03:36 | Chutt | instead of removing yourself from the queue |
03:36 | Captain_Murdo | | no biggie, just was curious. once I receive the event I need, I set a flag and ignroe them anyway. |
03:36 | Captain_Murdo | | ok, will do. |
03:36 | Captain_Murdo | | thanks. |
03:38 | Captain_Murdo | | better hit the sack before my wife changes her mind about that 2nd card. :) |
03:39 | Captain_Murdo | | code compiled, will test what I've got so far tomorrow |
03:39 | Chutt | heh |
03:40 | Chutt | i'm fixing a bug :( |
03:40 | Chutt | no sleep until then |
03:40 | --- | User: *** fman is now known as fmanZzzz |
03:44 | Chutt | heh |
03:44 | Chutt | and just as i say that, i get it fixed. |
04:08 | --- | <<-- G-funk [~hatlevip@dsl-152-134.resnet.purdue.edu] has quit ("Leaving") |
04:29 | --- | ---> LLyric [~simon@winax22-225.dialup.optusnet.com.au] has joined #mythtv |
04:51 | --- | ---> choenig [~choenig@p509267F3.dip.t-dialin.net] has joined #mythtv |
04:52 | --- | ---> KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has joined #mythtv |
05:08 | --- | ---> beavis [~beavis@p50817463.dip0.t-ipconnect.de] has joined #mythtv |
05:16 | --- | ---> Russ [user@ip24-56-25-131.ph.ph.cox.net] has joined #mythtv |
05:18 | --- | <--- Russ [user@ip24-56-25-131.ph.ph.cox.net] has left #mythtv ("I like core dumps") |
05:48 | --- | ---> johnp [~jmp@82-69-87-196.dsl.in-addr.zen.co.uk] has joined #mythtv |
05:54 | --- | <<-- LLyric [~simon@winax22-225.dialup.optusnet.com.au] has quit ("Leaving") |
06:30 | --- | User: *** splAt1 is now known as splat1 |
07:21 | --- | ---> ahbritto [~ahbritto@adsl-64-161-117-108.dsl.snfc21.pacbell.net] has joined #mythtv |
07:22 | stoffel_ | Chutt: i'll send another update to the german translations to the -dev list in a couple of hours. please apply as o_cee isn't around. |
07:26 | johnp | Chutt, I've rewritten scanwiz not to use setVisible, using the TriggeredConfigurationGroup as I believe you suggested. Thanks for the suggestion/instruction :) I haven't seen your comments (maybe that was a lucky break on my part). Anyway, I'll pass it on to dopster and then on to you. The only files affected for this part are scanwiz so that should be nice and localised. |
07:28 | --- | ---> l1nux [~l1nux@lns-vlq-6-tou-82-65-8-189.adsl.proxad.net] has joined #mythtv |
07:29 | l1nux | hi |
07:30 | l1nux | what mythtv version work with "DVB/ATSC Patches" ? |
07:30 | johnp | the patches are in CVS |
07:30 | l1nux | http://www.digitalregime.com/mythdvb/ |
07:31 | stoffel_ | l1nux: wait for the 0.17 release sunday night |
07:32 | l1nux | stoffel_ the 0.17 support DVB scan... ? |
07:32 | l1nux | like mythdvb |
07:32 | stoffel_ | l1nux: i don't know, but it contains a major update to the dvb codebase |
07:32 | johnp | yes it's in |
07:33 | --- | <<-- orion2012 [~orion@cs666983-49.satx.rr.com] has quit (Read error: 110 (Connection timed out)) |
07:33 | l1nux | ok, Thanx stoffel_, johnp :) |
07:33 | stoffel_ | http://www.mythtv.info has more on all the changes in 0.17, l1nux |
07:33 | --- | ---> orion2012 [~orion@cs666983-49.satx.rr.com] has joined #mythtv |
07:34 | --- | <<-- ahbritto [~ahbritto@adsl-64-161-117-108.dsl.snfc21.pacbell.net] has quit (Client Quit) |
07:34 | l1nux | ok |
08:05 | --- | <<-- Netslayer [~chris@c-24-126-202-231.we.client2.attbi.com] has quit (Remote closed the connection) |
08:28 | --- | ---> duckeo [ken@203-217-23-180.dyn.iinet.net.au] has joined #mythtv |
08:28 | --- | <<-- choenig [~choenig@p509267F3.dip.t-dialin.net] has quit ("wuuuusch...") |
08:29 | --- | ---> KaZeR [~kazer@71.204.98-84.rev.gaoland.net] has joined #mythtv |
08:30 | --- | ---> choenig [~choenig@p509267F3.dip.t-dialin.net] has joined #mythtv |
08:43 | --- | <<-- KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has quit (Read error: 104 (Connection reset by peer)) |
09:08 | --- | ---> goodie [~goodie@55.80-202-61.nextgentel.com] has joined #mythtv |
09:32 | stoffel_ | anyone here to quickly commit a patch for the new smartplaylist feature? it adds a few new translation strings |
09:39 | --- | ---> jvs [~jvs@L1307P28.dipool.highway.telekom.at] has joined #mythtv |
09:39 | stoffel_ | noone? i'll send it to the -dev list then |
09:40 | jvs | good morning |
09:40 | jvs | anybody here is using a g400 for mythtv? |
09:40 | stoffel_ | it's almost 16:00 ;) but good morning to you. |
09:40 | | * stoffel_ points at the topic |
09:40 | jvs | ahh, damnit |
09:40 | stoffel_ | np |
09:40 | jvs | keep forgetting it |
09:40 | jvs | :) |
09:41 | jvs | almost 16:00? |
09:41 | stoffel_ | aren't you from austria? |
09:41 | jvs | you must be in the same time zone then :) |
09:41 | jvs | sure I am |
09:42 | jvs | you? germany? |
09:58 | --- | ---> Anduin_ [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has joined #mythtv |
09:59 | --- | <<-- Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has quit (Nick collision from services.) |
09:59 | --- | User: *** Anduin_ is now known as Anduin |
10:14 | Snow-Man | Lists working well? :) |
10:15 | Captain_Murdo | | seem to be. I think Chutt said he was seeing about a 5-minute rount-trip time when sending his test messages. |
10:15 | --- | <<-- rkulagow_ [~rkulagow_@c-67-167-67-120.client.comcast.net] has quit (Read error: 110 (Connection timed out)) |
10:15 | Captain_Murdo | | course that was at 2-3am. :) |
10:16 | Snow-Man | 5 minutes? |
10:16 | Captain_Murdo | | I think so.. |
10:16 | Captain_Murdo | | sorry, 5-6 seconds. :) |
10:16 | Snow-Man | :) |
10:17 | Captain_Murdo | | [02:04:09] <Chutt> heh |
10:17 | Captain_Murdo | | [02:04:15] <Chutt> 5-6 second round trip time for list email |
10:17 | Captain_Murdo | | [02:04:16] <Chutt> not bad. |
10:17 | Snow-Man | Can you check the turnaround on the last message to -dev? |
10:17 | Snow-Man | message-id=<200 |
10:17 | Snow-Man | 50206151203.GA12428@asterix> |
10:17 | stoffel_ | hey, that's mine ;) |
10:17 | stoffel_ | don't mess with it, please |
10:17 | Snow-Man | stoffel_: How long did it take to get back to you? |
10:17 | stoffel_ | i just sent it, and only receive mail every 30min |
10:17 | mikegrb | iptables -A INPUT -s 82.80.252.0/24 -j DROP to drop entire network, right? |
10:17 | Snow-Man | stoffel_: oh, bah. |
10:18 | mikegrb | way off topic but um time critical if you get what I mean |
10:18 | Snow-Man | mikegrb: yes, but not the place to ask. |
10:18 | Anduin | The lists (dev at least) work very well |
10:18 | Snow-Man | Anduin: Excellent. :) |
10:18 | Snow-Man | Gotta go |
10:23 | --- | <<-- dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has quit (Remote closed the connection) |
10:27 | --- | ---> dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has joined #mythtv |
10:33 | dopester | yeah more devs are getting linuxtv dvb cards.. |
10:34 | Captain_Murdo | | just see my message from earlier? |
10:34 | dopester | about your wife saying "get 2"? |
10:34 | Captain_Murdo | | :) yeah. |
10:34 | Captain_Murdo | | ordered 1, will make sure I can actually receive something before ordering another. |
10:35 | dopester | thats cool.. im gonna probbably have 3 of em in the end myself. |
10:36 | --- | ---> GRiD [~weyrick@66-234-35-7.nyc.cable.nyct.net] has joined #mythtv |
10:36 | Captain_Murdo | | a lot of times we have 2 shows recording that are on local stations so at least 2 would be nice if I can receive. |
10:39 | l1nux | what the "video source" choice needed for dvb card, in mythtv setup ? |
10:42 | --- | <<-- dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has quit (Remote closed the connection) |
10:43 | --- | ---> johnp_ [~jmp@82-69-87-196.dsl.in-addr.zen.co.uk] has joined #mythtv |
10:43 | l1nux | because i dont have tv_grab_dvb... ! |
10:44 | --- | ---> ExElNeT [~exelnet@pD9E76D3C.dip.t-dialin.net] has joined #mythtv |
10:46 | --- | ---> dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has joined #mythtv |
10:47 | --- | <<-- nulltank [~nullman@c-66-41-110-140.mn.client2.attbi.com] has quit (Remote closed the connection) |
11:00 | --- | <<-- jvs [~jvs@L1307P28.dipool.highway.telekom.at] has quit ("If it lives, compile it! :)") |
11:32 | gfiend | chutt: Shouldn't ThemedMenuPrivate::ReloadTheme call MythContext::LoadQtConfig? |
11:34 | --- | User: *** gfiend is now known as Geckofiend |
11:40 | --- | <<-- Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has quit (Read error: 104 (Connection reset by peer)) |
11:41 | --- | ---> Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has joined #mythtv |
11:41 | --- | <<-- Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has quit (Read error: 54 (Connection reset by peer)) |
11:41 | --- | ---> Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has joined #mythtv |
11:46 | --- | User: *** stoffel_ is now known as stoffel |
11:46 | l1nux | i have problem with mythtv cvs (ERROR - Failed to get channel options for channel 3) |
11:47 | stoffel | l1nux: /topic please |
11:47 | Anduin | Always when you say something good about the mail lists, they break. |
11:48 | l1nux | ok |
11:48 | Chutt | anduin, they broke? |
11:48 | Anduin | Chutt - well, "not as fast" |
11:49 | Chutt | i just sent something :p |
11:49 | Chutt | took 6 seconds to get back to me |
11:49 | Chutt | captain_murdoch, you really need to make it disable actions on an item if a delete is pending |
11:50 | --- | ---> nulltank [~nullman@c-66-41-110-140.mn.client2.attbi.com] has joined #mythtv |
11:50 | --- | <<-- dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has quit (Remote closed the connection) |
11:50 | Chutt | which shouldn't be difficult |
11:50 | Anduin | Chutt - yeah, I just checked that on the message you sent, so not broken for all |
11:51 | Chutt | you sent something new to the dev list? |
11:51 | Anduin | Chutt - a reply to Chris' reply |
11:51 | Anduin | I'm looking locally |
11:51 | Chutt | not showing up in mailman's archive, either |
11:51 | dopester | chutt im compiling up new code with triggered stuff |
11:53 | Chutt | cool. |
11:53 | Chutt | thanks =) |
11:53 | johnp_ | no probs |
11:53 | dopester | yeah i'll let you know in about 16 years when my pos box finishes compiling ;) |
11:53 | Chutt | heh |
11:53 | Chutt | i accidently did a distclean last night just before i fixed that stupid video disappearing in the epg bug |
11:53 | Chutt | so it took a while to verify it was fixed :( |
11:53 | dopester | you using an amd1800+ right? |
11:53 | Chutt | yup |
11:53 | Chutt | about a half hour for a full compile |
11:54 | dopester | yeah the we have the same pain |
11:54 | --- | ---> dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has joined #mythtv |
11:54 | Chutt | i should distcc it off to another box or two |
11:54 | dopester | as should i i got about 5 boxes siting idle right now |
11:54 | Chutt | anduin, local error? |
11:55 | Anduin | Chutt - yup, I have the number of connections set reasonably low on my outgoing box, sometimes spammers take them all and things take longer (though not often enough for me to assume that is the problem by default apparently) |
11:56 | Chutt | heh |
11:57 | Chutt | anyway, gotta clean up this place |
11:57 | Geckofiend | btw chutt. I'm playing around with sidescreen stuff for shits and grins... looks like it can all be contained in mythcontextprivate as long as it's ok to call the loadqtlook from reloadtheme. |
11:58 | Chutt | i _thought_ that was called separately |
11:58 | Geckofiend | I'm really just curious how much bang we get out of widescreen mode vs stretching the theme |
11:58 | Chutt | and didn't need to be in reloadtheme |
11:58 | Geckofiend | I'll take another look, I thought it was only called like once |
11:58 | Chutt | it's in programs/mythfrontend/main.cpp |
11:59 | Chutt | gContext->LoadQtConfig(); |
11:59 | Chutt | gContext->GetMainWindow()->Init(); |
11:59 | Chutt | gContext->UpdateImageCache(); |
11:59 | Chutt | menu->ReloadTheme(); |
11:59 | Chutt | =) |
11:59 | Chutt | feel free to change that around, though |
11:59 | Chutt | just, ah, not before 0.17 |
11:59 | Geckofiend | right, but it's not called after a theme change that I saw |
11:59 | Chutt | that's the theme change logic |
12:00 | Chutt | called after every exit from the appearance page |
12:00 | Geckofiend | heh yeah it is. completly missed it |
12:00 | Chutt | dopester, tom hughes msg to the -dev list =) |
12:00 | Chutt | ah, i like the new speedy lists |
12:01 | dopester | let me see |
12:01 | Chutt | the videosource thing for newly added channels |
12:01 | | * Geckofiend goes off to update the release notes again |
12:01 | dopester | eek.. |
12:02 | Chutt | the easy way 'round that might be to make the user re-run setup to add channels |
12:02 | beavis | o_cee, could you commit the L10ns for mythphone? |
12:02 | Chutt | beavis, figure out why that x11 stuff's not working? |
12:03 | --- | ---> spellbinder [~loco@217-162-246-105.dclient.hispeed.ch] has joined #mythtv |
12:03 | Beirdo | Geckofiend: any plans to change Titivillus to use a separate color for shows that are being deleted? Captain_Murdoch recently put in the code for that, but Titivillus doesn't seem to do anything with it |
12:05 | beavis | Chutt, there was some old stuff in my debian/ dir i think, after a cvs-clean it was working again |
12:06 | --- | ---> gfiend [~donavan@sdn-ap-016ilchicP0055.dialsprint.net] has joined #mythtv |
12:06 | Chutt | ok |
12:09 | --- | ---> cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has joined #mythtv |
12:14 | dopester | chutt: got a fix for that.. simple actually.. |
12:14 | --- | <<-- Geckofiend [~donavan@sdn-ap-013ilchicP0503.dialsprint.net] has quit (Read error: 60 (Operation timed out)) |
12:14 | --- | <<-- CanadaBoy [~none@ip142177177167.mpoweredpc.net] has quit () |
12:14 | gfiend | Beirdo odd yeah I'll look into it |
12:14 | --- | User: *** gfiend is now known as Geckofiend |
12:15 | Geckofiend | chutt: ETA on .17? need to know how much time I have to make the rel notes pretty |
12:15 | Beirdo | cool. :) |
12:15 | Chutt | lateish tonight |
12:15 | dopester | the superbowl version? :) |
12:15 | Chutt | post |
12:15 | Chutt | faar post |
12:16 | Chutt | stuff looks fairly good |
12:16 | Chutt | i'll try and fix that redraw bug |
12:16 | Chutt | in mythmusic, but aside from that.. |
12:16 | Chutt | oh, maybe write a check for exif support |
12:18 | stoffel | - merge all the translation patches |
12:22 | --- | ---> derekr [~derek@derekr.silver.supporter.pdpc] has joined #mythtv |
12:23 | --- | ---> Baylink [~jra@cgi.jachomes.com] has joined #mythtv |
12:32 | --- | ---> jcharles35 [~jcharles@lns-vlq-25-ren-82-254-146-108.adsl.proxad.net] has joined #mythtv |
12:39 | Beirdo | Jeez, Cardoe is being a lameass again. |
12:39 | stoffel | Beirdo: Petze! ;) |
12:40 | Beirdo | now he has a problem with CVS and refuses to report it. |
12:40 | Beirdo | "I'll just use 20050115". Nice |
12:40 | stoffel | or tattletale for you english-speaking guys ;) |
12:41 | | * derekr prefers engrish |
12:41 | --- | <<-- johnp_ [~jmp@82-69-87-196.dsl.in-addr.zen.co.uk] has quit (Read error: 60 (Operation timed out)) |
12:41 | stoffel | but i agree with Beirdo |
12:41 | Beirdo | heh |
12:42 | Geckofiend | ok... patchs notes up to date again AFAIK. |
12:44 | --- | User: *** fmanZzzz is now known as fman |
12:49 | --- | <--- l1nux [~l1nux@lns-vlq-6-tou-82-65-8-189.adsl.proxad.net] has left #mythtv ("Leaving") |
12:52 | --- | ---> wswanson [~wswanson@ip68-104-218-38.ph.ph.cox.net] has joined #mythtv |
12:56 | --- | ---> Icks [~edolson30@c-24-20-107-148.client.comcast.net] has joined #mythtv |
12:57 | --- | ---> dr_willis [~willis@12-202-192-44.client.insightBB.com] has joined #MythTV |
13:00 | --- | ---> KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has joined #mythtv |
13:05 | dopester | chutt: http://www.digitalregime.com/patches/atsc_scanner_triggered_changes_helptext_newchannl.patch |
13:05 | dopester | try #2 |
13:06 | dopester | including fix for the SourceID post an hour ago |
13:07 | Geckofiend | hehe yeah there's a TON of space to be put to use if we don't stretch for wide screens: http://www.jdonavan.net/wide-mode.jpg |
13:07 | Chutt | yup |
13:07 | stoffel | luckily i didn't even start translating all those DVB related strings yet |
13:07 | Chutt | dopester, looks good |
13:07 | Chutt | does it work just as well? :p |
13:08 | dopester | yes |
13:08 | --- | ---> sphing [~sphing@64-238-183-231.hdlk.apt.gru.net] has joined #mythtv |
13:09 | Chutt | allrighty |
13:09 | Chutt | it's in my local tree |
13:09 | johnp | thank goodness :) |
13:09 | Chutt | compiling it, then committing it |
13:10 | | * dopester wipes the sweat from his forehead |
13:11 | Chutt | you could have created the children of those panes in that same function |
13:11 | Chutt | to reduce the duplicates, but, this works |
13:12 | --- | <<-- nulltank [~nullman@c-66-41-110-140.mn.client2.attbi.com] has quit (Remote closed the connection) |
13:12 | Chutt | heh |
13:12 | johnp | hmm you're right I'll fix it post 0.17 |
13:12 | Chutt | and, er |
13:12 | Chutt | how's it connecting all those slots? |
13:13 | Chutt | oh, nevermind |
13:13 | Chutt | you're passing in the parent of the parent |
13:13 | johnp | yes |
13:13 | johnp | bad naming |
13:15 | Chutt | there, in cvs. |
13:15 | johnp | thankyou |
13:15 | dopester | so whos Kaiser Soze? :) |
13:16 | johnp | I'll tidy stuff up post 0.17 |
13:22 | --- | ---> nulltank [~nullman@c-66-41-110-140.mn.client2.attbi.com] has joined #mythtv |
13:23 | --- | ---> ahbritto [~ahbritto@adsl-64-161-117-108.dsl.snfc21.pacbell.net] has joined #mythtv |
13:23 | dr_willis | Hmm. Would MythTV be able to use my 'creative labs Audigy' remote controll to controll it? |
13:23 | dr_willis | assuming i can find that remote. :P |
13:23 | Chutt | topic, please. |
13:24 | dr_willis | heh wrong channel - sorry. |
13:25 | --- | <--- dr_willis [~willis@12-202-192-44.client.insightBB.com] has left #MythTV ("Leaving") |
13:32 | Chutt | there, all patches applied |
13:36 | Beirdo | So it seems when I tell it to skip near the end of the show, it misses the end of the show, times out for like 20s, then goes back to the Watch Recordings screen |
13:37 | Beirdo | it's like the last commercial break extends to the end of the show (at least that's how it acts) |
13:38 | beavis | Chutt, could you apply my patch with the i18n dir to mythphone? |
13:39 | Chutt | oh, oops |
13:41 | beavis | thanks |
13:41 | --- | ---> Toothpick [~mythtv@pcp01993813pcs.plsntv01.nj.comcast.net] has joined #mythtv |
13:41 | Toothpick | Please point me to the faq for debian...can't get any channels...sound and video are working on only one channel at the moment... |
13:42 | Beirdo | Toothpick: clearly a user support issue, see the topic |
13:42 | Toothpick | ty |
13:43 | --- | ---> lotia [~lotia@pcp05302512pcs.wanarb01.mi.comcast.net] has joined #mythtv |
13:46 | beavis | btw, how do I make a patch with a whole new dir? |
13:49 | --- | ---> km-nick [~km-nick@84.12.64.113] has joined #mythtv |
13:50 | --- | <--- ExElNeT [~exelnet@pD9E76D3C.dip.t-dialin.net] has left #mythtv () |
13:50 | --- | ---> ExElNeT [~exelnet@pD9E76D3C.dip.t-dialin.net] has joined #mythtv |
13:50 | --- | <--- ExElNeT [~exelnet@pD9E76D3C.dip.t-dialin.net] has left #mythtv () |
13:51 | Chutt | beavis, your stuff's not really right. |
13:51 | Chutt | it wouldn't get installed |
13:51 | beavis | why not? |
13:52 | Chutt | because you didn't add it to the top level .pro file? |
13:53 | beavis | I'm quite new at this qt translating stuff, but I was able to see my translations in the phone plugin |
13:53 | beavis | ok but I really didn't change anything in settings.pro |
13:53 | Chutt | probably because you did a make install in that i18n director |
13:54 | beavis | possible |
13:54 | beavis | is it fixable? |
13:54 | Chutt | sure |
13:54 | Chutt | just copy the other plugins |
13:56 | beavis | so should I send you now a mythphone.pro? |
13:57 | Chutt | and the rest of the stuff from the i18n directory that you didn't include |
13:58 | beavis | qm? |
13:58 | Chutt | no, the dummy.c stuff |
13:59 | --- | <<-- Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has quit (Read error: 60 (Operation timed out)) |
13:59 | Chutt | but i'll be back later. |
13:59 | --- | <<-- nulltank [~nullman@c-66-41-110-140.mn.client2.attbi.com] has quit (Remote closed the connection) |
14:00 | --- | ---> dem [~dem@d14-69-181-59.try.wideopenwest.com] has joined #mythtv |
14:00 | dem | hi |
14:00 | dem | quick q? how would i go about setting up myth to stream real or mms streamers (i know mplayer and xine can play em)? |
14:01 | --- | <<-- orion2012 [~orion@cs666983-49.satx.rr.com] has quit (Remote closed the connection) |
14:02 | | * Beirdo quickly points dem at the topic |
14:03 | --- | ---> nulltank [~nullman@c-66-41-110-140.mn.client2.attbi.com] has joined #mythtv |
14:03 | --- | <<-- lotia [~lotia@pcp05302512pcs.wanarb01.mi.comcast.net] has quit ("Leaving") |
14:05 | --- | ---> Torq [~Torq@cpc3-cmbg9-5-0-cust203.cmbg.cable.ntl.com] has joined #mythtv |
14:10 | --- | <<-- sphing [~sphing@64-238-183-231.hdlk.apt.gru.net] has quit (Read error: 110 (Connection timed out)) |
14:14 | dem | poop |
14:14 | stoffel | Chutt: for mythphone, shouldn't CONFIG += debug be commented out instead of CONFIG += release? |
14:18 | --- | <<-- ahbritto [~ahbritto@adsl-64-161-117-108.dsl.snfc21.pacbell.net] has quit (Client Quit) |
14:23 | --- | ---> tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has joined #mythtv |
14:25 | --- | <<-- jcharles35 [~jcharles@lns-vlq-25-ren-82-254-146-108.adsl.proxad.net] has quit ("using sirc version 2.211+KSIRC/1.3.10") |
14:26 | --- | ---> sphing [~sphing@64-238-183-231.hdlk.apt.gru.net] has joined #mythtv |
14:26 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit (Remote closed the connection) |
14:29 | --- | ---> dagar2 [~dagar@dagar.tor.istop.com] has joined #mythtv |
14:40 | stoffel | ups, view-cvs just through an exception on me |
14:41 | stoffel | 'UnknownReference: current_root' |
14:44 | dopester | lord mythmusic takes forever to scan |
14:44 | Chutt | only if you have lots of mp3s |
14:44 | dopester | 15 gigs |
14:44 | dopester | took baout 30-45 minutes |
14:45 | dopester | i guess its cause they are nfs mounted? |
14:45 | Chutt | that, and it's getting the track length for them |
14:45 | stoffel | dopester: i can beat that :P |
14:45 | Chutt | oggs/flacs/etc are pretty much instantaneous |
14:45 | dopester | how does getting the tracklength take so long? |
14:46 | dopester | can't it jump to the end of the file and look at the PTS? |
14:46 | Chutt | pts? |
14:46 | Chutt | in a mp3? |
14:46 | dopester | program time code |
14:46 | Chutt | no such thing :p |
14:46 | dopester | i dunno if its in an mp3 just a question |
14:46 | dopester | oh well.. could be worse |
14:46 | dopester | guess i'll ahve to get gigabit here or convert it all to ogg.. heh |
14:47 | Beirdo | I vote for both :) |
14:47 | dopester | too bad my ipod dont play oggs |
14:47 | Beirdo | I hear ya there |
14:49 | dopester | oh well.. at least it finished :) |
14:51 | stoffel | my iRiver plays them just fine :) |
14:53 | dopester | well i got an ipod and im not replacing it |
14:53 | dopester | cost too damn much |
14:53 | --- | <<-- Toothpick [~mythtv@pcp01993813pcs.plsntv01.nj.comcast.net] has quit (Remote closed the connection) |
14:56 | --- | ---> Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has joined #mythtv |
15:01 | --- | <<-- tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has quit (Remote closed the connection) |
15:05 | Anduin | That last checking to settings.pro enables xvmc |
15:05 | Beirdo | _rkulagow_: any plans to mention in the docs that we should be using 100DPI for X? I don't recall seeing it in there, and with the updated themes, it's pretty important |
15:07 | Chutt | anduin, fixed |
15:13 | --- | <<-- dem [~dem@d14-69-181-59.try.wideopenwest.com] has quit (Read error: 104 (Connection reset by peer)) |
15:14 | beavis | Chutt, it still doesn't include the localizations to the installation, I've created everything like it's done in another plugins |
15:14 | Chutt | then you missed something |
15:14 | beavis | should be configure be changed too? (It's the only plugin with a configure file) |
15:15 | beavis | -be |
15:15 | Chutt | nope |
15:15 | Chutt | and it's certainly not the only plugin with a configure |
15:15 | Chutt | mythmusic, mythgallery, etc all have them |
15:18 | --- | ---> Netslayer [~chris@c-24-126-202-231.we.client2.attbi.com] has joined #mythtv |
15:18 | --- | ---> Baylink [~jra@cgi.jachomes.com] has joined #mythtv |
15:24 | beavis | qmake doesn't create "install_trans: all" in the i18n/Makefile. install and uninstall stay empty. Any idea? |
15:25 | Chutt | your i18n.pro file isn't right, probably. |
15:27 | beavis | it's a copy of another one (with the changed plugin name of course). hm |
15:33 | --- | ---> orion2012 [~orion@cs666983-49.satx.rr.com] has joined #mythtv |
15:35 | Geckofiend | so... what do folks think of: http://www.jdonavan.net/wide-mode2.jpg ? |
15:35 | --- | <<-- dagar2 [~dagar@dagar.tor.istop.com] has quit ("Leaving") |
15:37 | beavis | what's about the qm files? are they created automatically? |
15:39 | onyxsoft_ | Geckofiend: very nice |
15:39 | beavis | ok, with the qm file in i18n it works now, sorry for the stupid qestions |
15:41 | laga | Geckofiend: teh spiff, |
15:45 | --- | ---> rkulagow_ [~rkulagow_@c-67-167-67-120.client.comcast.net] has joined #mythtv |
15:45 | dopester | rkulagow_: you get what you need for dvb setup you think, or do you need some more text? |
15:46 | rkulagow_ | whatever you can send would be good. without direct experience (i won't get the card until monday) i can't really put too much together. |
15:46 | dopester | k |
15:46 | rkulagow_ | first things first. what's the minimum kernel. 2.6.10? |
15:47 | rkulagow_ | are there any other patches that go in on top? |
15:47 | --- | <<-- orion2012 [~orion@cs666983-49.satx.rr.com] has quit (Remote closed the connection) |
15:47 | rkulagow_ | stuff like that. |
15:48 | rkulagow_ | dopester: you seen this? http://www.rsmas.miami.edu/personal/angel/mythtv/air2pc-howto.html |
15:48 | dopester | yep. helped him a good deal over email |
15:50 | --- | ---> orion2012 [~orion@cs666983-49.satx.rr.com] has joined #mythtv |
15:51 | rkulagow_ | there's a thread over in -users, "Re: [mythtv-users] Air2pc / Air2LAN"; "tom dombrosky" can't figure out how to add unencrypted cable channels. |
15:51 | rkulagow_ | if there's some "trick", then that might be stuff you may want to put together. |
15:54 | dopester | hrmm.. update to cvs and patch the driver.. |
16:01 | --- | <<-- sphing [~sphing@64-238-183-231.hdlk.apt.gru.net] has quit (Read error: 110 (Connection timed out)) |
16:02 | --- | ---> sphing [~sphing@64-238-183-231.hdlk.apt.gru.net] has joined #mythtv |
16:04 | --- | ---> ExElNeT [~exelnet@pD95D098D.dip.t-dialin.net] has joined #mythtv |
16:05 | --- | <<-- drd [~cooter@12-220-25-191.client.insightBB.com] has quit (Remote closed the connection) |
16:05 | --- | <--- ExElNeT [~exelnet@pD95D098D.dip.t-dialin.net] has left #mythtv () |
16:09 | johnnyST | hi |
16:14 | --- | <<-- fman [~blah@203-79-119-214.cable.paradise.net.nz] has quit ("Leaving") |
16:27 | --- | ---> ExElNeT [~exelnet@pD95D098D.dip.t-dialin.net] has joined #mythtv |
16:30 | Captain_Murdo | | Chutt, you around? |
16:33 | --- | ---> beablis [~beavis@p50817463.dip0.t-ipconnect.de] has joined #mythtv |
16:35 | --- | <<-- goodie [~goodie@55.80-202-61.nextgentel.com] has quit ("Leaving") |
16:39 | --- | <--- ExElNeT [~exelnet@pD95D098D.dip.t-dialin.net] has left #mythtv () |
16:40 | --- | ---> vagrant__ [~vagrant_@r03rcbw62.desktop.umr.edu] has joined #mythtv |
16:40 | --- | <<-- KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has quit (Read error: 54 (Connection reset by peer)) |
16:41 | --- | User: *** Hamstaman_ is now known as Hamstaman |
16:41 | --- | <<-- beavis [~beavis@p50817463.dip0.t-ipconnect.de] has quit (Read error: 113 (No route to host)) |
16:42 | --- | User: *** beablis is now known as beavis |
16:51 | Captain_Murdo | | Anduin, you around? |
16:52 | --- | ---> xadium [~xadium@cpc3-duns3-5-0-cust243.lutn.cable.ntl.com] has joined #mythtv |
17:03 | --- | ---> xris [~xris@xris.forevermore.net] has joined #mythtv |
17:03 | xris | ok, I'm done with everything major for mythweb. |
17:04 | --- | ---> aliz_ [~aliz@c-f419e353.365-1-64736c10.cust.bredbandsbolaget.se] has joined #mythtv |
17:04 | --- | <<-- aliz [~aliz@c-f419e353.365-1-64736c10.cust.bredbandsbolaget.se] has quit (Read error: 104 (Connection reset by peer)) |
17:22 | rkulagow_ | xris: still here? |
17:24 | --- | ---> ajfisher [~alex@82-70-67-142.dsl.in-addr.zen.co.uk] has joined #mythtv |
17:24 | xris | rkulagow_: more or less |
17:26 | rkulagow_ | xris: on the listings screen, the "jump to" time appears to be too far right justified for me. The rightmost vertical of the "M" in PM ends up off the right side of the box that it's in. this is with firefox if it matters. |
17:26 | rkulagow_ | in internet explorer it looks ok; the time is more "centered" in the box and the "M" is fully visible |
17:27 | --- | ---> drd [~cooter@12-220-25-191.client.insightBB.com] has joined #mythtv |
17:28 | --- | ---> Andrei` [Ghost@Kitchener-HSE-ppp3565206.sympatico.ca] has joined #mythtv |
17:29 | --- | <<-- ajfisher [~alex@82-70-67-142.dsl.in-addr.zen.co.uk] has quit (Remote closed the connection) |
17:29 | --- | <<-- Andrei` [Ghost@Kitchener-HSE-ppp3565206.sympatico.ca] has quit (Client Quit) |
17:46 | --- | <<-- johnp [~jmp@82-69-87-196.dsl.in-addr.zen.co.uk] has quit (Remote closed the connection) |
17:47 | xris | rkulagow_: odd, must be a font-size issue |
17:47 | xris | but I didn't touch any of those settings -- they're at the browser default |
17:48 | dopester | you should add in the code that changes the font size default to ie.. that bug irritates me really bad at work :) |
17:48 | xris | and it looks fine in galeon and firefox for me |
17:49 | dopester | xris: you want me to check safari? |
17:49 | xris | dopester: sure |
17:50 | xris | saves me from turning on my mac if it works well enough |
17:50 | xris | still a few display glitches in safari, I think |
17:50 | dopester | xris: the text in the righthand corner where it says MythWeb: Date is clipped at the bottom |
17:50 | dopester | rest looks ok at a glance |
17:51 | xris | odd. stupid font sizes |
17:51 | dopester | want a screenshot? |
17:51 | xris | if you want. I do have a mac here to test with. |
17:51 | xris | I'm more worried about the program details page |
17:51 | dopester | k let em do that |
17:51 | dopester | er me |
17:52 | dopester | is the table on the right supposed to be so long? |
17:52 | dopester | it looks like its supposed to be just cause there is so much data in it |
17:53 | dopester | the schedule options migth be better suited for a dropdown, but thats only a suggestion |
17:53 | xris | people don't always read everything in a drop down. |
17:53 | xris | but I may do that someday. |
17:54 | dopester | yeah just a suggestion.. what i like isnt what everyone likes :) |
17:55 | --- | <<-- beavis [~beavis@p50817463.dip0.t-ipconnect.de] has quit ("Leaving") |
17:59 | stoffel | xris: will you please stop adding new strings to translate ;) |
18:00 | xris | heh |
18:00 | xris | I'm *so* glad that I updated the translation mechanism |
18:00 | xris | nice having the automated string updater for all of the languages |
18:00 | stoffel | hehe, it was manual before? |
18:00 | xris | remember all of those LANG_XXX constants? |
18:00 | xris | huge mess. |
18:01 | stoffel | now we need automatic translations next |
18:01 | xris | that'd be nice |
18:01 | xris | my spanish isn't even good enough anymore to cover that. |
18:01 | xris | and my german sucks. but that's what we have you for. |
18:01 | dopester | heeh i'll do the german! :) |
18:01 | --- | ---> Jason_ [user@h00095b4ecda5.ne.client2.attbi.com] has joined #mythtv |
18:01 | stoffel | oh yeah, dopester |
18:02 | stoffel | ok, i'm gone again |
18:02 | xris | should get cyberknet to do another "aussie" translation |
18:02 | dopester | "was ist los mit dich! Studiert English" |
18:02 | xris | oh, wait, it's still there. heh |
18:02 | dopester | no maybe its dir.. who the hell knows.. hehe |
18:03 | dopester | xris: you at least figure out what i was trying to say? :) |
18:03 | xris | dopester: I think so |
18:03 | xris | heh |
18:03 | xris | my german sucks. 2 years in high school and 1 year after college. that was 5-6 years ago |
18:03 | dopester | hehe try hanging out in #mythtv-de.. they all speak english back to me my german is so bad :) |
18:03 | xris | I'd pick it up fairly quickly again, though. helps growing up bilingual. |
18:04 | xris | most germans are like that. speak english better than most americans do |
18:04 | xris | it's rather sad. |
18:05 | xris | I think that arabic is next on my list, though. |
18:05 | dopester | i havent spoken it but once in the last say 6-7 years.. and that was in rome too.. |
18:05 | xris | heh |
18:06 | xris | I occasionally get to practice my spanish. maybe my hispanic neighbors will be more sociable once the weather warms up. |
18:06 | dopester | its probbaly 20-30% hispanic here but i know almsot no spanish.. i feel like a goon sometimes.. going to Puerto Rico in a few weeks for work agian |
18:06 | dopester | that will be fun. hehe |
18:06 | xris | cool |
18:07 | dopester | filling up gas and having to prepay.. glad i remembered Negro otherwise the dude would have had no idea what car i was trying to pay for |
18:07 | xris | I spent 3 years in peru when I was a kid. I've forgotten a lot, but it usually comes back within a week. |
18:07 | dopester | yeah i was emersed in redneck english when i was growing up but didn't help with any real languages :) |
18:07 | xris | heh |
18:07 | dopester | ya'll come back now ya' hear! |
18:08 | xris | glad I missed that. |
18:08 | xris | my neighborhood here is mostly black + asian |
18:08 | dopester | NC isn't that bad really.. i just like to make fun of here |
18:08 | xris | on the edge of a nice area and a not-so-nice area... good price on the house, though |
18:08 | dopester | i have more black neighbors than white which i kinda like.. |
18:08 | xris | I would, too, if they were friendly. |
18:08 | dopester | don't feel like i live in such an arrogant neighborhood |
18:08 | xris | we'll see what happens when the weather gets nice. |
18:09 | dopester | heh |
18:09 | dopester | i cna't help it that the economy tanked i could afford a pretty big house :) |
18:09 | xris | I've only really met one of my neighbors (black guy who grew up good friends with the family who used to live in my house) |
18:09 | dopester | the black dude behind he is forever high |
18:10 | dopester | i can hear him and his girlfriend smokin pot at night and coughing their lungs out.. hehe |
18:10 | xris | heh |
18:10 | dopester | the holidays are great |
18:10 | dhofstra | 'dope'ster neighbors smoke dope,, heh |
18:10 | dopester | he pulls out the james brown and blasts it |
18:11 | dopester | i guess now that im not a stoner i should change my nick.. hhe |
18:12 | Geckofiend | once a stoner always a stoner :-p |
18:12 | dopester | heheh |
18:12 | dopester | come on ive only smoked pot ONCE this year |
18:12 | dopester | and that was new years.. so it probbably was in 2004 |
18:13 | dopester | ok im seriously off topic |
18:13 | Geckofiend | heh I once asked a company "so when should I report for the drug screening" they said "we know all you progammers are on SOMETHING. There will be NO testing of programmers." |
18:13 | dopester | heh |
18:14 | dopester | that would be my policy |
18:14 | dopester | i had to at work a few times when i had a company car |
18:15 | dopester | funny they would drug test me, but never checked my driving record.. i at the time had 10 out of 12 points on my license |
18:15 | dhofstra | heck, some of those starbucks drinks are more dangerous than what your neighbor is smoking |
18:15 | dopester | no shit |
18:16 | Torq | not watching the bowl then? |
18:16 | dopester | i guess i need to walk back in the other room |
18:16 | dopester | too bad im watching it with my set top box.. i need an hdtv |
18:16 | Geckofiend | depends on which bowl you're talking about |
18:16 | | * Geckofiend kids |
18:16 | Captain_Murdo | | Chutt, and Anduin, if eifher of you see this, can you read over the commit log for the commit I just did. I think it will satisfy the concerns presented on the -dev list about the recent delete thread changes. |
18:16 | dopester | bwahha |
18:16 | dhofstra | lol |
18:19 | Anduin | Captain_Murdoch - here now, if my SO can't click on something after it is deleted it is fixed as far as I'm concerned (though I still liked it more when it was just gone, but hey haven't read the commit entry yet so who knows) |
18:19 | --- | <--- cesman [~cecil@64-30-204-164.dsl.linkline.com] has left #mythtv ("Leaving") |
18:19 | dopester | lord a tribute to "our national anthem"..heh |
18:19 | dopester | whoah.. commercials are in 720p tonite |
18:20 | Geckofiend | bleh none of my HD channels has the superbowl on it |
18:20 | dopester | no fox/ |
18:20 | dopester | ?/ |
18:21 | dopester | 2.2 gigs for 21 minutes of superbowl |
18:23 | | * jams just remembered fox is one of two HD channels over cable |
18:23 | xris | myth cvs server is "out of space" again |
18:23 | Geckofiend | yeah my antenna needs turned before I can get fox here |
18:23 | dopester | all those last minute commits |
18:23 | Captain_Murdo | | Anduin: they don't show up in the list anymore so they can't click. :) |
18:23 | dopester | geckofiend: can you stack antennas? |
18:24 | Anduin | Captain_Murdoch - even better, thanks! |
18:24 | Captain_Murdo | | I implemented what you were describing minus the new thread. |
18:24 | Geckofiend | I think so, but I'm not doing ANYTHING till it's warmer. |
18:24 | dopester | hehe i can understand |
18:24 | dopester | i installed a dish on my roof last year when it was maybe 15.. and that sucked |
18:25 | Captain_Murdo | | I could describe the changes but it'd be easier to read the commit log. I put a long description in there to make sure it satisfied everyone's concerns. |
18:25 | Anduin | Yeah, I'll read it just as soon as it arrives. |
18:25 | Captain_Murdo | | figured the new thread would have been too big of a change pre 0.17. other stuff wasn't that big of a deal. |
18:26 | Captain_Murdo | | was easier than putting checks in all the places a user could touch a recording on the watch recordings screen. |
18:28 | Captain_Murdo | | the main reason for the mutex is just to keep from hammering the DB or filesystem too hard and it was an easy fix for that. I'm sure there are people who have underpowered systems who get recording errors when they delete multiple items at the same time because of the recordedmarkup deletes and filesystem deletes. |
18:28 | --- | <<-- Forty| [~f@a144.organicweb.net] has quit (Connection timed out) |
18:29 | Geckofiend | dopster: http://go.fark.com/cgi/fark/go.pl?IDLink=1341663&location=http%3A%2F%2Fwww.jpost.com%2Fservlet%2FSatellite%3Fpagename%3DJPost%2FJPArticle%2FShowFull%26cid%3D1091589016749 |
18:30 | dopester | gecko: heh |
18:33 | --- | ---> CanadaBoy [~none@fctnnbsch17-156034220073.nb.aliant.net] has joined #mythtv |
18:34 | Anduin | Captain_Murdoch - yeah, my solution was just to collect all deletes and do them in order anyway, no contention, always in order, it was mostly the "still on list and I can poke it" that I was objecting to. |
18:35 | --- | ---> stoffel_ [~sfr@pD95EA012.dip.t-dialin.net] has joined #mythtv |
18:37 | --- | ---> thread [~thread@thread.user] has joined #mythtv |
18:38 | thread | sorry to ask user questions in here, but nobody in -users can help me... and it may even be a bug |
18:38 | thread | 2005-02-06 18:34:02 ReadStringList timeout (quick). |
18:38 | thread | 2005-02-06 18:34:02 Unexpected response to MYTH_PROTO_VERSION: |
18:38 | --- | <<-- stoffel [~sfr@p508AB474.dip.t-dialin.net] has quit (Read error: 60 (Operation timed out)) |
18:38 | thread | is what I get in mythfrontend's output... trying to watch live tv, it goes black for a few seconds, then drops me back at the menu |
18:39 | thread | ...and I'm missing the super bowl |
18:39 | thread | :\ |
18:39 | --- | ---> lotusleaf [~lotusleaf@lotusleaf.user] has joined #mythtv |
18:39 | Captain_Murdo | | Anduin: I understand. I bugged me a little also, but I didn't want to make what I thought was going to be a big change this close to release. wasn't as big as I pictured though. in the future, a single thread, whether it's new or one of the existing ones, might be a better way to go since right now the backend fires off a new thread for every delete. |
18:40 | --- | ---> darkfrog [~darkfrog@adsl-68-89-12-209.dsl.okcyok.swbell.net] has joined #mythtv |
18:40 | darkfrog | I have an ATI HDTV Wonder and am running SuSE 9.2, I am trying to set up MythTV, but I can't get my HDTV Wonder to work. I'm about ready to give up and buy WinXP Media Center Edition. Can anyone help me out? |
18:40 | Anduin | Captain_Murdoch - I'm building now, I'm sure I'll be happy, thanks again. |
18:40 | Captain_Murdo | | thanks for patience. :) |
18:41 | --- | <--- lotusleaf [~lotusleaf@lotusleaf.user] has left #mythtv () |
18:41 | onyxsoft_ | darkfrog: see topic (p.s. ATI HDTV wonder not supported in Linux) |
18:42 | onyxsoft_ | I think the last ATSC checkin changed the setup. I now have to enter the frequency when setting up the multiplex instead of the ATSC channel number (this is with Air2PC of course). |
18:43 | darkfrog | onyxsoft_, oh, my bad |
18:44 | darkfrog | onyxsoft_, I'm there now, but since you obviously know something about it can you tell me if there is any way to get it to run or if there's any planned support in the near future? |
18:45 | --- | ---> fith [cbayly@68.148.0.237] has joined #mythtv |
18:48 | --- | <--- Captain_Murdoch [~buy_more_@ip24-254-248-14.hr.hr.cox.net] has left #mythtv () |
18:48 | --- | ---> Captain_Murdoch [~buy_more_@ip24-254-248-14.hr.hr.cox.net] has joined #mythtv |
19:01 | dopester | onyxsoft: yeah but you can do a "full scan" now and you don't need ot know the frequency :) |
19:06 | --- | <<-- km-nick [~km-nick@84.12.64.113] has quit () |
19:14 | --- | ---> HRearden [~HRearden@69-168-170-101.clvdoh.adelphia.net] has joined #mythtv |
19:14 | --- | <<-- Wildgoose [~mirc@xunil.mail.wildgooses.com] has quit (Read error: 104 (Connection reset by peer)) |
19:24 | --- | ---> Levia [~christian@148.80-202-18.nextgentel.com] has joined #mythtv |
19:25 | xris | anyone here know who is in charge of the "backend status" html page that prints out? |
19:25 | --- | ---> NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has joined #mythtv |
19:25 | xris | wait, nevermind. |
19:33 | o_cee | i made the remake of it a while back ago.. |
19:36 | xris | I'm modifying status.php to pull out info and actually display it inline with mythweb |
19:37 | xris | thought there was a bug, but I was wrong. |
19:37 | --- | <<-- choenig [~choenig@p509267F3.dip.t-dialin.net] has quit (Remote closed the connection) |
19:38 | xris | yay, looks great |
19:39 | --- | <<-- darkfrog [~darkfrog@adsl-68-89-12-209.dsl.okcyok.swbell.net] has quit () |
19:40 | o_cee | cool, tried making it easy to parse |
19:41 | xris | yeah. I just killed up through <body> and after </body> |
19:41 | xris | dunno why I didn't do it earlier. |
19:43 | --- | <<-- CanadaBoy [~none@fctnnbsch17-156034220073.nb.aliant.net] has quit (Read error: 104 (Connection reset by peer)) |
19:45 | --- | ---> LLyric [~simon@winax22-221.dialup.optusnet.com.au] has joined #mythtv |
19:50 | --- | <--- xris [~xris@xris.forevermore.net] has left #mythtv () |
19:50 | --- | ---> xris [~xris@xris.forevermore.net] has joined #mythtv |
19:50 | xris | ok, I think I'm done poking at mythweb before the release. |
19:50 | o_cee | :) |
19:51 | o_cee | need to shorten a translation here.. not easy |
19:51 | xris | will have to add the find-string schedule after |
19:52 | xris | I can make it so that the div auto-adjusts width |
19:52 | o_cee | it's in program detail, original airdate |
19:52 | o_cee | but i don't like the translation anyway, think i'll just put "Year" as the translation |
19:52 | xris | heh |
19:53 | xris | not just "airdate"? |
19:53 | xris | or "date"? |
19:53 | o_cee | hm yeah nevermind, confused it with airdate |
19:53 | xris | I don't separate them in mythweb. |
19:54 | o_cee | useless info since all mine are 2005 |
19:55 | xris | ah |
19:55 | xris | not mine |
19:55 | xris | zap2it actually seems to have relatively accurate orig. airdate info |
19:56 | o_cee | i'm not getting that from any of our providers actually, heh |
19:56 | dopester | i guess i need to populate those as the current year with the eit code |
20:08 | --- | User: *** splat1 is now known as splAt1 |
20:11 | --- | <<-- LLyric [~simon@winax22-221.dialup.optusnet.com.au] has quit ("Leaving") |
20:13 | --- | ---> flyback [~nada@c-24-3-15-166.client.comcast.net] has joined #mythtv |
20:14 | --- | User: *** flyback is now known as f1shhead |
20:21 | --- | <--- xris [~xris@xris.forevermore.net] has left #mythtv () |
20:42 | --- | <<-- Shdwdrgn [Picard@sourpuss.net] has quit (Read error: 113 (No route to host)) |
20:42 | --- | <<-- HRearden [~HRearden@69-168-170-101.clvdoh.adelphia.net] has quit (Read error: 104 (Connection reset by peer)) |
20:45 | --- | ---> Shdwdrgn [Picard@sourpuss.net] has joined #MythTV |
20:52 | --- | ---> omoore [~omoore@69.134.168.22] has joined #mythtv |
20:54 | --- | <<-- ShockValue [~dffdsa@c-24-16-161-216.client.comcast.net] has quit () |
21:13 | --- | ---> LabRat [~nunya@c-67-180-21-39.client.comcast.net] has joined #mythtv |
21:22 | --- | ---> jstone [~jack@ool-44c4afed.dyn.optonline.net] has joined #mythtv |
21:22 | --- | <<-- jstone [~jack@ool-44c4afed.dyn.optonline.net] has quit (Remote closed the connection) |
21:23 | --- | ---> jstone [~jack@ool-44c4afed.dyn.optonline.net] has joined #mythtv |
21:24 | --- | <--- jstone [~jack@ool-44c4afed.dyn.optonline.net] has left #mythtv () |
21:25 | --- | ---> jstone3769 [~thepalmma@ool-44c4afed.dyn.optonline.net] has joined #mythtv |
21:39 | --- | ---> KidBluz [~chatzilla@cpe-24-93-15-13.rochester.res.rr.com] has joined #mythtv |
21:39 | KidBluz | Hola |
21:40 | --- | ---> CanadaBoy [~none@fctnnbsch17-156034210114.nb.aliant.net] has joined #mythtv |
21:40 | --- | <--- KidBluz [~chatzilla@cpe-24-93-15-13.rochester.res.rr.com] has left #mythtv () |
21:47 | --- | <<-- sphing [~sphing@64-238-183-231.hdlk.apt.gru.net] has quit (Read error: 110 (Connection timed out)) |
21:49 | --- | ---> sphing [~sphing@64-238-183-231.hdlk.apt.gru.net] has joined #mythtv |
21:53 | Geckofiend | hehe "Can you please add a featire to not deinterlace interlaced content?" |
21:54 | dopester | that user needs the menu randomization feature we talked about a few weeks ago i think :) |
21:57 | dopester | geezz.. superbowl almsot filled up the hdd of my dev box.. 18 gigs.. |
21:59 | Geckofiend | I need to do a hard drive shuffle on my MBE so I can add more disk space. Sitting a around 90% most of the time and I don't have anywhere to put it while I rebuild the box |
22:00 | --- | ---> toggle [~Toggle@pool-141-154-76-130.bos.east.verizon.net] has joined #mythtv |
22:02 | --- | ---> Kilaz1 [~none@proxy.cyberpods.net] has joined #mythtv |
22:02 | --- | ---> dakeyras_ [dake@67.62.67.38] has joined #mythtv |
22:02 | toggle | I've been looking all day for a HowTo on using my USB TVwonder with linux, mythTV looked like it might. |
22:02 | toggle | Anyone know off hand? |
22:03 | --- | User: *** toggle is now known as knebel |
22:03 | Geckofiend | toggle /topic (p.s. it's probably not supported under Linux) |
22:03 | --- | ---> huhlig-winxp [~Hans@68-185-87-107.ca.charter.com] has joined #mythtv |
22:05 | --- | Netsplit benford.freenode.net <-> irc.freenode.net quits: Octane, bline, l0ser, laga, trez, tomimo, Kilaz, poptix, dakeyras |
22:06 | --- | Netsplit over, joins: laga |
22:06 | --- | Netsplit over, joins: poptix |
22:06 | --- | Netsplit over, joins: bline |
22:07 | --- | Netsplit over, joins: trez |
22:08 | --- | Netsplit over, joins: tomimo |
22:09 | knebel | oh, right. |
22:10 | --- | ---> Icemaann [~ryan@24-117-70-198.cpe.cableone.net] has joined #mythtv |
22:28 | --- | <<-- knebel [~Toggle@pool-141-154-76-130.bos.east.verizon.net] has quit ("Leaving") |
22:30 | | * f1shhead be back tomarrow |
22:31 | --- | Netsplit benford.freenode.net <-> irc.freenode.net quits: Jason_, Kilaz1, cmorgan, dopester, derekr, jams, gr8nash, Levia, streampaper, [og]vizionary, (+8 more, use /NETSPLIT to show all of them) |
22:33 | --- | Netsplit benford.freenode.net <-> irc.freenode.net quits: o_cee, KaZeR, tomimo, aliz_ |
22:36 | rkulagow_ | chutt: here? |
22:38 | --- | ---> laga [~laga@abinullfuenf.de] has joined #mythtv |
22:38 | --- | ---> Kilaz1 [~none@proxy.cyberpods.net] has joined #mythtv |
22:38 | --- | ---> Levia [~christian@148.80-202-18.nextgentel.com] has joined #mythtv |
22:38 | --- | ---> Jason_ [user@h00095b4ecda5.ne.client2.attbi.com] has joined #mythtv |
22:38 | --- | ---> drd [~cooter@12-220-25-191.client.insightBB.com] has joined #mythtv |
22:38 | --- | ---> orion2012 [~orion@cs666983-49.satx.rr.com] has joined #mythtv |
22:38 | --- | ---> derekr [~derek@derekr.silver.supporter.pdpc] has joined #mythtv |
22:38 | --- | ---> cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has joined #mythtv |
22:38 | --- | ---> Geckofiend [~donavan@sdn-ap-016ilchicP0055.dialsprint.net] has joined #mythtv |
22:38 | --- | ---> jams [~jams@adsl-69-210-100-45.dsl.milwwi.ameritech.net] has joined #mythtv |
22:38 | --- | ---> gr8nash [~basketoju@mamabear.si-forest.com] has joined #mythtv |
22:38 | --- | ---> [og]vizionary [~viper@65.77.164.38] has joined #mythtv |
22:38 | --- | ---> snewpy_ [~markl@203-217-78-25.dyn.iinet.net.au] has joined #mythtv |
22:38 | --- | ---> mr-david_ [NONE@project-w.com] has joined #mythtv |
22:38 | --- | ---> streampaper [~jsass@dpc6682057202.direcpc.com] has joined #mythtv |
22:38 | --- | ---> WH [noid@www.kevinlynn.com] has joined #mythtv |
22:38 | --- | ---> thor__ [~thor@68.48.221.2] has joined #mythtv |
22:38 | --- | ---> dopester [~dopester@user-0c8hs63.cable.mindspring.com] has joined #mythtv |
22:39 | --- | ---> aliz_ [~aliz@c-f419e353.365-1-64736c10.cust.bredbandsbolaget.se] has joined #mythtv |
22:40 | --- | ---> tomimo [~kurre@a84-231-39-238.elisa-laajakaista.fi] has joined #mythtv |
22:40 | --- | ---> KaZeR [~kazer@71.204.98-84.rev.gaoland.net] has joined #mythtv |
22:40 | --- | ---> o_cee [~o_cee@h129n4c1o1100.bredband.skanova.com] has joined #mythtv |
22:43 | --- | ---> Alien88 [mike@dividezero.net] has joined #mythtv |
22:43 | rkulagow_ | chutt: if you see this in scrollback, take a look at the README and see if there's stuff that needs updating. |
22:45 | --- | <<-- jstone3769 [~thepalmma@ool-44c4afed.dyn.optonline.net] has quit () |
22:48 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit (Remote closed the connection) |
23:06 | rkulagow_ | chutt: please don't forget that update to dbcheck to fix the spelling error in the mythweather jump point. Weather forcasts -> Weather forecasts |
23:11 | --- | ---> _hamsta [~Hamstaman@p508EA3EA.dip.t-dialin.net] has joined #mythtv |
23:12 | --- | <<-- Hamstaman [~Hamstaman@p508EBDF0.dip.t-dialin.net] has quit (Nick collision from services.) |
23:12 | --- | User: *** _hamsta is now known as Hamstaman |
23:13 | --- | ---> gr8nash-home [~basketoju@24-53-230-214.losaca.adelphia.net] has joined #mythtv |
23:21 | omoore | is there any thought of using mythtv on a tivo box? is that a realistic thing to do? |
23:22 | | huhlig-winxp | not really |
23:22 | Captain_Murdo | | not realistic, been discussed quite a few times on the mailing lists. |
23:22 | omoore | i see.. was just curious, i'm building my first mythtv box |
23:23 | Captain_Murdo | | rkulagow_: you here? |
23:25 | cmorgan | omoore: you'd lose the tivo's hardware encoding and decoding |
23:26 | omoore | cmorgan, i'm not really worried abou the content.. ahh.. but the processor is pretty weak. .that's where your driving? |
23:26 | cmorgan | omoore: i'd be surprised if you could do anything near realtime decoding of mpeg on that cpu |
23:26 | cmorgan | thats why they have hardware for it |
23:26 | omoore | yeah.. i remember that it's pretty weak |
23:26 | omoore | no biggie.. |
23:27 | omoore | was just hoping it could be a client machine |
23:28 | cmorgan | mpeg decoding is pretty intensive as well |
23:28 | cmorgan | you might be able to do it |
23:28 | cmorgan | omoore: seems worth more if you sell it to someone as a tivo |
23:28 | omoore | cmorgan, good point |
23:28 | omoore | cmorgan, they fetch good prices on ebay :) |
23:29 | omoore | cmorgan, heck, i ended up buying new because the ones on ebay were so close to retail even when used |
23:39 | --- | <<-- omoore [~omoore@69.134.168.22] has quit ("Leaving") |
23:44 | --- | <<-- LabRat [~nunya@c-67-180-21-39.client.comcast.net] has quit () |
23:49 | --- | <<-- gr8nash-home [~basketoju@24-53-230-214.losaca.adelphia.net] has quit () |
23:51 | --- | ---> huhlig-windows [~Hans@68-185-86-121.ca.charter.com] has joined #mythtv |
23:52 | --- | <<-- Kilaz1 [~none@proxy.cyberpods.net] has quit (Client Quit) |
23:52 | --- | <<-- huhlig-windows [~Hans@68-185-86-121.ca.charter.com] has quit (Read error: 54 (Connection reset by peer)) |
23:52 | --- | ---> huhlig-windows [~Hans@68-185-86-121.ca.charter.com] has joined #mythtv |
23:53 | --- | ---> omoore [~mythtv@69.134.168.22] has joined #mythtv |
23:54 | omoore | if i have a fairly beefy machine, is it realistic to assume i can use it as my normal workstation *and* a mythtv recording server? |
23:54 | cmorgan | maybe |
23:55 | omoore | (P4 - 2.4GHz, 768MB DDR PC-2100, nVidia GeForce T-4200) |
23:55 | omoore | (video is 64MB DDR ram) |
23:57 | | * Beirdo looks at the topic... nope, this is the development channel |
23:58 | omoore | ughh.. sorry.. l8r |
--- | Log | closed Mon Feb 07 00:00:40 2005 |