=== zz_chihchun is now known as chihchun [01:44] bobweaver, ping [01:55] pong [01:55] tgm4883, [01:57] bobweaver, how much have you looked at previews? [01:57] A alright amount [01:58] Is there a way to put a longer button on the preview pane? [01:59] I mean nothing special learning more and more about it each day [01:59] so instead of the short play button, one that goes all the way across? [01:59] the button is nux [01:59] and yes [01:59] you can make your own preview [02:00] and call it via meta in C++ under dash/previews [02:00] so there is two options the 2nd I would guess would be the route [02:01] It is calling "action button" you could make a new one [02:02] action_buttons_.clear(); [02:02] nux::Layout* actions_layout = BuildGridActionsLayout(preview_model_->GetActions(), action_buttons_); [02:02] actions_layout->SetLeftAndRightPadding(0, style.GetDetailsRightMargin()); [02:03] bobweaver, I don't want to make new buttons. Just wondering if there are multiple buttons already defined [02:03] that is line 323 too 234 of MoviePreivews.cpp [02:03] bobweaver, This is what I've been working on https://plus.google.com/u/0/106897287303034019719/posts/aJN4PE2TNsK [02:03] then no [02:04] Oh I see now [02:04] Pushy push push push ? [02:04] v.cool [02:04] It's pretty rough. And super slow in my setup [02:05] let me push it [02:05] I've found I can add a second button next to play, and I suppose that could work [02:05] but I'd like to be able to just make a single list of buttons [02:06] thanks I will look at it and maybe look at the button [02:06] maybe there is another one ? but I am not seeing it I am sure that there is a way but I would love to look at the python [02:06] of your stuff thanks [02:07] yea hopefully there is another (or just a way to say span across pane) [02:07] Yeah [02:07] I'll bug jhodapp when he's back on the clock too. I don't like to bug people when they aren't working [02:08] lol [02:08] let me know when that branch is up [02:08] it's pushed [02:08] rev 25 [02:08] k [02:27] tgm4883, cool stuff [02:27] bobweaver, thanks [02:27] I'm working on TV shows now [02:27] I have to hack the api and daemon again thou [02:27] Why? [02:27] that is sweet [02:27] this should work in 12.10 [02:27] Port thing again [02:27] ah [02:27] sec [02:28] bobweaver, I gotta run, but this may help http://pastebin.ubuntu.com/1186738/ [02:29] Sweet thanks agin [02:55] tgm4883, it is faster way way way faster [07:50] bobweaver: PING === chihchun is now known as zz_chihchun === zz_chihchun is now known as chihchun === zz_chihchun is now known as chihchun [12:29] jhodapp: Thanks for the weekly update [12:29] smartboyhw, np [12:29] :) [14:53] bobweaver, I talked with david calle and it looks like there aren't buttons that span the pane yet, but the design team has been asking for those so hopefully we'll get those soon [15:16] tgm4883, yeah that is also what I see [15:16] I hate all this hard coded crap [15:16] bobweaver: I think you won't see me in #ubuntuforums starting from tmr [15:18] smartboyhw, I am sorry what ? I just woke up [15:18] I think I'm going to be banned there [15:18] tgm4883, the scope is like 20 x faster then the old one [15:19] I am gettting back myth tv stuff faster then video-remote.scope [15:19] tgm4883, ^^ [15:19] bobweaver, awesome [15:20] tgm4883, you get tv done last night ? [15:20] bobweaver, that is good news, it's pretty slow on my test system, although it's a netbook over wireless [15:20] I'd imagine that the more stuff you have in your backend, the slower the lookup goes every 60 seconds [15:20] it's kinda done, but not [15:20] it works, but it's similar to the way movies are done, just with different info [15:21] I'm planning on attempting different buttons for each episode [15:21] I am over wireless also and not on primary backend. but I( say that it is at least 15 X faster then .24 [15:21] cool [15:21] tgm4883, you got the stars to work [15:21] how did you do that ? [15:21] yep, although they are kinda funky [15:22] you can't do partial stars [15:22] I see that [15:22] and it takes a value between 0 and 1 [15:22] but you know that all the other stars do not work [15:22] so it is all or nothing ? [15:22] no, .4 shows 2 stars [15:23] .6 shows 3 [15:23] ahhh [15:23] it rounds down, so .5 shows 2 stars as well [15:23] you should fix all the other lens stars there broken [15:23] lol [15:23] on previewes (and you should do what ever you like ) [15:23] brb [15:23] have to make some coffee === chihchun is now known as zz_chihchun [19:05] what does "(20:41:07) frigg: Received CTCP 'VERSION' (to cob-olp2) from frigg" mean? [19:24] cob-olp, its a freenode bot checking what client you have [19:29] So I got a side job for a couple of days working for Barry Manilow [19:29] rodie work [19:30] This is going to be horrible lol [20:01] jhodapp, looking at the previews in the music lens, is it possible to do something similar in the videos lens? [20:01] http://www.dagorret.net/wp-content/uploads/2012/08/music-player-preview-in-unity.jpg [20:02] tgm4883, sort of, but you'd need to use the MusicPreview instead of the current one [20:03] So instead of Unity.MoviePreview.new it would be Unity.MusicPreview.new? [20:04] yes [20:04] What is the downside of doing that? [20:04] I mean, I assume there is a reason for having separate movie and music ones [20:06] yes, so they have a specific look/feel [20:06] and can do specific things that are different from each other [20:07] yea that makes sense, but I can still control what happens when one of those is clicked right? it's not going to try and open a video in rhythmbox right? [20:08] correct [20:08] cool [20:08] there's a callback signal that you register [20:08] on_preview_uri is what it's called in the remote video scope [20:08] sounds good [20:09] one more question [20:09] I haven't tested it yet, but a button in a preview should be able to open another preview right? [20:09] then does escaping out of that go to the previous preview or back to the dash? [20:09] in theory that's how it should work, never tried that [20:10] Looking at the code, it looks like it should work, I just haven't tested it yet [20:10] will probably try that tonight [20:10] ok, if you give it a try let me know what you find...that's an interesting case [20:11] yep, but I think an important one [20:11] also, are ratings changing? [20:11] changing how? [20:11] I noticed you had it disabled in the remote scope [20:12] oh no, it's just that the API to get the details data from Amazon through our servers doesn't support ratings yet [20:12] ah [20:12] how about getting half star increments? [20:13] haven't tried that [20:13] it doesn't work [20:13] then it's not supported :) [20:13] but it may chance [20:13] right, planned? [20:13] previews will be improved even more for 13.04 [20:13] change [20:14] cool deal, I'll let you know how nested previews and backing out work [20:14] thanks jhodapp [20:14] that's awesome, you're welcome! [20:14] ... [20:14] if you ask me some of these advanced questions in the morning, I can ask other people who created this stuff [20:14] they'll know more answers [20:14] will do [22:01] hey you g{uys,irls} if you see smartboyhw could you tell him that I am looking for him I was just reading the log from above and not sure if he is going to try and do something tomorrow as he stated here [22:02] bobweaver: I think you won't see me in #ubuntuforums starting from tmr [22:02] smartboyhw, I am sorry what ? I just woke up I think I'm going to be banned there [22:02] thanks he is a young kid so ... [22:02] bobweaver, do you know his UF nick? [22:03] I think that it is the same [22:03] not sure what is going on but I would like to talk to the kid before anything gets OOC [22:03] I was still half awake when all them messages where going on [22:04] there are 7 different smartboy's on UF [22:05] Wow [22:05] maybe he is troll ? [22:06] no, some of these accounts are pretty old [22:06] did you try "smartboyhw" [22:06] that is one of them [22:07] he only has one post it seems [22:07] ironically? in my forum [22:07] link ? [22:07] http://ubuntuforums.org/search.php?searchid=87529871 [22:08] that includes threads he's commented on [22:09] killed me because I am not mod [22:09] at any rate infractions ? [22:09] any reason that you can see why he would be mad ? [22:10] IDK [22:10] I'm just a mod of a sub-forum, so I don't get to see any infractions [22:11] cool well if you see him ... Let him know that I am looking for him and also that he is alright [22:11] I mean the kid is young or so he says that he is [22:11] I am going to be watching the forums and the channel for the forums like a hawk [22:12] but I know that I have gotten frustrated before and people have clamed(cough cough jono ) me down so I would like to do the same [22:15] tgm4883, is this something that I should report to #ubuntu-irc ? or would you do it if you where in my shoes ? sorry to bother you [22:15] IDK what you would be reporting [22:16] just that he said that he was going to get banned [22:16] yea, but for what? [22:16] maybe he is just overreacting [22:16] That makes me think that he/she/whatever is up to no good [22:16] that is the thing that I am thinking about (for what ) [22:17] could be thanks tgm4883 [23:02] "a toolchain is just the compiler" << No that is not quite what a toolchain is I think that it is time to look in the mirror [23:02] you might see a chain of tools [23:02] lol [23:02] wrong channel sorry