/srv/irclogs.ubuntu.com/2013/01/07/#ubuntu-tv.txt

tgm4883mhall119, is it just me, or does sharedmodel not support append using python 3 on 12.04?00:22
mhall119tgm4883: what is sharedmodel?00:24
tgm4883when adding results from a scope00:24
tgm4883looks like its part of deemodel00:25
tgm4883or deesharedmodel00:25
mhall119oh00:25
tgm4883it's the only thing I can think of here, the same code works fine on 12.10 using python 3, and that part of the code didn't actually change between my python 2 and 3 port00:26
tgm4883so it seems to be an issue only with sharedmodel with python 3 on 12.0400:26
tgm4883model = search.props.results_model00:28
tgm4883it comes from that00:28
mhall119it could be, I think there may have been some hacks in the python2-gir code that may have been removed in the python3 version00:28
bobweaverOo00:28
mhall119tgm4883: try .append_row00:28
tgm4883mhall119, yea I tried that, it only accepts 2 things00:29
mhall119that's in Dee.Model00:29
tgm4883not 800:29
tgm4883IDK what it's looking for though00:29
mhall119tgm4883: maybe pass it a list or tuple of the values?00:29
bobweavermhall119,  can scopes listen to other dbus things ?00:29
bobweaverlike com.canonical.whatever.gsshema.xml00:30
mhall119bobweaver: yeah, they can listed to anything00:30
mhall119listen00:30
tgm4883hmm, not so much00:31
tgm4883Expected GLib.Variant00:31
mhall119:/00:31
mhall119the C API shows both, so something's going wrong in the GIR translation00:32
mhall119http://developer.ubuntu.com/api/ubuntu-12.10/c/dee/dee-1.0-DeeModel.html00:32
bobweaverif you like have on com.canonical.Unity2d.Dash mythip-backend  it can listent to that and you can put that in python so there is no need to read extrenal files ?00:32
tgm4883mhall119, bug report?00:33
mhall119bobweaver: I'm not following00:33
tgm4883mhall119, this sounds like something that isn't going to be fixed :/00:33
tgm4883if it is in fact a bug00:33
mhall119tgm4883: yeah, against libdee00:33
mhall119tgm4883: it might be, something was done to make it work in python300:33
tgm4883ok, i'll file a bug report00:34
bobweavermhall119,  say I have on the path  com.canonical.Unity2d.Dash a Key that is  "mythip-backend"  can I use that somehow as a var in python in a lens or scope.  so like instead of hardcoding in a 192.168.whatever I can use that or instead of making a local file I can use that. :)00:34
bobweaverkey is set to string00:34
mhall119bobweaver: oh, a dconf key? yeah you can read that00:35
bobweavermhall119,  I think that that would make things more intergrated with Unity00:35
mhall119bobweaver: see the code example here: http://mhall119.com/2012/12/adding-privacy-setting-support-to-your-unity-lens/00:35
bobweaverbecause then one can just pass the  com.canonical.Unity2d.Dash previews00:35
bobweaveror other things like having the vars in the py set dconf stuff00:36
bobweaverthen user can also change this things or add things like say com.canonical.Unity2d.Dash add.video.source00:36
bobweaverI will look at that example thanks00:37
bobweaver<< py noob00:37
mhall119bobweaver: currently yes, in the future sandboxing might prevent it from being able to set those keys00:37
bobweaversweet00:39
tgm4883mhall119, would I expect to be able to resolve it by installing the libdee version from 12.10?  because that doesn't fix it00:40
bobweavertgm4883,  you are tying to get the scope going on virtual thingy ?  and it is libdee ?00:41
tgm4883yea00:41
tgm4883new scope in 12.0400:41
mhall119tgm4883: I wouldn't think so, it's probably in python3-gi, but filing the bug against libdee should get the right people looking into it00:41
tgm4883ok00:41
mhall119since both python2 and python3 are just using gir1.2-dee-1.000:42
bobweaverso I had this Great Idea that if I make a glib path and key for effects in qml. Then users could change all the ways that things are loading ect by using the dash config thingy that I made. but after spending 2 hours getting that going I found out that you can not set easing.type: <var here> waste of time lol00:43
bobweavermaking all these "effects" so that user can set it would be cool00:45
bobweaverhttp://doc.qt.digia.com/qt/qml-propertyanimation.html#easing.type-prop00:45
bobweaverI am just going to have to make a custon element I think00:46
tgm4883mhall119, yep, gir1.2-dee-1.0. Installing the 12.10 version of that fixed it. Opened up https://bugs.launchpad.net/ubuntu/+source/dee/+bug/109670800:49
mhall119oh really? what version did you have?00:50
tgm4883it was a fresh 12.04.1 vm install,  so probably 1.0.1000:51
tgm48831.0.14 is in 12.1000:51
tgm4883bobweaver, ^^00:53
tgm4883mhall119, I'll do another clean install and verify00:54
bobweavertgm4883,  let me look at what I got00:55
bobweaverlibdee-1.0-400:56
bobweaverapt-cache policy libdee-dev00:57
bobweaverlibdee-dev:00:57
bobweaver  Installed: 1.0.10-0ubuntu100:57
bobweavermaybe I should try to push unity up to that ?00:57
tgm4883bobweaver, i'm installing again to verify it's just the one package and that a full update doesn't fix it00:57
tgm4883since I forgot this was a fresh 12.04.1 VM install without updates00:58
bobweaverahh00:58
bobweavertgm4883,  what are deps on package ?00:58
tgm4883should be a quick reinstall00:58
bobweaverwhen you get a chance00:58
tgm4883I didn't have to install any new deps00:59
tgm4883just the one package I think00:59
tgm4883I installed 2, but i think it's just the one00:59
tgm4883bobweaver, mhall119 confirmed that the issue exists on a fully updated 12.04 vm, and that both packages need to be upgraded01:54
tgm4883updated https://bugs.launchpad.net/ubuntu/+source/dee/+bug/109670801:54
bobweaveryou know what thi is going to be a paing in the rear but I am going to try and upgrade all this to 12.1001:57
mhall119tgm4883: nice, hopefully that'll make it easy for them to backport a fix01:57
bobweaveror 13.0401:57
bobweaverthis is going to be hard to do but it is worth a shot01:58
mhall119why will it be hard?01:58
bobweaverbecause there where many changes to unity that made it so 2d would not build01:59
bobweaverthat is only reason that I am still on 12.0401:59
bobweaverbrb booting into new version01:59
dcopeare you all installing tv over 12.04 or 12.10?16:08
tgm4883dcope, currently bobweaver has alpha code on 12.0416:35
dcopetgm4883: ah, nice16:36
dcopeis there any timeframe for releases?16:36
tgm4883dcope, IDK, you'd have to ask bobweaver ;)16:37
dcopei'd like to contribute and test... finally bought parts for my htpc yesterday, just waiting for them to arrive16:37
bobweaveryes dcope  it is just a messaround ppa nothing that is set in stone just personal16:37
dcopeok16:37
bobweaverdcope,  the ppa is u2t/bleedingedge16:37
dcopeyeah, still have it bookmarked16:38
dcopedon't think i'm going to be able to try the tuner stuff, i'm planning on cancelling directv once all my parts get in16:38
bobweaverbut again it just Ubuntu Tv Mock up that I used to make into something so that I could use it at home16:38
dcopemaybe tuner for digital if i can find a good antenna that is small16:38
bobweaverdcope,  my antenna is made out of 2X4's and copper wire and solder it is 4 foot tall and ugly16:40
dcopehaha16:40
bobweaver<< can afford cable atm16:40
dcopei can afford it but it's a useless expense. plus, directv is increasing their prices this year.16:40
dcopei would like to get some sort of sabnzb integration with ubuntu tv16:40
A329g'day you all18:07
A329I think that this is a pretty nice project18:07
A329I wanna participate it, and try it18:08
A329I have a question regarding the hardware stuff needed:  can be used any kind of ARM / android devices ?18:09
A329for isntanace I have an woxter tv 200 android set box18:10
A329a woxter tv 200 android set box18:10
A329if anyone have a bit experience with the ubuntu tv ecosystem I will appreciate his experience to talk me about the project just only to have a good start point18:12
A329g'day anyone alive18:21
A329?18:21
A329hi sjesek18:22
A329hi shesek18:22
shesekhey18:28
shesekdo I know you?18:29
A329i am fine18:31
A329nop I am new18:32
A329I wanna gather experiences with people that works with ubuntu tv18:32
A329hardware platform supported:  any ARM device with HDMI connector can be useed18:34
shesekI'm afraid I'm just lurking around, I don't have much to do with ubuntu tv development18:34
shesekor with ubuntu tv at all, really18:35
A329thanks18:35
A329sounds a nea project18:36
A329neat18:36
A329the problem are around the media sources18:37
A329the ecosystem of services18:37
A329he main problem that the whole manufacturing tv sets are trying to move people to a specific media content18:38
A329and are different among platforms18:38
A329is a war of "smart tv" solutions but it the media content does not converge in a standarization   will got a frustated solution18:41
A329technically:  google tv,  android tv,    apple tv are pretty clouse technically  with different GUI18:42
A329and I will don't buy the whole brands products in order to access all medias18:43
tgm4883A329, I've got to go switch out a few power strips in 2 of our server cabinets at work, but I can probably answer most of your questions later18:51
A329thks tgm488318:52
=== rsalveti_ is now known as rsalveti
mhall119A329: TV is a tough business to crack, certainly19:34
mhall119it's certainly going to take more than just a pretty UI19:35
A39sorry19:47
A39I lost the connection19:47
A39I am A32919:48
A39the main problem of smart tv is not the application implementation for itself19:49
A39the huge problem that i see that the whole television set should have a standarization of source media to broadcast19:50
A39smart tv solutions does not go to win if sony, LG, set top boxes, does not have the capabilities to share the same content19:51
A39I am not talking about private  content19:52
A39located at home19:52
A39for instance should exist an amgnostic provider that serve  the medias19:54
A39to all boxes like in radio internet approach we have vTuner pr skeezebox19:55
A39or*19:55
tgm4883A39, that is far more dependent on content providers than on manufacturers20:14
A329sorry again here20:25
A329the mini mac enter into suspense mode and I lost the connection20:26
A329yep I am agree with you20:26
A329this is a provider problem20:27
A329but regarding the user20:33
A329is a stoper of smart tech20:33
tgm4883A329, not sure I follow what you are saying about the user20:36
A329user = the customer that bought a tv set with smart tv20:38
A329the content differ among tv brands20:38
A329sony on its brand brodcast sony films20:39
A329that LG does not have the chance to watch it20:39
A329if we have a provider entity out of tv brands that sells access to source content20:41
A329the customer chance to access it without depending tv set brand20:42
A329something close to vtuner on radio20:42
A329vnter are spread out sony, yamaha, denon....... what ever20:42
A329and vtner will charge for the connection service to all brands20:43

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!