[Touch-packages] [Bug 1424720] Re: Add emblem to PreviewHeader widget

2016-02-14 Thread Michi Henning
Michael, I'm a bit confused now. Does unity8 now support the emblem for a preview header? The documentation change hasn't merged yet. ** Changed in: unity8 (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1545402] [NEW] Do not index Folder.jpg and AlbumArtSmall.jpg

2016-02-13 Thread Michi Henning
Public bug reported: I have a bunch of directories in my music collection that include AlbumArtSmall.jpg and Folder.jpg files. For each of these, the photo app shows the album covers in the photo collection. The mediascanner should probably not index any images that are in the same directory as

[Touch-packages] [Bug 1384243] Re: photos edited in gallery do not display edited in "My Photos" scope

2016-02-11 Thread Michi Henning
That sounds good. The thumbnailer will re-thumbnail if and only if mtime or ctime have changed. So, if you append the timestamp only when there actually was an edit, that will trigger a re-thumbnail only when the time stamp changes. And setting the image source to the modified URL invalidates the

[Touch-packages] [Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-11 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1540876 Title: Not all results recieved

[Touch-packages] [Bug 1544777] Re: package libunity-scopes1.0 1.0.2+16.04.20151218.2-0ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-02-11 Thread Michi Henning
I added click because DpkgTerminalLog.txt suggests that this is related. If I picked the wrong project, please re-assign. I don't think this is a problem in scopes-api as such. ** Also affects: click (Ubuntu) Importance: Undecided Status: New -- You received this bug notification

[Touch-packages] [Bug 1544777] Re: package libunity-scopes1.0 1.0.2+16.04.20151218.2-0ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-02-11 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1544777 Title: package libunity-scopes1.0

[Touch-packages] [Bug 1384243] Re: photos rotated in gallery do not display rotated in "My Photos" scope

2016-02-10 Thread Michi Henning
> Is the problem that unity8 simply continues to use the original cached result Almost certainly, yes. The thumbnailer will realise that the file has changed an it will re-create the thumbnail for it, but only if someone actually asks the thumbnailer for the thumbnail again. I suspect that this

[Touch-packages] [Bug 1538774] Re: thumbnailer-admin fails with relative path

2016-02-10 Thread Michi Henning
** Changed in: thumbnailer (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1538774 Title: thumbnailer-admin fails

[Touch-packages] [Bug 1537328] Re: Undefined symbol when running scope in emulator

2016-02-08 Thread Michi Henning
> The reason you see all that other noise about not finding other libs is because once the scoperunner runs into an issue with one lib (libschnasni.username_schnasni.so in this case), it then attempts to find alternatives that it may have more luck with. I did this after Michal applied a lot of

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-08 Thread Michi Henning
Problem is caused by libtaglib. It helpfully opens the file for read- write, and it is impossible to open for read-only without jumping through unbelievable hoops :-( Mediascanner2 has an inotify watch for IN_CLOSE_WRITE. Every time the thumbnailer made a new thumbnail, the media scanner

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-08 Thread Michi Henning
** Also affects: mediascanner2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1542175 Title: Problems and

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-08 Thread Michi Henning
** Changed in: music-app Status: New => Invalid ** Changed in: mediascanner2 (Ubuntu) Assignee: (unassigned) => James Henstridge (jamesh) ** Changed in: mediascanner2 (Ubuntu) Importance: Undecided => High ** Changed in: mediascanner2 (Ubuntu) Status: New => In Progress

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-07 Thread Michi Henning
I had a bit of a tinker with your simplified example, thanks for that! The reset of the list happens each and every time we return an error from the thumbnailer. This is new; with the previous thumbnailer, you never saw any errors because the thumbnailer delivered a fallback image when something

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-07 Thread Michi Henning
Attached is a smaller set of test songs. None of these have an empty artist or album tag, and all of them contain cover art. The problem still shows up with your test qml, Victor. None of these songs produce errors, so we can rule out the error handling as the culprit. What I'm seeing is that

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-05 Thread Michi Henning
This my ignorance at work. What's the right project for a problem that is potentially caused the qml infrastructure applications use? Isn't the song list some pre-canned component? At least the image provider would be, I imagine? -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-05 Thread Michi Henning
Victor, with my limited qml knowledge, this seems to suggest that there is a problem with ListView? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1542175 Title:

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-05 Thread Michi Henning
No, I meant whatever UI component consumes the image that comes out of the thumbnailer's image provider if successful, and the error when not successful. Forgive me, but I know nothing about how all the UI stuff works. If I've assigned this to the wrong project, could you please re-assign to the

[Touch-packages] [Bug 1542140] Re: scope doesn't handle exception during start()

2016-02-05 Thread Michi Henning
*** This bug is a duplicate of bug 1288170 *** https://bugs.launchpad.net/bugs/1288170 ** This bug has been marked a duplicate of bug 1288170 Potential race on first boot when local db doesn't exist yet -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1542083] Re: broken video clip has extremely blurry icon when navigating to the camera roll

2016-02-04 Thread Michi Henning
Can we have a copy of the offending video? That would help a lot. What sort of video is this? One that was taken with the camera, or was it added to the device from somewhere else? If the video was copied from somewhere else and contains cover art, that cover art will be used. Because the

[Touch-packages] [Bug 1542083] Re: broken video clip has extremely blurry icon when navigating to the camera roll

2016-02-04 Thread Michi Henning
Also, why does it say "broken" video clip in the title. Is there something wrong with the clip? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to camera-app in Ubuntu. https://bugs.launchpad.net/bugs/1542083 Title: broken

[Touch-packages] [Bug 1542083] Re: broken video clip has extremely blurry icon when navigating to the camera roll

2016-02-04 Thread Michi Henning
Ah, so *that's* what a broken video is :-) I guess the fallback image that is returned is just really low quality. We have branch waiting to be merged for this: https://code.launchpad.net/~jamesh/thumbnailer/no-fallback- albumart/+merge/263216 Once that merges, each app and scope can provide

[Touch-packages] [Bug 1502282] Re: "unknown" connectivity status problematic

2016-02-04 Thread Michi Henning
Here is the code in QueryMetadata that set this: it = var.find("internet_connectivity"); if (it != var.end()) { internet_connectivity_ = it->second.get_bool() ? QueryMetadata::Connected : QueryMetadata::Disconnected; } else { internet_connectivity_ =

[Touch-packages] [Bug 1502282] Re: "unknown" connectivity status problematic

2016-02-04 Thread Michi Henning
You are always free to ignore the network status. It was moved in mainly as a convenience feature, to allow a scope to immediately notice if, for example, the device is in flight mode. Given the problems with NetworkAccessManager (still not completely resolved), I would probably interpret

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-04 Thread Michi Henning
Adding thumbnailer and unity8-dash because I don't know which is the guilty party... ** Also affects: thumbnailer (Ubuntu) Importance: Undecided Status: New ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-04 Thread Michi Henning
Besides the core issue with the song list, why does the music app ask for *artist* art when I'm in the song list? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1542175

[Touch-packages] [Bug 1542175] Re: Problems and crashes with local music collection

2016-02-04 Thread Michi Henning
Great, thanks for double-checking. The log messages are expected. They simply indicate that something didn't work when trying to get a thumbnail. It's not clear to me who is to blame here. As far as the thumbnailer is concerned, it receives an error indication from the server and returns an image

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-02-04 Thread Michi Henning
USB seems to be really flaky. I’ve just sent a question to the phablet list about this. Thanks for confirming! The weird thing is that I can’t get it to work at all, even with my one known good cable. It always says that it failed to connect :( It would be good to get reports from other people

[Touch-packages] [Bug 1542140] [NEW] scope doesn't handle exception during start()

2016-02-04 Thread Michi Henning
Public bug reported: I just ran up the scope while the mediascanner was still indexing a large collection I had dropped into the music folder. When I switched to the mediascanner scope, I ended up with a completely blank screen, nothing shown at all. In registry log, I found this: scoperunner:

[Touch-packages] [Bug 1542083] Re: broken video clip has extremely blurry icon when navigating to the camera roll

2016-02-04 Thread Michi Henning
This sets full trace for the thumbnailer: gsettings set com.canonical.Unity.Thumbnailer log-level 2 If you want to start out with a cold cache, you can run thumbnailer-admin clear Then run a trace on ~phablet/.cache/upstart/dbus.log The trace shows the requested dimensions for each thumbnail.

[Touch-packages] [Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-04 Thread Michi Henning
I had a look at the high water mark for the outgoing socket, and it is at the default of zero, which, according to the zmq doc, means "no limit". This will need a closer look to figure out why messages are being lost. ** Changed in: unity-scopes-api (Ubuntu) Assignee: (unassigned

[Touch-packages] [Bug 1532719] Re: Preserve transparency in logos

2016-02-04 Thread Michi Henning
** Changed in: thumbnailer (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1532719 Title: Preserve transparency in logos

[Touch-packages] [Bug 1541836] Re: Transparent PNG files have a black color background

2016-02-04 Thread Michi Henning
I guess the thumbnail would look extremely black :-( We've had the same issue reported previously: https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1532719 Fixing it isn't rocket science, but will take a day or two of work, which I currently can't spare. How urgent is this? ** Changed

[Touch-packages] [Bug 1540753] Re: Video thumbnails don't go into full-size cache

2016-02-04 Thread Michi Henning
** Changed in: thumbnailer (Ubuntu) Assignee: (unassigned) => Michi Henning (michihenning) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1540753 Title: Vi

[Touch-packages] [Bug 1542163] [NEW] flight mode indicator shown when not in flight mode

2016-02-04 Thread Michi Henning
Public bug reported: I was tinkering with flight mode and wifi on/off to test something. I'm sorry, but I can't recall the steps I took to get the phone into this state (Mako, rc-proposed, image 359). The device is, as a matter of fact, *not* in flight mode (I can browse web). Both wifi and

[Touch-packages] [Bug 1482068] Re: The camera icon on videos scope is different than on launcher or apps scope

2016-02-02 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1482068 Title:

[Touch-packages] [Bug 1378278] Re: [music-app]+ [dash] Inconsistent artwork between scope and app

2016-02-02 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1378278 Title:

[Touch-packages] [Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-02 Thread Michi Henning
Thanks for this! I doubt that we'll be able to log this. I don't think zmq provides the relevant info. The best we can hope for is not blowing the limit (within reason). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1512608] Re: No thumbnails generated for OGG audio

2016-02-01 Thread Michi Henning
Thanks for the confirmation, Fred. Glad it works for you now! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1512608 Title: No thumbnails generated for OGG audio

[Touch-packages] [Bug 1378278] Re: [music-app]+ [dash] Inconsistent artwork between scope and app

2016-02-01 Thread Michi Henning
I have just confirmed with Facundo that the server does this transparently. In other words, if the application sends artist+album and 7digital returns a failure for this, then the server automatically tries again with just the artist. So, if the application does this too, we are just wasting

[Touch-packages] [Bug 1515067] Re: Redundant requests for artist art

2016-02-01 Thread Michi Henning
I have just confirmed with Facundo that the server does this transparently. In other words, if the application sends artist+album and 7digital returns a failure for this, then the server automatically tries again with just the artist. So, if the application does this too, we are just wasting

[Touch-packages] [Bug 1540716] [NEW] Stress test overruns DBus on arm

2016-02-01 Thread Michi Henning
Public bug reported: The mp3 stress test files on arm because it loses the DBus connection. The test itself succeeds, but the output from the mp3 test shows the DBus failure. I suspect we are overrunning DBus on the return path rather than the outgoing request path. Middleware for children :-(

[Touch-packages] [Bug 1540753] [NEW] Video thumbnails don't go into full-size cache

2016-02-01 Thread Michi Henning
Public bug reported: Video thumbnails from vs-thumb should go into the full-size cache, but they don't. The logic for read() is broken, we need to add the full-size image, possibly down-scaled, there. Best way to deal with this is to factor out the logic for adding stuff to the full-size cache

[Touch-packages] [Bug 1538934] Re: qml test fails with vanilla xenial installation

2016-01-29 Thread Michi Henning
** Changed in: thumbnailer (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1538934 Title: qml test fails with vanilla xenial

[Touch-packages] [Bug 1411187] Re: [datetime] Add option to not have snooze

2016-01-29 Thread Michi Henning
The iPhone has this one figure out. When I set an alarm, I get a page that shows me all the alarms I have created in the past, with the option to edit them, as well as add or delete alarms. If an alarm goes off and tap "Snooze", the modal dialog that pops up with the alarm goes away. When I want

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-29 Thread Michi Henning
Right. But, on Macs, MTP isn't supported out of the box, so Mac users will have to install additional software: https://www.android.com/filetransfer/ We could use the concierge card for the music scope to mention this? -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-29 Thread Michi Henning
So, I just tried this. The software fails to establish the USB connection. Marcus, does it work for you on OS X? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu.

[Touch-packages] [Bug 1539359] Re: No message for empty song collection

2016-01-28 Thread Michi Henning
Hmmm... To a naive user, such as myself, it may not be obvious how to get music files onto the phone. It might be nice to say something about how to do this in whatever card we eventually end up in when no music has been copied yet. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1538934] Re: qml test fails with vanilla xenial installation

2016-01-28 Thread Michi Henning
Still getting some failures after unsetting that. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1538934 Title: qml test fails with vanilla xenial installation

[Touch-packages] [Bug 1539359] Re: No message for empty song collection

2016-01-28 Thread Michi Henning
And, as you pointed out on IRC, people using Mac will have to install additional software. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1539359 Title:

[Touch-packages] [Bug 1445755] Re: Provide a way to hide images from a particular location

2016-01-28 Thread Michi Henning
Media scanner should treat images from Folder.jpg files (and similar) differently because these are known to be cover art and, therefore, should not appear as pictures in the photo roll and gallery. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1384857] Re: media scanner does not handle files with incorrectly encoded tags (mojibake)

2016-01-28 Thread Michi Henning
I don't believe that this is a legitimate bug. The ID3 spec requires the encoding to be one of following: $00 – ISO-8859-1 (LATIN-1, Identical to ASCII for values smaller than 0x80). $01 – UCS-2 (UTF-16 encoded Unicode with BOM), in ID3v2.2 and ID3v2.3. $02 – UTF-16BE encoded Unicode without BOM,

[Touch-packages] [Bug 1534117] Re: Preview screen layout is unfortunate

2016-01-28 Thread Michi Henning
Note that, in the first screen shot, the inline playback widget is visible (just barely) on Mako. However, this doesn't appear to be the case always. For other albums, it gets pushed off-screen completely. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1502282] Re: "unknown" connectivity status problematic

2016-01-28 Thread Michi Henning
Hmmm... This looks like the ActionMetadata that is passed in has an uninitialised connectivity status. I'm not sure who's to blame here. It might be the Go binding, or it might be shell. ** Changed in: unity-scopes-api (Ubuntu) Status: Incomplete => Confirmed ** Changed in:

[Touch-packages] [Bug 1538934] Re: qml test fails with vanilla xenial installation

2016-01-28 Thread Michi Henning
James suggested to unset QT_QPA_PLATFORMTHEME. Will try that tomorrow. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1538934 Title: qml test fails with vanilla

[Touch-packages] [Bug 1538346] Re: /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner:11:std::string::size:std::string::compare:std::operator:std::less:std::_Rb_tree

2016-01-28 Thread Michi Henning
Looks like a life cycle issue, with a lambda firing and using something that's no longer there. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-01-28 Thread Michi Henning
Added unity-greeter and re-opened for Ubuntu UX because the greeter also uses "songs" but should probably use "tracks" too, for consistency. (Currently, the greeter says "X songs played today". ** Also affects: unity-greeter (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Touch-packages] [Bug 1539359] [NEW] No message for empty song collection

2016-01-28 Thread Michi Henning
Public bug reported: See here: https://bugs.launchpad.net/ubuntu/+source/unity-scope- mediascanner/+bug/1539068/comments/2 We don't display a message in the scope when the music collection is empty. Maybe a link/hint to the music app would be appropriate? Similar to what we do in the scope if

[Touch-packages] [Bug 1378143] Re: [Music App and Scope] Consistent use of "Songs" or "Tracks" between Music app and Music scope

2016-01-28 Thread Michi Henning
Ah, sorry, my ignorance. It's a non-issue then. The music scope doesn't do anything like this. ** Changed in: ubuntu-ux Status: New => Fix Released ** Changed in: unity-greeter (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1539068] Re: My Music scope no longer shows "get started!"

2016-01-28 Thread Michi Henning
It would be nice touch to have something similar to videos here. It raises an interesting question though: How is a user going to get their music collection onto the device if there is no slot for a flash card? adb push seems a little extreme for the average non-technical user… Let's not have

[Touch-packages] [Bug 1531913] Re: Fallback image not shown when no image specified

2016-01-28 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1531913 Title: Fallback image

[Touch-packages] [Bug 1538774] [NEW] thumbnailer-admin fails with relative path

2016-01-27 Thread Michi Henning
humbnailer (Ubuntu) Importance: Medium Assignee: Michi Henning (michihenning) Status: In Progress ** Changed in: thumbnailer (Ubuntu) Assignee: (unassigned) => Michi Henning (michihenning) ** Changed in: thumbnailer (Ubuntu) Status: New => In Prog

[Touch-packages] [Bug 1538934] [NEW] qml test fails with vanilla xenial installation

2016-01-27 Thread Michi Henning
Public bug reported: On a fresh xenial install, the qml test fails. I'm running it from the qml test dir like this: $ ../../../tools/run-xvfb.sh ./qml_test -import `pwd`/../../plugins Output is in the attached trace file. ** Affects: thumbnailer (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1538934] Re: qml test fails with vanilla xenial installation

2016-01-27 Thread Michi Henning
After installing the thumbnailer from the archive, the messages about the missing .service files disappear. But there are still two tests that fail (see second attached file). ** Attachment added: "trace2"

[Touch-packages] [Bug 1529452] Re: Gallery app asks for same image multiple times at different sizes

2016-01-27 Thread Michi Henning
BTW, it would probably be helpful to set the thumbailer trace to include hits in dbus.log when debugging this. Just run gsettings set com.canonical.Unity.Thumbnailer log-level 2 (Without this, the log only shows misses and errors.) -- You received this bug notification because you are a member

[Touch-packages] [Bug 1480269] Re: Scrolling is slow and jerky

2016-01-27 Thread Michi Henning
I can confirm that switching to grid view fixes the problem. ** Changed in: thumbnailer (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu.

[Touch-packages] [Bug 1514522] Re: music apps doesn't find any files

2016-01-27 Thread Michi Henning
** Also affects: mediascanner2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu. https://bugs.launchpad.net/bugs/1514522 Title: music apps doesn't

[Touch-packages] [Bug 1515067] Re: Redundant requests for artist art

2016-01-27 Thread Michi Henning
This is behaving much better now, thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to thumbnailer in Ubuntu. https://bugs.launchpad.net/bugs/1515067 Title: Redundant requests for artist art Status in Ubuntu Music App:

[Touch-packages] [Bug 1538755] Re: /usr/lib/arm-linux-gnueabihf/thumbnailer/thumbnailer-service:11:QMap:QNetworkManagerInterfaceDeviceWired::carrier:QNetworkManagerEngine::parseConnection:QNetworkMana

2016-01-27 Thread Michi Henning
This doesn't look like a thumbnailer problem per se. Seems like it just exposed an issue in Qt networking code. ** Also affects: qtbase-opensource-src (Ubuntu) Importance: Undecided Status: New ** Changed in: thumbnailer (Ubuntu) Status: New => Triaged -- You received this bug

[Touch-packages] [Bug 1496226] Re: Top-left menu disappears after viewing a photo

2016-01-27 Thread Michi Henning
Seems to have been fixed in some update since. ** Changed in: gallery-app (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gallery-app in Ubuntu. https://bugs.launchpad.net/bugs/1496226

[Touch-packages] [Bug 1502282] Re: "unknown" connectivity status problematic

2016-01-26 Thread Michi Henning
Kyle, do you see it returning unknown only before the first request, or always (even after a successful request)? I'd try treating "unknown" as "available" and see how that goes. There might still some weirdness in NetworkAccessManager. -- You received this bug notification because you are a

[Touch-packages] [Bug 1537328] Re: Undefined symbol when running scope in emulator

2016-01-26 Thread Michi Henning
This looks like the scopes API lib used by the emulator is out of date? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1537328 Title: Undefined symbol when

[Touch-packages] [Bug 1536307] Re: Unknown albums should not be shown

2016-01-24 Thread Michi Henning
If you try with the attached song collection, it becomes obvious that this doesn't work for poorly-tagged collections (which are common). There are loads and loads of "Unknown Album" entries to no good purpose. I really think it would work much better if we got rid of those entires, just like the

[Touch-packages] [Bug 1378278] Re: [music-app]+ [dash] Inconsistent artwork between scope and app

2016-01-24 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1378278 Title:

[Touch-packages] [Bug 1529452] Re: Gallery app asks for same image multiple times at different sizes

2016-01-24 Thread Michi Henning
With about 30 images in the photo roll, after scrolling left and right in the event view a number of times, those 30 images result in nearly 700 thumbnails in the cache :-( -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1378278] Re: [music-app]+ [dash] Inconsistent artwork between scope and app

2016-01-22 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Assignee: (unassigned) => Michi Henning (michihenning) ** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1361604] Re: [7digital scope] Album preview screen updated track play/pause icons

2016-01-22 Thread Michi Henning
I confirmed with Paty that this design is out of date. Closing. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner

[Touch-packages] [Bug 1361632] Re: [local music scope] Updated play/pause icons to comply with design

2016-01-22 Thread Michi Henning
Confirmed with Paty that this design is out of date. Closing. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in

[Touch-packages] [Bug 1351696] Re: "%s Features" needs translator comment

2016-01-22 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1351696 Title:

[Touch-packages] [Bug 1378278] Re: [music-app]+ [dash] Inconsistent artwork between scope and app

2016-01-22 Thread Michi Henning
Talking about this with Pawel, this really should be addressed in the remote server. If it gets a request for artist art with both artist and album, and that request returns a lookup failure, it could try again without the album. (Apparently, there are cases where 7digital returns failure for both

[Touch-packages] [Bug 1536372] Re: Previews don't support two columns layout

2016-01-22 Thread Michi Henning
Pawel and I just looked at it and there is no bug in scopes-api after all. As best as we can tell, as long as the remote scope requests two columns, things will just work. Marking as invalid for scopes-api. ** Changed in: unity-scopes-api (Ubuntu) Status: New => Invalid -- You received

[Touch-packages] [Bug 1536307] [NEW] Unknown albums should not be shown

2016-01-20 Thread Michi Henning
Public bug reported: Unpack the attached archive into the Music folder and wait for mediascanner to finish indexing (takes a few minutes). Now look at the album tab in the music app. There are hundreds of unknown albums at the beginning of the list. The attached music collection has a lot of

[Touch-packages] [Bug 1437919] Re: Album art rendered in Music app but not Scope.

2016-01-20 Thread Michi Henning
Closing as invalid because the card for the main page changed recently and we are no longer showing albums there. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1535892] [NEW] Default artist art from 7digital is a pain

2016-01-19 Thread Michi Henning
Public bug reported: Because curucu is a proprietary project, this is a dummy bug to the real one here: https://bugs.launchpad.net/curucu/+bug/1535890 Please comment on the curucu bug, not here. Setting this to "triaged" so we can track it. ** Affects: thumbnailer (Ubuntu) Importance:

[Touch-packages] [Bug 1535798] Re: My Music scope, tracks with odd characters in the path play but don't update the icon or show progress bar

2016-01-19 Thread Michi Henning
Dave, can you let me know what the actual path names involved are? What special character seems to cause the problem? Can you attach the relevant files so we check this? Thanks! ** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => Incomplete -- You received this bug

[Touch-packages] [Bug 1351696] Re: "%s Features" needs translator comment

2016-01-19 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Assignee: (unassigned) => Michi Henning (michihenning) ** Changed in: unity-scope-mediascanner (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded pa

[Touch-packages] [Bug 1535798] Re: My Music scope, tracks with odd characters in the path play but don't update the icon or show progress bar

2016-01-19 Thread Michi Henning
** Also affects: unity-scopes-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1535798 Title: My

[Touch-packages] [Bug 1531913] Re: Fallback image not shown when no image specified

2016-01-18 Thread Michi Henning
) => Michi Henning (michihenning) ** Changed in: unity-scopes-api (Ubuntu) Status: New => Confirmed ** Changed in: unity-scopes-api (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1531913] Re: Fallback image not shown when no image specified

2016-01-18 Thread Michi Henning
I've pushed an MR with the doc update for scopes API here: https://code.launchpad.net/~michihenning/unity-scopes-api/doc- fix/+merge/283001 ** Changed in: unity-scopes-api (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1531913] Re: Fallback image not shown when no image specified

2016-01-17 Thread Michi Henning
The intention was that a scope can specify a specific fallback image. That image should be shown when the normal image load returns an error or an empty image (zero-length ByteArray, or whatever type it is). This allows the scope to specify a specific fallback image that might be needed to keep

[Touch-packages] [Bug 1533930] Re: Duplicate artist in artist view

2016-01-17 Thread Michi Henning
** Description changed: With the song collection in the attached archive, I see duplicate artist art. In the music scope, A-HA and 30 Seconds to Mars are shown twice. I turns out that this is happening because of tagging errors. There are - both "30 Seconds to Mars" and "30 Secocnds To

[Touch-packages] [Bug 1355673] Re: corrupted thumbnails for some videos

2016-01-14 Thread Michi Henning
I've verified that the thumbnail is extracted correctly by vs-thumb on the desktop. We need to test this on the phone too, though. At any rate, if there is a problem, I suspect it'll be with the thumbnailer, not with the scope because the scope really has no idea what it is dealing with.

[Touch-packages] [Bug 1355673] Re: corrupted thumbnails for some videos

2016-01-14 Thread Michi Henning
James verified that the video plays find on the MX4 and that the thumbnail is extracted as expected. Marking as fixed. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => Invalid ** Changed in: thumbnailer (Ubuntu) Status: New => Fix Released -- You received this bug

[Touch-packages] [Bug 1358767] Re: [Local music] Artist name in preview should be put in title and not description

2016-01-14 Thread Michi Henning
Ah, misunderstanding on part. So, all is well, closing. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in

[Touch-packages] [Bug 1534074] [NEW] Add smoke test archive

2016-01-14 Thread Michi Henning
Public bug reported: It would be good to have a bunch of files that we can just drop on the device, which the files exercising all the image, audio, and video formats we expect to support. That would allow the tester to quickly run through a bunch of videos, tracks, and images to verify that the

[Touch-packages] [Bug 1437919] Re: Album art rendered in Music app but not Scope.

2016-01-14 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => Confirmed ** Changed in: unity-scope-mediascanner (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1218409] Re: [MIR] unity-scope-mediascanner

2016-01-14 Thread Michi Henning
** Changed in: unity-scope-mediascanner (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu. https://bugs.launchpad.net/bugs/1218409 Title: [MIR]

[Touch-packages] [Bug 1534117] Re: Preview screen layout is unfortunate

2016-01-14 Thread Michi Henning
** Attachment added: "Screen after scrolling down" https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1534117/+attachment/4549861/+files/after-scroll.png ** Also affects: ubuntu-ux Importance: Undecided Status: New ** Changed in: unity-scope-mediascanner

[Touch-packages] [Bug 1534117] [NEW] Preview screen layout is unfortunate

2016-01-14 Thread Michi Henning
Public bug reported: I select a song from the song list and tap on it. before-scroll.png shows what I see after tapping the song. (Never mind the missing artwork, that's irrelevant.) What I see is the album art, the song title and artist, and the "Play in music app" button. What DO NOT see is

[Touch-packages] [Bug 1369920] Re: Mediascanner scope "doesn't behave well" with lots of music (~30GB)

2016-01-14 Thread Michi Henning
I'm closing this because it's very old. What matters here is not so much the the number of gigabytes, but the number of songs. I've stress-tested with thousands of (very short) songs. (To the thumbnailer and mediascanner, the size of the song is essentially irrelevant; the cost of extracting ID3

[Touch-packages] [Bug 1369920] Re: Mediascanner scope "doesn't behave well" with lots of music (~30GB)

2016-01-14 Thread Michi Henning
Pete, Rick, if you still see a problem, please re-open. ** Changed in: unity-scope-mediascanner (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scope-mediascanner in Ubuntu.

<    1   2   3   4   5   6   7   8   9   10   >