All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:48 | Odysimus left #miro-hackers | |
| 00:57 | Odysimus joined #miro-hackers | |
| 01:03 | willkg left #miro-hackers | |
| 03:16 | ajonas joined #miro-hackers | |
| 03:16 | ajonas left #miro-hackers | |
| 03:19 | aude left #miro-hackers | |
| 03:30 | aude joined #miro-hackers | |
| 04:55 | aude left #miro-hackers | |
| 05:49 | morgan left #miro-hackers | |
| 07:21 | maggie_s_ joined #miro-hackers | |
| 07:22 | maggie_s left #miro-hackers | |
| 07:22 | maggie_s_ is now known as maggie_s | |
| 10:33 | maggie_s left #miro-hackers | |
| 13:10 | willkg joined #miro-hackers | |
| 13:10 | willkg | hi! |
| 13:16 | glee: how well did you test all the cases for the delete logic? if you don't think you tested it thoroughly, you should include a note for janet so that she knows what the QA deal is. | |
| 13:43 | z3p | deardiary: going to spend the day making sure devices DTRT with Unicode strings |
| 14:06 | z3p left #miro-hackers | |
| 14:18 | z3p joined #miro-hackers | |
| 14:21 | z3p | deardiary: a bit nervous about a 90 line change |
| 14:21 | willkg | z3p: i can test it in an hour or so. |
| 14:21 | baby is having a rough morning. (and therefore, so am i.) | |
| 14:22 | z3p | willkg: :( thanks |
| 14:22 | willkg | weirdly, i think i just put him to sleep with Cake. |
| 14:22 | z3p | let him eat cake! |
| 14:22 | willkg | maybe "Going the distance" is a form of lullaby? |
| 14:23 | when i was younger, i wanted to do lullaby versions of metallica. | |
| 14:24 | i thought a quiet, soft, lullaby version of Master of Puppets could be really interesting. | |
| 14:24 | z3p: anyhow, i'll definitely test that given that i can reproduce it. | |
| 14:25 | z3p: also, i'm going to forward an email i got from my neighbor which is kind of vague, but i figured you could tell me what to look for and i could go look for it. | |
| 14:25 | z3p | willkg: sure |
| 14:32 | willkg: the only thing I can think of is that something in tv/windows/plat/usbutils.py:read_write_drive() is getting Windows to throw that up | |
| 14:32 | willkg | me, too. |
| 14:33 | one thought i had was that his optical drive shows up funny or something like that. | |
| 14:33 | z3p | willkg: I'm booting my W7 vm right now, because if that's happening a lot it's clearly a problem |
| 14:33 | willkg | ok. |
| 14:33 | i have a windows7 machine i can test on, too. i'll add that to my list of things to do. | |
| 14:34 | i'm also not sure which version he downloaded. he might have had a beta, a nightly build, or an rc. we talked about miro last week. | |
| 14:35 | z3p | willkg: for me, it's doing the right thing; connected_devices() doesn't throw up a message, but double-clicking on my CD/DVD drive in explorer does |
| 14:35 | willkg | ok. |
| 14:40 | z3p | willkg: it's possible that 1) the optical drive is showing up in a weird way 2) it's some other kind of disk-based device (tape drive? zip drive?) |
| 14:40 | willkg | could be. |
| 14:42 | z3p: http://pastebin.com/x5j9BUmh | |
| 14:42 | z3p: i get that with a clean miro environment and no .miro directory with my external drive. | |
| 14:43 | z3p: want me to just toss that in a comment on the unicode bug? | |
| 14:43 | z3p | willkg: sounds good |
| 14:44 | willkg | z3p: oh, hrm. my bug (17359) was a ValueError bug. |
| 14:44 | z3p: want me to toss it in a comment there anyway? or create a new bug? | |
| 14:44 | z3p | willkg: I know what the fix is, so you can leave off the comment if you want |
| 14:44 | willkg | ok. |
| 14:49 | ajonas joined #miro-hackers | |
| 14:50 | z3p | willkg: ec71d21 |
| 14:56 | paroneayea left #miro-hackers | |
| 14:58 | paroneayea joined #miro-hackers | |
| 14:59 | paroneayea left #miro-hackers | |
| 15:01 | z3p | importing 25k items takes a looong time |
| 15:01 | paroneayea joined #miro-hackers | |
| 15:05 | willkg | z3p: yeah. my external drive takes about 20 minutes to finish everything. |
| 15:06 | ok. initial import worked fine this time. | |
| 15:06 | so... now to start miro a second time and see if it's still ok. | |
| 15:07 | z3p: works super! thank you! | |
| 15:10 | oh, scratch that. double-clicking on a row kicks this up: http://bugzilla.pculture.org/s[…]_bug.cgi?id=17366 | |
| 15:12 | z3p | willkg: yep, I see that |
| 15:12 | willkg | z3p: actually, can you take a look at 17366? it's in itemsource.py, and looks fishy. |
| 15:13 | z3p | willkg: really? it didn't seem fishy to me |
| 15:13 | willkg | "text 'is_playing' is not a unicode string" doesn't look fishy to you? |
| 15:13 | should the code be doing a dict lookup? | |
| 15:14 | z3p | willkg: one of the changes I made verifies that all device DB lookups use Unicode keys |
| 15:15 | willkg | ok. so then that's the problem. it's using a string key. |
| 15:15 | z3p | 'is_playing' is not a Unicode key |
| 15:15 | right | |
| 15:15 | willkg | want me to fix it, test it and check it in? |
| 15:16 | z3p | willkg: 842475e |
| 15:17 | willkg | ok. grabbing that and testing now. |
| 15:17 | yay! that works much better. | |
| 15:18 | z3p | great |
| 15:18 | ! | |
| 15:48 | aude joined #miro-hackers | |
| 16:47 | z3p | paulproteus: ping? |
| 16:50 | ajonas | z3p: he said he'd be around after 3, i think |
| 16:50 | z3p | ajonas: okay |
| 17:04 | willkg: or you could base MOVIEDATA_LENGTH on how long the file is | |
| 17:04 | long in bytes, not long in length, obviously | |
| 17:05 | willkg | z3p: what's MOVIEDATA_LENGTH? do you mean the timeout value? |
| 17:05 | z3p | willkg: yeah, I just didn't remember what it was called |
| 17:05 | * willkg | nods. |
| 17:05 | willkg | yeah... could do that. |
| 17:06 | i'll think about it. | |
| 17:08 | janet: do you have a version of Windows XP that's non-English? | |
| 17:08 | janet | No, but I have language packs |
| 17:08 | willkg | actually, this is a good question for anyone. is the "My Music" folder named the same on all localized versions of Windows XP? |
| 17:08 | janet | maybe zanoi has? |
| 17:09 | z3p | willkg: don't we look that up as a specialfolder? |
| 17:09 | willkg | yeah. janet wrote up a bug where the specialfolder kicks back a None. so it doesn't exist. |
| 17:10 | so, i was wondering if maybe it's called something different. this person has a French system. | |
| 17:10 | z3p | ouch |
| 17:10 | zanoi | willkg: 2 secs I'll check on my flatmates laptop |
| 17:10 | willkg | oh, wait. i know this guy. |
| 17:10 | i met him at LibrePlanet a couple of years ago. | |
| 17:12 | zanoi | willkg: it has a different name |
| 17:12 | willkg: the whole path is completely different in swedish | |
| 17:13 | willkg | zanoi: do you know if our specialfolders code picks it up? |
| 17:14 | i sort of forget how our specialfolders code works in edge cases. i can't tell if the None is because the special folder doesn't exist or if it's because we're referring to it incorrectly. | |
| 17:14 | i suspect it's the former. | |
| 17:20 | zanoi | willkg: sorry, no idea. And I can't really test it |
| 17:22 | willkg: I am planning to get a swedish windows very soon though | |
| 17:22 | willkg | mmm... ok. |
| 17:32 | oh, bah. i'm being stupid. | |
| 17:32 | miro doesn't actually look for a folder named My Music--it pings the win32 code for a folder using a hex number. we have a mapping of nice names to hex numbers for convenience. | |
| 17:32 | ok. i think my fix should work. | |
| 17:50 | janet | willkg: did you update the App Serial for RC1 ? |
| 17:50 | willkg | janet: i thought i did. |
| 17:50 | janet: give me a sec--i'll tell you what it is. | |
| 17:51 | 20110511 | |
| 17:51 | er, 20110511000 | |
| 17:58 | thrillERboy joined #miro-hackers | |
| 17:59 | thrillERboy left #miro-hackers | |
| 19:00 | paroneayea left #miro-hackers | |
| 19:01 | paroneayea joined #miro-hackers | |
| 19:50 | maggie_s joined #miro-hackers | |
| 20:04 | willkg left #miro-hackers | |
| 20:13 | arpu joined #miro-hackers | |
| 20:16 | paulproteus | z3p: pong ish |
| 20:16 | have 2 min of battery left | |
| 20:16 | can try to plug in | |
| 20:17 | z3p | paulproteus: nah, don't worry, I figured it out |
| 20:17 | paulproteus | Okay great |
| 20:32 | janet left #miro-hackers | |
| 20:34 | janet joined #miro-hackers | |
| 21:03 | aude left #miro-hackers | |
| 21:12 | z3p left #miro-hackers | |
| 21:16 | z3p joined #miro-hackers | |
| 21:24 | aude joined #miro-hackers | |
| 21:44 | arpu left #miro-hackers | |
| 21:53 | morgan_ joined #miro-hackers | |
| 22:31 | CarlFK left #miro-hackers | |
| 22:46 | maggie_s left #miro-hackers | |
| 22:56 | janet left #miro-hackers | |
| 22:57 | ajonas left #miro-hackers |