*** tpb has joined #timvideos | 00:00 | |
*** parx1 has quit IRC | 00:38 | |
*** iiie0 has quit IRC | 01:01 | |
*** parx has joined #timvideos | 01:14 | |
mithro | iiie, you can use the videotestsrc and audiotestsrc to generate stuff | 01:25 |
---|---|---|
iiie | mithro: sure, but what CarlFK was after was a loop | 01:30 |
iiie | the videotestsrc's doc says pattern, which I took to be static | 01:31 |
mithro | there is a "static" one which is non-static | 01:31 |
iiie | CarlFK's the spec, he wanted loop, I did try to point him at streams first. | 01:32 |
iiie | but I couldn't find one that seemed a sane solution (I would like to get this working on local vm again though) | 01:33 |
* iiie blames running out of disk | 01:33 | |
* iiie has much larger disk allocated now | 01:33 | |
mithro | you just use the looper config | 01:36 |
mithro | start up the flumotion wizard | 01:37 |
mithro | and generate an example config with a loop | 01:37 |
*** mithro- has joined #timvideos | 01:58 | |
*** parx has left #timvideos | 07:54 | |
*** parx has joined #timvideos | 07:55 | |
*** mithro- has quit IRC | 08:12 | |
*** mithro- has joined #timvideos | 08:46 | |
*** parx1 has joined #timvideos | 13:09 | |
*** parx has quit IRC | 13:12 | |
*** hyades has joined #timvideos | 13:45 | |
*** CarlFK has quit IRC | 14:50 | |
*** CarlFK has joined #timvideos | 15:35 | |
*** parx1 is now known as parx | 15:59 | |
*** hyades has quit IRC | 16:29 | |
*** hyades has joined #timvideos | 16:42 | |
CarlFK | iiie: are the 2 new richard setups ready to go live? | 16:57 |
iiie | I'd say yes. I haven't changed them since my last message I sent on them. | 16:59 |
iiie | They have databases, nginx answers | 16:59 |
iiie | The site titles might need changing, I don't know (did you get the hosts line I sent?) | 17:00 |
CarlFK | I didn't know you had set them up.. i was trying to get your script to work so I could run it ;) | 17:01 |
iiie | heh, script was me DOCUMENTING what I'd done :) | 17:01 |
iiie | <- is a sysadmin irl | 17:02 |
iiie | for /etc/hosts "50.57.114.104 videos.writethedocs.org videos.pumpingstationone.org" (sadly not copy and pasted) | 17:04 |
CarlFK | that's for my box so I can test, right ? | 17:05 |
iiie | yes, also that's the IP address for the A records unless you'd rather CNAME records to pyvideo.org ? | 17:05 |
CarlFK | na, pvo may go to some PSF server some day | 17:07 |
CarlFK | which seems like such a good idea technically, but then I think of the people and get a headache :) | 17:07 |
CarlFK | and not the server people, but the ones between now and that. | 17:08 |
iiie | then A records is the way to go (headaches are bad) | 17:08 |
CarlFK | can I has admin? | 17:10 |
CarlFK | Iguess I can add myself.. | 17:10 |
CarlFK | im already on the box | 17:10 |
iiie | I already did? | 17:11 |
iiie | I don't know how to access the admin though | 17:12 |
iiie | I added you as super user to both | 17:12 |
iiie | I added me to, though that's silly since I don't know where the admin is | 17:12 |
CarlFK | lol | 17:12 |
*** hyades has quit IRC | 17:26 | |
CarlFK | once again I am agksting over where to store the api key... | 17:59 |
CarlFK | I don't have a good feel for how veyepar data relates to the .. um.. hosts? that I work with | 18:00 |
CarlFK | but as long as I don't #comment anything out in a config file.. I guess I am doing ok | 18:00 |
*** parx has left #timvideos | 18:31 | |
* iiie thinks that per organization / show in the database is the best option | 18:34 | |
* iiie recalls that they've been in the settings file so far | 18:34 | |
iiie | but only from conversation, I haven't seen it | 18:35 |
CarlFK | I just moved a bunch of stuff out of veyepar.cfg and pw.py | 18:38 |
iiie | to where? | 18:38 |
CarlFK | mostly client table.. one to show | 18:39 |
iiie | :D | 18:39 |
CarlFK | I have kinda realized that veyepar.cfg is where I put stuff when I am too lazy? to figure out where it goes in the db | 18:40 |
*** parx has joined #timvideos | 18:41 | |
CarlFK | arg.. a field I moved into client.. I need it in Show too. | 18:48 |
CarlFK | I think Client:show is really some sort of super/sub class like thing | 18:48 |
iiie | overrides in show I thought? | 18:52 |
CarlFK | I keep confusing myself what overrides what | 18:55 |
CarlFK | when I try to think about the data.. cuz some data is a little different than others | 18:56 |
CarlFK | but then I think about the.. um.. code/implementation and conclude that I should look to Show first, if empty look in Client | 18:56 |
CarlFK | that will always work for what ever data I need to store | 18:56 |
CarlFK | but so would putting everything in one big honking flat record.. which makes me think it is not a good reason | 18:57 |
iiie | this is committed? I'll take a look and post a gist | 19:00 |
iiie | So much for big talk | 19:05 |
iiie | The way you have client_name set is almost the way I'd go | 19:06 |
iiie | we're talking the IDs right? | 19:07 |
CarlFK | right now Richard Category key (which is .. um.. the human readable name.. grumble) | 19:08 |
iiie | https://github.com/CarlFK/veyepar/blob/master/dj/main/models.py#L61 richard_id ? | 19:11 |
tpb | <http://ln-s.net/-ENQ> (at github.com) | 19:11 |
CarlFK | http://pyvideo.org/ Pycon US 2013 is a category, so is ChiPy all of them | 19:11 |
tpb | Title: pyvideo.org (at pyvideo.org) | 19:11 |
CarlFK | IDs aren't leaking into Show | 19:11 |
iiie | What is leaking into Show? | 19:12 |
CarlFK | I am thinking what I really need is 1/2 of the field in Client, the other half in show, and cat the two together to form the CategoryKey | 19:12 |
CarlFK | http://pyvideo.org/category those | 19:13 |
tpb | Title: pyvideo.org - Categories (at pyvideo.org) | 19:13 |
iiie | Look, give me a concrete example and I can get you a gist. I don't see category in Client or Show, unless it's category_key in client #LN39 | 19:14 |
CarlFK | or.. what *I* really need to do is hijack pyvideo.org, fork the code and get rid of categories and just use tags | 19:14 |
* iiie remembers an issue tracker on tags being not great on richard | 19:15 | |
iiie | thought that might have been "the data is crap" not "the feature doesn't work" | 19:15 |
CarlFK | yeah | 19:15 |
CarlFK | the use case for category isn't too well defined | 19:15 |
CarlFK | and personally I think it fits the Tag thing just fine | 19:16 |
CarlFK | tag all the pycon2012 with that. | 19:16 |
CarlFK | done. | 19:16 |
CarlFK | and "maybe" if you want some special stuff.. add a "tag type" | 19:16 |
CarlFK | or priority to push some to the top of the tag list | 19:16 |
CarlFK | just pushed the cat-key in show | 19:17 |
CarlFK | but there is no code to support it | 19:17 |
CarlFK | and I have to run for an hour | 19:17 |
CarlFK | bbl | 19:17 |
iiie | see ya | 19:18 |
*** mithro- has quit IRC | 19:45 | |
iiie | CarlFK: when you get back https://github.com/iiie/veyepar/commit/8b75442c1265ca73bdd56d3cf16096569e822a35#dj/main/models.py | 19:49 |
tpb | <http://ln-s.net/-EOH> (at github.com) | 19:49 |
CarlFK | back | 21:15 |
CarlFK | hmm.. I get that | 21:18 |
CarlFK | for something that is only being used once, (like there is only one bit of code that needs to grab the value from the db and send it to the Richard) not sure I like spreading the code out | 21:19 |
CarlFK | except I am thinking I need to have everything start at the lowest level (episode) and walk up the tree till it finds a value | 21:20 |
iiie | Not liking the code spread out? The question is "what is the category key for this?" the place for the data is a whole mess of places, but you want the code to check each of them where ever it needs to? That's distributing the logic a bit isn't it? | 21:25 |
iiie | data relationship as opposed to business logic (if it were business logic it goes in the view or template tag, or context manager ...) | 21:27 |
*** CarlFK has quit IRC | 23:58 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!