=== rcludw [n=rob@pool-71-127-88-184.aubnin.fios.verizon.net] has joined #ubuntu-mythtv === jono_ [n=jono@88-107-4-94.dynamic.dsl.as9105.com] has joined #ubuntu-mythtv === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-mythtv [01:42] hey majoridiot has mythweather been broke for you? [01:43] as in not updating whatsoever? [01:43] i haven't installed it yet [01:43] i was just prepping my laptop for my presentation tomorrow on mythtv to my class [01:43] and realized that it wasnt updating [01:43] hm. [01:44] i'm getting ready to eat... but i can test it in a bit [01:44] k [01:44] i'll holla within the hour [01:44] i'm so nervous in case something else goes wrong tomorrow morning :) === majoridiot guesses it's a good excuse to fill out that plugin page too [01:44] hehe... presentations. [01:45] biab [01:45] I practiced things 10 times, only to have it fail when it counted. [01:47] It _never_ fails. [01:49] rcludw, i'm gonna make a keynote just in case my live demo does decide to take a dump [01:49] rcludw, but i've practiced roughly 15 times from start to finish with all aspects i was gonna talk about and such [01:49] So you're over due. [01:49] ;) [01:50] hehe [01:50] Seriously though, the law of averages always catches up to you. === majoridiot 's isn't updating either, buddy [01:51] i'll keep that in mind. i really hope that it all works tomorrow though. its quite a hack the way I through things together [01:52] superm1: the radar data updates but the res of the info does not === majoridiot thinks radar data is cool... [01:52] i shoulda put this in a long time ago LOL [01:52] majoridiot, from what i've read on the mailing list, looks to be spread out cross the countr [01:52] not just us in the midwest [01:52] s/through/threw [01:53] superm1: is the info server configurable? [01:53] not afaik [01:53] i think its because the guide source changed the site layout [01:53] and its no longer parsable [01:53] hm. as soon as the pizza rolls finish and i have a munch, i'll look into it a little if you want [01:54] Where does the guide data come from? === majoridiot is really biab now [01:54] k majoridiot [01:54] rcludw, i thought weather channel [01:54] rcludw, not positive though [01:54] there are no fixes committed to trunk even for it [01:55] huh... I usually try to get my data from weather.gov [01:55] (if possible) [01:56] well the only reason i think its weather channel is because thats the radar that it gets [01:56] so i assumed data was the same place [01:56] wunderground is what i usually use though [01:57] I kinda like getting it from the source.... [01:58] NOAA added the nifty SRV data on their site as well. [01:58] SRV data? [01:58] The Storm Relative Velocity data.... [01:58] Used for pinpointing tornadoes in a storm. [01:59] ah [02:00] supermario@portablemario:~/Software/source/mythplugins/mythplugins-0.20-svn20070122/mythweather/mythweather$ grep http * | grep QString | grep DataURL [02:00] weather.cpp: QString weatherDataURL = "http://www.msnbc.com/m/chnk/d/weather_d_src.asp?acid=" + locale; [02:00] looks like msnbc is the source then [02:00] That should be a configuration string.... [02:00] would be a matter of learning to parse other sites for data then [02:01] rcludw, i'm sure that a patch like that would be very welcomed upstream [02:01] especially considering msnbc is broken [02:01] True, but if you had 4 or so sites, you could pick another one. [02:03] And why did they use c++? [02:04] most of myth is written that way [02:05] It seems like perl or python would be a better choice for frequently changing data processing. [02:09] I've got my own troubles.... lol... [02:09] I can't get mythtv-backend to actually record anything. [02:14] http://www.weather.gov/forecasts/xml/#XML_contents [02:15] If you know a lat/long you can get hourly predictions for the next 7 days. === Xenocide [n=xeno@rrcs-70-60-97-150.midsouth.biz.rr.com] has joined #ubuntu-mythtv [03:36] superm1: is this weather bug critical? [03:36] too late to fix. [03:36] no fixes on the lits about it either [03:37] or on svn for that matter [03:45] majoridiot, worth mentioning that its broke ATM if your doing that wiki page though [03:45] and maybe linking to the mailing list discussion [03:45] yeah very broke [03:46] i just didn't know if you needed it for tomorrow... [03:47] oh no rush [03:47] i dont expect a huge influx of people saying feisty broke my mythweather! [03:47] wtf [03:47] or anything [03:47] edgy folk broke too [03:47] from this [03:48] edgy folk? [03:48] nm [03:48] read back [03:48] lol. [03:48] didn't know if you were going to try and fix it or not [03:49] if there is no patch by the time my finals are done, i might look into making one [03:49] but i expect one by then === gardengnome [n=laga@mythwiki.de] has joined #ubuntu-mythtv === illern [n=illern@c83-252-239-167.bredband.comhem.se] has joined #ubuntu-mythtv === MegaQuark_ [n=gary@pool-71-111-188-88.ptldor.dsl-w.verizon.net] has joined #ubuntu-mythtv === tgm4883 [n=tgm4883@c-67-160-174-176.hsd1.or.comcast.net] has joined #ubuntu-mythtv [04:27] nice fix for the imdb.pl breakage just posted... [04:28] http://ubuntuforums.org/showthread.php?t=366415&goto=newpost === majoridiot kicks back and starts refreshing the imdb info... [04:49] wait... [04:49] its broke AGAIN [04:50] we just fixed it! [04:50] those bastards [04:50] according to a subsequent post, the fix is in svn [04:50] but yes, it ws broke [04:51] i noticed when i redid the backend and dropped the database. the director info was not working. [04:51] still isn't fixed to suit my tastes... i'm seeing if i can decypher a fix. [04:56] well we'll fix in post feisty packages then [04:57] doesn't this have mismatched quotes? [04:57] $director = parseBetween($director, "/\">", "<"); [05:00] no [05:00] that looks right [05:00] oh wia [05:00] tno [05:00] that is mismatched === majoridiot thought so [05:00] plus, i don't know anything about perl... [05:00] but i think it should be: [05:00] $director = parseBetween($director, ">", "<"); [05:01] anyway. [05:01] thats what i think [05:01] lol [05:02] well... it was broken in the version before as well === majoridiot wonders how long that has been incorrect [05:02] (not broken, it functions... but it is wrong) [05:27] why does it function? [05:27] that doesnt make sense.. [05:27] is there an ending quote a few lines later or something [05:27] it's part of that imdb.pl script [05:27] it didn't look right when i looked at it [05:28] i'm picking at it trying to get it to retrieve multiple directors instead of "unknown" [05:28] and saw that. [05:29] well you should submit a patch back up to svn.mythtv.org then [05:29] after you straighten this out :) [05:29] i'm trying to figure out perl atm. LOL [05:30] i've got the change i want... i just need to figure out how to get them joined correctly. [06:15] majoridiot, hows bzr and packaging stuff comin [06:16] it got bzr in and pulled down the myth package... [06:17] got the packaging guide printed and will start pouring over it tomorrow [06:17] been too distracted today to focus... and i need to focus on that [06:18] no rush :) feisty's out in two days, so that means time to releax [06:18] i need to learn [06:18] :) === illern [n=illern@c83-252-239-167.bredband.comhem.se] has left #ubuntu-mythtv ["Vale!"] [06:46] superm1: i'll be damned. i fixed it. [06:46] :) [06:46] nice job dude [06:47] submit it on a bug at svn.mythtv.org [06:47] well... it works from command line. lemme see how it behaves with the frontend. [06:55] superm1: well, imdb.pl will now correctly pull the first two directors instead of showing "unknown" if there are multiple [06:55] awesome [06:55] i'm sure that patch will have no trouble getting in either [06:55] but i need to figure out how to change the layout of the video manager now... :) [06:56] need to move the display around a bit, as multi directors run over the runtime display [06:56] but it looks GREAT in the gallery view of the video library [06:56] was it possibly designed to just get one director? [06:56] for that reason [06:57] mayhaps... but i think there is room to move it around [06:57] actually... [06:58] just bump "year" down to the second row with imdb num, browsable and parental level and move runtime over a bit. etc. [07:00] majoridiot, dont play too much here :0 [07:01] oops === majoridiot wonders how he cancelled that [07:02] gallery looks great [07:02] but that other one is meh [07:02] yeah [07:03] yes... it is messy [07:03] but i think it can be fixed, no? [07:04] i dunno... [07:04] i'm gonna head to bed though [07:04] enjoy! === MegaQuark__ [n=gary@pool-71-111-188-88.ptldor.dsl-w.verizon.net] has joined #ubuntu-mythtv === varka [n=varkatop@p54A5F391.dip.t-dialin.net] has joined #ubuntu-mythtv === MegaQuark_ [n=gary@pool-71-111-188-88.ptldor.dsl-w.verizon.net] has joined #ubuntu-mythtv === MegaQuark__ [n=gary@pool-71-111-188-88.ptldor.dsl-w.verizon.net] has joined #ubuntu-mythtv === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-mythtv === MegaQuark_ [n=gary@pool-71-111-188-88.ptldor.dsl-w.verizon.net] has joined #ubuntu-mythtv === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-mythtv === MegaQuark__ [n=gary@pool-71-111-188-88.ptldor.dsl-w.verizon.net] has joined #ubuntu-mythtv === lapland [n=m@ANice-151-1-105-143.w86-206.abo.wanadoo.fr] has joined #ubuntu-mythtv === lapland [n=m@ANice-151-1-105-143.w86-206.abo.wanadoo.fr] has left #ubuntu-mythtv [] === zacbarton [n=zac@203-206-80-51.dyn.iinet.net.au] has joined #ubuntu-mythtv === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-mythtv === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-mythtv === varka [n=varkatop@p54A5F391.dip.t-dialin.net] has joined #ubuntu-mythtv === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-mythtv === majoridiot [n=majoridi@74-141-134-199.dhcp.insightbb.com] has joined #ubuntu-mythtv === illern [n=illern@c83-252-239-167.bredband.comhem.se] has joined #ubuntu-mythtv === tgm4883 [n=tgm4883@c-67-160-174-176.hsd1.or.comcast.net] has joined #ubuntu-mythtv