All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:54 | * zanoi | swears at appindicator |
| 01:01 | maggie_s left #miro-hackers | |
| 01:01 | zanoi | kcw, do you have any idea why mdp would be unable to find the file_type for a file downloaded with a magnet torrent but would find the file_type successfully if the same file comes from a normal torrent? |
| 01:03 | kcw | zanoi: is MDP logging "other" for one case and "video" for the other, or is it just generally being categorized that way? |
| 01:04 | zanoi | kcw, yes it's logging other, but because it fails to identify anything it seems |
| 01:06 | kcw, and for the torrent it identifies it as video | |
| 01:07 | maggie_s joined #miro-hackers | |
| 01:07 | kcw | zanoi: do the filenames it's logging have the same extension? |
| 01:07 | zanoi | kcw, yes |
| 01:08 | kcw, and the initial guess based on extension is video for both | |
| 01:08 | kcw, but then for magnet links it gets overwritten by mdp to other | |
| 01:09 | kcw, which ironically seems to be what you talked about changing earlier :) | |
| 01:09 | but surely it should be possible to make mdp guess this correctly | |
| 01:11 | kcw | Huh. That log line is coming straight out of the moviedataprogram - it's affected only by what we send to that external process, which is basically just the filename. I don't understand how the way the files are downloaded would be affecting them at all. |
| 01:12 | zanoi | kcw, me neither. That's why I thought there was some magic mdp foo that you must know about :) |
| 01:13 | kcw | Is it possible we're doing the request_update for the magnet torrent before it's fully downloaded? |
| 01:15 | zanoi | kcw, i'll check that |
| 01:16 | kcw, so basically the only reason this can happen is that the file doesn't exist or isn't fully there right? | |
| 01:16 | kcw | zanoi: that's the only thing I can think of. |
| 01:17 | zanoi: linux mdp does return "-1 / other" for files that it can't find | |
| 01:18 | zanoi | kcw, yes i noticed that as well |
| 01:21 | maggie_s left #miro-hackers | |
| 01:24 | zanoi | great. only 8 hours left for my magnet test download to finish. |
| 01:24 | willkg | mmm... 8? |
| 01:24 | oh, right. nevermind. | |
| 01:24 | sorry--misparsed your sentence. | |
| 01:25 | zanoi | i really need to find some properly seeded magnet links :/ |
| 01:26 | kcw | zanoi: you can make magnet links from any .torrent, right? |
| 01:27 | zanoi | kcw, oh, good point. I could try to create some myself |
| 01:27 | why didn't I think of that earlier :S | |
| 01:36 | willkg, you there? | |
| 01:36 | willkg | yup. |
| 01:37 | zanoi | willkg, sorry to bother you more about appindicator :) |
| 01:37 | willkg | no worries. :) |
| 01:37 | sorry i don't have more answers. | |
| 01:37 | but, go for it. :) | |
| 01:37 | as a side note, i'm having a beer. | |
| 01:37 | first beer in a couple of months. | |
| 01:37 | definitely feeling a lot better now than i have all week. | |
| 01:38 | zanoi | wow, enjoy that precious beer then |
| 01:38 | willkg | i am. :) |
| 01:38 | but seriously, what's up? what can i help with? | |
| 01:38 | zanoi | according to the docs it actually says appindicator falls back to systray |
| 01:38 | willkg | is systray the same thing as trayicon? |
| 01:39 | zanoi | yes, sry |
| 01:39 | willkg | funky. |
| 01:39 | so falls back in the sense that if appindicator isn't available, it does things with trayicon? | |
| 01:39 | zanoi | well I guess it would still need the appindicator library to be present |
| 01:39 | willkg | right. |
| 01:40 | zanoi | but if it's an unsupported system it should fall back |
| 01:40 | willkg | is that what you were thinking? replace the trayicon code with appindicator code? |
| 01:41 | arpu left #miro-hackers | |
| 01:41 | zanoi | well not really since that would give us appindicator as hard dependency which might suck |
| 01:41 | * willkg | nods. |
| 01:42 | willkg | yeah, maybe some time in the future, but i think that's probably not a good idea for 4.0. |
| 01:42 | zanoi | willkg, yeah that's exactly what I was gonna write |
| 01:42 | * willkg | nods. |
| 01:44 | zanoi | willkg, but if appindicator is gonna fully replace trayicon, we might keep that in mind when implementing it. But for now we definitely need both |
| 01:45 | willkg, also it seems like I can't just use the current trayicon code because appindicator seems to work differently | |
| 01:45 | *use the code to calculate menus | |
| 01:45 | but it might also be that I just haven't found it yet because the docs suck | |
| 01:46 | willkg | sure. if you do it as a separate module, then it should be easy to switch to appindicator-only later on down the line. |
| 01:46 | zanoi: BINGO! that's totally the problem i had. | |
| 01:46 | i couldn't find good docs. i was looking at code for other projects that implemented libapplicator stuff. | |
| 01:46 | and that's as far as i got. | |
| 01:48 | zanoi | willkg, yes, I had a look at the tomboy appindicator patch. That's how I found out that it probably doesn't work with the current way we calculate menus |
| 01:49 | willkg | you pointed out a week or two ago there were new docs. i was kind of hoping they would make it easier. |
| 01:50 | zanoi | willkg, it's probably a lot better than it was back then :) |
| 01:51 | hmm i think my other question just got resolved | |
| 01:54 | willkg | yay! |
| 01:55 | zanoi | oh, and maybe we should consider a black/white icon at some point so that the miro icon fits in with the other status icons |
| 01:56 | kcw | I'm seeing duplication of everything in my ~/Videos/Miro with a fresh DB. Bisecting now... |
| 01:56 | willkg | zanoi: definitely. |
| 01:59 | zanoi | willkg, well thx, i'll annoy you with more appindicator stuff another time :) |
| 01:59 | willkg | :) |
| 02:01 | zanoi | kcw, you were right, the magnet/mdp thing is a problem with the files. |
| 02:02 | willkg, I think you should have a beer every time we make a deadline/release | |
| 02:03 | willkg | me, too. it'd take a lot of the edge off. i'd be less of a jerk. |
| 02:03 | zanoi | lol |
| 02:03 | maybe I should have some beers as well then | |
| 02:20 | willkg | heh. |
| 02:20 | time for me to jet. see you all tomorrow! | |
| 02:20 | also, builds kick off in like 2 hours. so if you're going to check anything in, do it before the builds kick off so janetPCF1 can test it. | |
| 02:20 | maggie_s joined #miro-hackers | |
| 02:20 | willkg | laters! |
| 02:20 | willkg left #miro-hackers | |
| 04:07 | Odysimus left #miro-hackers | |
| 04:36 | Odysimus joined #miro-hackers | |
| 05:12 | CarlFK1 left #miro-hackers | |
| 05:12 | CarlFK joined #miro-hackers | |
| 05:29 | CarlFK left #miro-hackers | |
| 05:58 | CarlFK joined #miro-hackers | |
| 06:17 | DGMurdockIII left #miro-hackers | |
| 06:59 | mattjohnson left #miro-hackers | |
| 07:23 | CarlFK left #miro-hackers | |
| 07:25 | CarlFK joined #miro-hackers | |
| 07:29 | CarlFK left #miro-hackers | |
| 11:50 | willkg joined #miro-hackers | |
| 11:57 | willkg | janetPCF1: you on? |
| 12:53 | maggie_s left #miro-hackers | |
| 12:59 | willkg left #miro-hackers | |
| 13:39 | willkg joined #miro-hackers | |
| 13:46 | Odysimus left #miro-hackers | |
| 13:56 | janetPCF1 left #miro-hackers | |
| 14:07 | janetPCF joined #miro-hackers | |
| 14:13 | janetPCF left #miro-hackers | |
| 14:40 | janetPCF joined #miro-hackers | |
| 15:33 | bendk joined #miro-hackers | |
| 15:33 | bendk | hey janetPCF |
| 15:34 | so I'm working on my last 2 (hopefully) bugs right now. Once I finish them, I'll make a new build for you to test | |
| 15:35 | janetPCF | great1 |
| 16:16 | bendk1 joined #miro-hackers | |
| 16:16 | bendk left #miro-hackers | |
| 16:20 | willkg | janetPCF: where are we at with things? are last night's builds working? |
| 16:21 | janetPCF | I'm on osx - and working on some tests - but things are fine so far |
| 16:21 | Ben said he's going to have his last bugs fixed soon then roll a new build, which I"ll test thoroughly | |
| 16:26 | willkg | janetPCF: awesome. :) |
| 16:26 | i'm going to go look at kvm systems. | |
| 16:29 | janetPCF left #miro-hackers | |
| 16:39 | janetPCF joined #miro-hackers | |
| 16:39 | Odysimus joined #miro-hackers | |
| 16:44 | bendk1 left #miro-hackers | |
| 16:58 | bendk joined #miro-hackers | |
| 16:59 | kcw | bendk - between 0701cf8 and 47c1069 miro stopped starting for me on OS X - the only error is self.viewport is None - if it's working for you I can upload a log |
| 16:59 | bendk1 joined #miro-hackers | |
| 16:59 | bendk1 | hey janet, I just checked in a pretty big change for http://bugzilla.pculture.org/s[…]_bug.cgi?id=16554 |
| 17:00 | I'm going to build new nightlies, then can you try to just test it out as much as possible and see if you can break it | |
| 17:00 | basically it means making the window big/small, making it so the save as podcast/playlist buttons appear/hide, same thing with the resume playback button | |
| 17:00 | and seeing if anything looks bad/breaks | |
| 17:01 | and trying different tabs, the different types to try are the video/audio ones, a feed one, a watched folder, a playlist, plus the all feeds tab | |
| 17:01 | kcw | bendk1 - between 0701cf8 and 47c1069 miro stopped starting for me on OS X - the only error is self.viewport is None - if it's working for you I can upload a log |
| 17:01 | bendk1 | it's a big one, sorry to put this all on you |
| 17:02 | kcw: I'll check it out | |
| 17:04 | bendk left #miro-hackers | |
| 17:29 | bendk1 | kcw: okay OS X should be working again |
| 17:29 | janetPCF: starting new nightly builds | |
| 17:38 | janetPCF: okay the builds should all be up | |
| 17:58 | janetPCF | thanks ben, is that for all 3 os? |
| 18:10 | bendk1 | yup |
| 18:10 | okay, gotta jet | |
| 18:10 | I'll be back later looking forward to seeing how things are going | |
| 18:10 | bendk1 left #miro-hackers | |
| 18:21 | willkg left #miro-hackers | |
| 18:59 | bendk joined #miro-hackers | |
| 19:21 | paroneayea left #miro-hackers | |
| 19:22 | paroneayea joined #miro-hackers | |
| 19:43 | janetPCF1 joined #miro-hackers | |
| 19:46 | janetPCF left #miro-hackers | |
| 19:53 | janetPCF1 left #miro-hackers | |
| 20:18 | bendk left #miro-hackers | |
| 21:51 | bendk joined #miro-hackers | |
| 21:57 | bendk left #miro-hackers | |
| 22:13 | janetPCF joined #miro-hackers | |
| 22:18 | janetPCF left #miro-hackers |