11:10 #startmeeting music app meeting 11:10 Meeting started Thu Jul 31 11:10:28 2014 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 11:10 11:10 Available commands: action commands idea info link nick 11:10 perfect timing 11:10 o/ 11:10 hey hayzen! 11:10 So I just mentioned to vthompson that design has been postponed for now until ~october 11:11 ah cool 11:11 popey, are we likely to have a complete refresh like clock-app? 11:12 I would assume there's no guarantee either way 11:12 I expect something major 11:13 ← not a designer 11:13 hehe 11:13 there is a month blocked out in the calendar for jouni in october 11:13 (currently) 11:13 I am monitoring their project management sheet for changes 11:13 awesome 11:13 A month worth of changes sounds pretty major 11:14 popey, vthompson i think i may have found out the answers for the listitem actions designs anyway... 11:14 indeed 11:14 ok, good. 11:14 did you see listitem actions merge failed badly in autopilot testing? 11:14 popey, vthompson i was talking with nik90 and he showed me the clock app designs and also pointed my towards the contact-app 11:14 popey, that is because of trunk failing 11:15 popey, https://bugs.launchpad.net/music-app/+bug/1350529 11:15 yea, mediascanner changes that I wanted to talk about 11:15 so contact app has the listitems? 11:15 popey, i got balloons to run jenkins over trunk and the tests results are in the link on the bug 11:15 vthompson, contacts app uses the swipe to remove 11:15 vthompson, it has a 'bounce' animation, the bg is red and the item 'slides' in 11:15 well yea, ok, that's per the clock reboot spec for sure 11:16 vthompson, this is also what clock is going to do... so we should match this 11:16 I take it we are to use that as well 11:16 yes. 11:16 it's going to look a bit more odd against the darker queue background though 11:16 vthompson, yeah that is my concern 11:16 not sure I like that 11:16 vthompson, i wonder if we should just switch to 'sliding' ... land it... then do a second iteration ? 11:17 We have sliding now do we not? 11:17 vthompson, revealing 11:18 oh wtf 11:18 what does clock do? 11:18 * ahayzen finds spec 11:18 * popey opens clock 11:18 clock will match contacts app which slides IIRC 11:18 SO, clock needs an update to fall in line 11:18 https://docs.google.com/presentation/d/1Kkl7xT8BYo9mT8i3IXh6rPrDlNg6cBxTajahlRYIGlI/edit#slide=id.g18883f09d_011 11:19 vthompson, no i mean we are 'revealing'...everything else is sliding 11:19 we need to move 11:19 I'm not a fan of how clear it was that we were supposed to do it the other way. 11:19 yeah, clock slides 11:20 but I suppose we preferred the 'slide' action anyway so I can't be too angry 11:20 vthompson, slides was our preferred anyway? it was just the '90% complete' spec was confusing 11:20 ok i'll switch tht over tonight 11:20 I just feel a bit annoyed that we had to go through all the extra cycles and discussion when it was already decided upon 11:21 vthompson, yeah but we did find/resolve loads of other bugs along the way 11:21 ...and rewrote the data layer of playlists... 11:21 but it is what it is, thanks for making the changes ahayzen you've been very patient with this one 11:21 haha, yea 11:21 i'm feeling much happier with the code now 11:22 ok so thats tht sorted... 11:22 Is that swipe to delete in the SDK? 11:22 popey, vthompson, so the AP tests failing are down to ms2 right? 11:22 just looking 11:22 vthompson, possibly...i thought it was custom, nik90 ? 11:23 Probably custom if nik hasn't jumped on it yet for the reboot :) 11:23 http://91.189.93.70:8080/job/generic-mediumtests-utopic/1208/testReport/junit/music_app.tests.test_music/TestMainWindow/test_play_pause_library_with_mouse_/ 11:23 vthompson, yeah 11:23 I filed 2 bugs that are symptons of the the ms2 updates 11:23 https://bugs.launchpad.net/music-app/+bug/1350634 11:23 right, there's an odd thumbnail? 11:23 which is harmless but shows the no music splash screen when you start the app 11:24 popey, yeah that is coming from an empty/undefined listitem in the model 11:24 and https://bugs.launchpad.net/music-app/+bug/1350636 11:24 which is reeking havoc in the app 11:25 popey, see the jenkins failure on trunk here https://bugs.launchpad.net/music-app/+bug/1350529 http://91.189.93.70:8080/job/music-app-ci/965/console 11:26 vthompson, i think ur right something even worse is happneing as well.. as then things are added to the queue everything is blank 11:26 so the test popey pointed out seems to fail because we cant pull up the music toolbar 11:26 got it. 11:26 vthompson, it looks like as well as an extra listitem appearing... the SongsModel has changed/broken 11:26 yea, if you launch the app and browse all sorts of things are bad 11:26 ok, will poke thomas 11:27 vthompson, hah yeah it clicks the builtin menu 11:27 and the queue behavior (it's emptiness in that test) is something originally saw when I filed https://bugs.launchpad.net/music-app/+bug/1350636 11:28 but it isn't always an issue, but that does appear to be what's causing the tests to fail 11:28 vthompson, hmmm if it is running wideAspect why is the toolbar not shown?! ... must be one of the console errors stopping it from being shown 11:28 ahayzen, ah good eye 11:29 oh yea 11:29 vthompson, probably because the SongsModel is busted it then can't do one of the calcs 11:29 it's definitely the fact that the items are undefined 11:29 file:///usr/share/music-app/common/AlbumsPage.qml:312:27: Unable to assign [undefined] to QString 11:29 +1 11:29 all over the place 11:29 yep 11:29 vthompson, in summary ms2 is broken 11:29 well, I assumed we might have to add some sort of filter 11:30 but yea, we need answers 11:30 vthompson, but why are the ones that aren't filtered even working? 11:30 vthompson, it is like the SongsModel is *also* busted 11:30 in the bug I suggested that we get ms2 guys on it immediately in case there is something they need to fix 11:30 vthompson, yep nothing todo with us ... yet... we'll let them investigate 11:30 yea, I don't know. I outlined all the views that are broken in the bug 11:31 ok so next item.... content-hub... 11:31 are we still blocked? 11:31 popey, i seen mandel started working on a fix for https://bugs.launchpad.net/ubuntu-download-manager/+bug/1205355 which is awesome :) 11:32 woohoo 11:32 oh great! 11:32 vthompson, yep with ^^ and we need a way of reloading/streaming the ms2 models 11:32 have asked for the ms2 issue to be a promotion blocker, should get more eyeballs then 11:32 I think we pick up the reload/streaming automagically 11:32 well, same number of eyeballs, but for more time 11:32 popey, vthompson from our side we are now 'done'... i've got a timer/searching thing which waits for the file to appear in ms2...just need ms2 to reload/stream 11:32 ahayzen, actually, there is a package and I'd love you to test it -> http://jenkins.qa.ubuntu.com/job/ubuntu-download-manager-utopic-armhf-ci/71/artifact/work/output/*zip*/output.zip 11:33 * popey hugs mandel 11:33 mandel, sweet! ... i'll check that out tonight :) 11:33 awesome! 11:33 mandel, thanks for getting on this so quickly 11:34 ahayzen, no problem, is not the best way to do it (RFC regarding this header is a PITA) but will cover most if not all of your cases 11:34 mandel, thanks 11:35 popey, so we now all that is left assuming ^^ fixes the issue is for support in mediascanner2 for reloading/streaming 11:35 popey, shall i report a bug in ms2 for it? and then link to our content-hub implementation bug 11:36 yes. 11:36 ahayzen, I suspect that may be automatic. given my bug: https://bugs.launchpad.net/music-app/+bug/1350634 11:36 There's one tiny spanner in the works. ☻ (it's a good spanner) 11:36 hold on 11:36 ok. 11:36 Let's let the ms2 guys investigate the other issue 11:37 vthompson, hmm maybe i know they landed streaming models....but not sure if tht is just for the query or if it'll pick up the newly indexed items 11:37 and let's test to see if we get reload for free 11:37 vthompson, yep will do 11:37 vthompson, i'll play about tonight :) 11:37 * davmor2 shows a picture of the "little" spanner http://t2.ftcdn.net/jpg/00/37/04/53/400_F_37045351_e5FLJGvp28IO8gvkdqdm88aiSWsY22NX.jpg 11:37 popey, what is the spanner? 11:37 I think all we'd want to do is just open the app with a few songs and add one while the app is open 11:37 ahayzen: hi, will answer your questions after the meeting if you are free 11:37 People inside canonical are testing some of the new upcoming devices. 11:38 nik90, cool, but i go back to work...i'll try again later :) 11:38 ahayzen: np 11:38 Unfortimately for commercial reasons there's a block on sharing public details. 11:38 So it's possible there may be bugs which get reported in your app(s) which might not have a lot of device specific detail 11:38 I'm hoping most of the issues are going to be lower in the stack 11:39 but you never know, powerd, ms2, audio subsystem could all come into play with this app 11:39 ok understood, popey don't u have private bugs for this sortof thing? 11:39 I just wanted to make you aware that there might be a couple of bugs reported that are on new devices 11:39 we do 11:39 I don't even have one of these devices ⍨ 11:39 :( 11:39 so I'd just ask for your patience and understanding ☻ 11:39 hey, popey, along those lines it'd be nice to get some grid unit sizes of the rtm devices. Right now the Now Playing queue has the large cover art rather hard coded to a width 11:40 +1 11:40 thats an excellent example! 11:40 we can try to make that work well with all phone widths and still make it "small" in the Nexus 7 11:40 but I'm not sure what the max width would need to be 11:40 vthompson, yeah we should be able to make it scale 11:41 but not scale too much... but maybe it'd look OK full width on the nexus 7? 11:41 I'll see if I can get someone with a device to do some testing of that and provide feedback 11:41 artwork scaled up on the nexus 7 looks terrible IME 11:41 pixellated 11:41 eeeewww 11:41 yep, good point 11:41 the Albums tab could use some smaller scaling on that device 11:42 we should almost have a set limit to what we scale to 11:42 yeah but i guess phone is still primary focus popey ? 11:42 yes. 11:42 there's some design working coming on convergence 11:43 and rotation 11:43 \o/ 11:43 true, the now playing queue is the only thing we might want to tweak the currently playing item for. 11:43 * ahayzen has been playing about with bottom edge support 11:43 On the phone the rest is good 11:43 oh! 11:44 bottom edge = complex/tricky :) 11:44 but it is getting there....slowly 11:44 might have to wait for the redesign? 11:45 * ahayzen wants it for rtm 11:45 +1 11:45 it is getting better tim liked my prototype :) 11:45 Speaking of RTM, how is this new branching idea going to work? 11:46 Are we preventing features from going into RTM? 11:46 and i thought we had decided not to branch? 11:46 https://lists.launchpad.net/ubuntu-touch-coreapps/msg00770.html 11:47 It just seems to go against the idea of having app updates 11:47 yep 11:47 Why can't we just "freeze" the store on the RTM devices 11:47 or only push certain updates to the store 11:48 i thought we were going to keep pushing updates periodically when we say it is ok to release? 11:48 i think they want a repeatable process for multiple rtm devices 11:48 I know ms2 and other packages will probably continue to evolve after RTM, so in that regard I suppose we do need 2 branches 11:48 because "rtm" doesn't mean "one rtm for all manufacturers and devices" 11:48 each device has its own rtm 11:49 yeah if the platform we depend on changes then we would need to branch/unsupport...but until then is there any point in branching? 11:49 well, I don't want to worry about things I don't fully understand, so we'll wait and see 11:49 :) 11:49 +1 11:49 heh 11:49 I'll chat to dpm about it and we'll come up with a plan. 11:50 ok 11:51 I hope some of the discussion mandates some good backwards compatibility for plugins. Like after RTM the mediascanner plugin 0.1 should NOT change in behavior but a new 0.2 should be created 11:51 yeah 11:52 is that all we needed to discuss? 11:52 I don't think I have anything more 11:52 cool i'll fix listitem-actions and investigate content-hub tonight :) 11:53 k, I'm A-OK landing an updated listitem-action once we have the new behavior and things are working 11:53 we'll need to see about the new swipe to remove though 11:53 vthompson, yep agreed, should we do the colour and bounce or do that later? 11:54 ahayzen, we should look into it, but I think the coloring would be bad on the queue 11:54 +1 11:54 maybe it's changeable? 11:54 i vote land it then investigation/second iteration 11:54 yea, yea 11:54 agreed actually 11:54 +1 11:54 :) 11:55 I didnt have anything else. 11:55 then i'll have to think of another complex branch to reach the top of http://people.canonical.com/~dpm/core-apps-sponsoring/ :) 11:55 ha, brilliant! 11:56 haha 11:56 * popey coughs last.fm 11:56 * ahayzen hides 11:56 rtm + 1 :) 11:56 Looks like we did end up doing Ubuntu One streaming though! (because it doesn't exist any longer) 11:57 hehe win 11:57 meow 11:57 ok, I have to run. Thanks guys! Looks like we'll keep sprinting towards the finish 11:57 thanks guys! 11:57 popey, vthompson, thanks have a good weekend guys :) 11:57 s/finish/next-hurdle/ 11:58 you too 11:58 #endmeeting