/srv/irclogs.ubuntu.com/2013/12/12/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
=== shuduo_afk is now known as shuduo
=== shuduo is now known as shuduo_afk
=== shuduo_afk is now known as shuduo
=== shuduo is now known as shuduo_afk
=== shuduo_afk is now known as shuduo
dholbachGuten Morgen Berlin! :)07:56
dholbachgood morning07:56
=== shuduo is now known as shuduo_afk
=== chriadam is now known as chriadam|away
=== shuduo_afk is now known as shuduo
JamesTaitGood morning all; happy Poinsettia Day! :-D09:30
=== shuduo is now known as shuduo_afk
=== shuduo_afk is now known as shuduo
=== _salem is now known as salem_
=== MacSlow is now known as MacSlow|lunch
=== _salem is now known as salem_
=== shuduo is now known as shuduo_afk
=== MacSlow|lunch is now known as MacSlow
=== dpm_ is now known as dpm
dpmhi mardy! I know we talked about this a few weeks ago, but I've been away for a couple of weeks too and I couldn't recall the status: are we at a stage that we can ship authentication plugins in click packages already? I'm thinking of the Evernote plugin, as right now we'd need to seed it to include in the images.14:55
dpmmzanetti, what's the status of the Evernote API plugin? I see you created a lot of branches that are pending review (I'll look into finding reviewers this week). Once those are merged, do you think we can call the plugin feature-complete, at least for the basic functions that we need for our client?14:57
mzanettidpm: yes. I think once all that stuff is merged we have mostly everything a 1.0 release would need.14:58
mzanettidpm: a no. it's lacking add/remove notebook methods14:58
mzanettidpm: but I've planned to continue tonight with it14:59
dpmmzanetti, ack, thanks.14:59
mzanettidpm: you would be a huge help if you would try out what I wrote in the description of the ssl branch14:59
dpmsounds great, thanks again for your help on this14:59
dpmmzanetti, ok, will look at that branch first14:59
mzanettidpm: cool. I'll fix things from the reviews tonight and add the notebooks stuff.15:00
dpmrock on15:00
=== gatox is now known as gatox_lunch
=== gatox_lunch is now known as gatox
=== bfiller is now known as bfiller_lunch
vthompsonballoons, hey, hey, hey (I don't know why but I watched Fat Albert yesterday)18:18
balloonsvthompson, :-p18:19
balloonsahayzen and I were working on the MP, and ready to land it.. They really want the fixes we put in. Glad you could swing by18:19
vthompsonI think your idea of doing something similar to shuffle could be good18:19
ahayzenvthompson, o/18:19
vthompsonWe wouldn't want to repeat however.18:19
balloonsvthompson, excellent. I'll make the changes now and you can review18:20
vthompsonahayzen, \o18:20
balloonsI'm changing to test_next_previous and test_mp3 though18:20
balloonsmake sense?18:20
vthompsonWhat are you going to do to ensure mp3 playback?18:20
balloonsgo through library until mp3 hits, then ensure it isplaying is true18:21
balloonscan't do much more than that18:21
balloonsunless you've an idea18:21
vthompsonOk, that works18:21
vthompsonAnd the other test will just do a next followed by a previous?18:21
ahayzenballoons, how we checking it is mp3 just looking at the playing filename suffix?18:22
balloonsyea.. check original, hit next, and toggle between them a couple times18:22
balloonsahayzen, we have 3 tracks as test data and we know TestMP3Title is an mp3, so ..18:22
vthompsonWhy would we toggle between them multiple times?18:22
balloonswell not mutiple I suppose18:23
balloonsjust forward and then back18:23
vthompsoncool, I agree with that18:24
vthompsonAnd testing for mp3 playback probably won't be an exact science. Maybe just match that MP3 is in the metadata, as I put it there intentionally18:25
vthompsonOr you could check the suffix somehow18:25
ahayzenvthompson, balloons, can u access mainView.currentFile cause then u can just do mainView.currentFile.endswith(".mp3") or something18:27
dakerwho can beat me? i can go 11years back with gallery-app :D http://i.imgur.com/DuQkcOA.png18:29
vthompsonahayzen, balloons Andrew's suggestion should work perfectly18:31
balloonsvthompson, ahayzen ok, I'll add that18:31
balloonsok, done.. Now to add ahazyen's suggestion18:40
ahayzenballoons, :)18:40
popeydaker: what's going on there?18:40
dakerpopey: two photos taken yesterday shows date "08 Dec 2002"18:41
popeyinterest, wonder where gallery gets the date from18:41
popeyexif tags?18:41
balloonsvthompson, ahayzen pushed.. have a look18:42
dakerwell they twice at the top with the correct date and at the bottom with the wrong date18:42
ahayzenballoons, i'll start the nexus :)18:42
popeygallery doesn't seem to scan photos in folders18:42
balloonsone sec ahayzen .. pyflakes and pep8 checks too18:43
balloonsle tme push those, hah!18:43
ahayzenballoons, :)18:43
balloonsahayzen, vthompson kk.. rev 28118:44
dakerpopey: ah that's it wrong date in the exif tags18:44
popeydaker: because yes, I can beat those dates ☻  http://popey.com/~alan/phablet/device-2013-12-12-184620.png18:46
dakerpopey: but i did took the photos with camera-app18:47
popeyahh18:47
dakerpopey: it's not supposed to put wrong exiff tags18:47
popeymaybe the date was wrong on your phone?18:48
popeyI have seen that before18:48
dakerpopey: see http://paste.ubuntu.com/6562843/18:48
dakerexif:DateTimeDigitized: 2002:12:08 12:00:0018:49
dakerexif:DateTimeOriginal: 2002:12:08 12:00:0018:49
popeyhttps://code.google.com/p/android/issues/detail?id=4224618:49
popeyupstream bug ㋛18:49
dakerpopey: you beat me :p18:50
popey18:50
vthompsonballoons, I added a comment. I think the mp3 test needs some fixing18:53
balloonsvthompson, ahh well, you are right.. I should assert a failure on count too18:54
vthompsonballoons, true--good call18:55
ahayzenballoons, i gtg, i'll test when i get back if it hasn't been approved by then :)18:55
vthompsonahayzen, thanks for helping!18:55
ahayzennp18:56
balloonsso vthompson lots of ways to do this.. shall we stay consistent with shuffle and do a true loop?18:57
vthompsonballoons, you mean only break the loop when a count is reached via "while True"?19:01
vthompsonballoons, I think that'd make the conditions upon whether you pass/fail easier to accomplish19:01
balloonsvthompson, yea, trying to keep failures clear19:02
balloonsvthompson, pushing some changes.. the endswith check fails atm19:09
vthompsonballoons, I'm looking now19:16
balloonsmm.. lol I see the issue19:17
balloonsk, fixing pep8 and pushing19:18
balloonsvthompson, rev 28519:20
=== bfiller_lunch is now known as bfiller
vthompsonballoons, OK that looks good19:23
vthompsonI wonder if it's worth trying to get the 3 we count too from the number of tracks in the queue19:24
balloonsvthompson, yes.. if there is a good way, let's do it19:24
vthompsonballoons, Carla added a function that does this get_queue_track_count19:25
balloonsdone, works19:26
vthompsonballoons, and just one small thing about shuffle. We really should go back to a modest number of loops. 100 is excessive. 10 was what I originally had and allowed 1 in 1024 for a failure rate. Something like 20 makes the most sense19:27
vthompsonballoons, but you don't need to change that if you don't want to19:28
balloonsvthompson, ahh yes.. I don't like any possible failure when it could be incorrect19:28
balloons100 is probably excessive, but ;-)19:29
vthompsonballoons, Ok, then 100 is cool with me19:29
balloonsideally we would come up with something that didn't have a small percent chance to fail. anyways, for today, this is much better19:29
vthompsonagreed19:30
vthompsonballoons, looks good. Top approve when you want to19:39
balloonswoo.. ty much vthompson19:40
vthompsonballoons, np and nice work!19:40
=== _salem is now known as salem_
=== salem_ is now known as _salem

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