All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:15 | z3p joined #miro-hackers | |
| 00:42 | z3p joined #miro-hackers | |
| 01:15 | z3p joined #miro-hackers | |
| 04:30 | maggie_s joined #miro-hackers | |
| 04:38 | bendk joined #miro-hackers | |
| 04:52 | janet joined #miro-hackers | |
| 05:43 | ajonas joined #miro-hackers | |
| 06:09 | ajonas joined #miro-hackers | |
| 06:44 | Jarrhead joined #miro-hackers | |
| 09:06 | thrillERboy joined #miro-hackers | |
| 12:52 | willkg joined #miro-hackers | |
| 12:58 | janet1 joined #miro-hackers | |
| 12:59 | z3p joined #miro-hackers | |
| 13:23 | glee joined #miro-hackers | |
| 13:23 | janet joined #miro-hackers | |
| 13:40 | z3p | good morning |
| 14:38 | glee joined #miro-hackers | |
| 14:38 | Jarrhead joined #miro-hackers | |
| 15:46 | DGMurdockIII joined #miro-hackers | |
| 16:27 | janet1 joined #miro-hackers | |
| 16:36 | z3p | melinath: so I've been thinking about regular feed imports, and I can't decide whether they should be part of vidscraper |
| 16:37 | melinath: my instinct is to say no, since they're not scraped | |
| 16:37 | melinath: but then that'll probably duplicate some code | |
| 16:38 | janet1 joined #miro-hackers | |
| 16:39 | janet1 left #miro-hackers | |
| 17:47 | Jarrhead joined #miro-hackers | |
| 19:00 | Odysimus joined #miro-hackers | |
| 19:22 | melinath | z3p: Not sure what you mean. |
| 19:29 | z3p | melinath: we also support importing regular feeds |
| 19:29 | melinath: they're not 'scraped' the way youtube feeds are | |
| 19:32 | I'm heading out, but I can talk more later | |
| 19:37 | melinath | z3p: kk, that would be good. |
| 19:37 | z3p: the talking more, that is. | |
| 19:43 | arpu joined #miro-hackers | |
| 19:52 | arpu_ joined #miro-hackers | |
| 20:05 | maggie_s joined #miro-hackers | |
| 20:19 | arpu joined #miro-hackers | |
| 20:22 | arpu_ joined #miro-hackers | |
| 21:06 | Guildenstern joined #miro-hackers | |
| 21:14 | CarlFK joined #miro-hackers | |
| 21:47 | z3p | melinath: hi |
| 21:49 | melinath | z3p: hey |
| 21:49 | z3p: by regular feeds, you mean arbitrary feeds? | |
| 21:49 | z3p | melinath: right |
| 21:49 | melinath: regular media RSS | |
| 21:50 | melinath | z3p: I'd say that should be in vidscraper, as a GenericSuite. |
| 21:50 | z3p | melinath: okay; that's basically what I stubbed out |
| 21:50 | melinath | z3p: Or FallbackSuite |
| 21:51 | z3p | that simplifies the mirocommunity code a bunch |
| 21:51 | melinath | z3p: That's the idea. :-) |
| 21:51 | z3p | melinath: I'll probably rename some of the other classes, then |
| 21:51 | melinath | z3p: why? |
| 21:51 | z3p | melinath: since a ScrapedFeed isn't necessarily actually scraped |
| 21:52 | melinath: it's just a wrapper around some metadata, that the various suites know how to make | |
| 21:52 | melinath | z3p: Ah, yes. not much scraping actually happens. |
| 21:52 | z3p: What name were you thinking of? | |
| 21:54 | z3p | melinath: off the top of my head, VideoFeed and Video |
| 21:54 | melinath: I'm not thrileld about video, but no adjectives are coming to mind | |
| 21:56 | Guildenstern left #miro-hackers | |
| 22:01 | melinath | z3p: not thrilled with video because it conflicts with mc or because it's not accurate? |
| 22:01 | z3p | melinath: the former |
| 22:01 | melinath: maybe VideoMetadata? | |
| 22:01 | melinath | z3p: no, definitely not that. |
| 22:02 | z3p: We should treat vidscraper as the base library that mc wraps around. | |
| 22:02 | z3p: If there are name conflicts, then we should change the names in mc rather than vidscraper. | |
| 22:02 | z3p: eventually, obviously :-p | |
| 22:14 | z3p: VideoFeed/Video sound fine to me. I'm guessing ScrapedSearch -> VideoSearch as well? | |
| 22:14 | z3p | melinath: yeah |
| 22:20 | melinath | z3p: What about just Feed/Search? |
| 22:21 | z3p | melinath: seems /too/ generic; we're not dealing with arbitrary feeds |
| 22:21 | melinath: for example, we ignore items in RSS feeds that we can't find media for | |
| 22:21 | melinath | z3p: good point. |
| 22:22 | z3p | melinath: oh, hrm; maybe Media or MediaItem? I forgot we support audio |
| 22:22 | there's Entry, too, since that's what they're called in feedscraper | |
| 22:22 | I hate naming stuff | |
| 22:25 | melinath | z3p: I thought about this a bit when I made ScrapedVideo. |
| 22:25 | z3p: My take on it is that we call the module vidscraper. | |
| 22:26 | z3p: we should either have vidscraper/Video or something like mediascraper/Media(Item) | |
| 22:28 | z3p: I'm fine with just calling it Video and supporting audio on the sly. | |
| 22:28 | z3p | melinath: okay |
| 22:28 | melinath: I don't feel like renaming the whole library, so that's fine with me | |
| 22:28 | melinath | z3p: yeah, exactly :-p |
| 23:06 | willkg joined #miro-hackers |