[Bug 1224998] Re: Cache preview and thumbnail images

2017-03-13 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium ** No longer affects: unity8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To ma

[Bug 1224998] Re: Cache preview and thumbnail images

2014-10-01 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage notifications about this bug

[Bug 1224998] Re: Cache preview and thumbnail images

2014-07-04 Thread Michał Sawicz
** Branch linked: lp:~unity-team/unity8/cache-network-data ** Changed in: unity8 (Ubuntu) Status: Confirmed => Fix Released ** Changed in: unity8 Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1224998] Re: Cache preview and thumbnail images

2014-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~saviq/unity8/cache-network-data -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage notifications about this bug go to: h

[Bug 1224998] Re: Cache preview and thumbnail images

2014-05-22 Thread Sergio Schvezov
I bought six SIMs for the sprint here with 5€ each; they lasted 2 days while there was no "network browsing". This bug should be made critical, our credit was wiped clean because of just rebooting and refreshing... -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1224998] Re: Cache preview and thumbnail images

2014-04-22 Thread Leo Arias
** Tags added: elopio qa-new -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread Michał Sawicz
** Changed in: unity8 Assignee: Albert Astals Cid (aacid) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage notification

Re: [Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread Michał Sawicz
On 19.09.2013 09:05, Jussi Pakkanen wrote: > @michal: limiting the amount of queries is a good thing but having > cancellables might not be the best way to achieve that. There needs to > be a rate limiter somewhere but it is uncertain what is the best place > for it. > > The thumbnailer should not

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread Jussi Pakkanen
@michal: limiting the amount of queries is a good thing but having cancellables might not be the best way to achieve that. There needs to be a rate limiter somewhere but it is uncertain what is the best place for it. The thumbnailer should not place arbitrary limits on how much work it does. There

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread Victor Thompson
On the note of extracting media cover art from MP3's: The ability to extract the cover art from a URL was added to the Filemanager's FolderListModel plugin (which is installed by default) [1]. Someone could package JUST the image provider portion of it, perhaps. [1] https://code.launchpad.net/~ub

Re: [Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread Michał Sawicz
On 19.09.2013 03:07, Jussi Pakkanen wrote: > Cancellability is really, really hard. Is it absolutely necessary? Would > a timeout value be sufficient? Thing is, imagine scrolling quickly through a list of 200 items that don't have their images available locally. That will end up queueing 200 ima

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread David Planella
Thanks Jussi. Would you mind elaborating a bit more on that? It would help us very much to remove uncertainty as to whether we need to plan for adding functionality to the Grilo QML plugin the Music app uses to talk to mediascanner/grilo or whether we will get this functionality transparently from

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread Jussi Pakkanen
There is code for extracting image data out of mp3 files. It will be added to wherever this functionality ends up going. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview an

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread David Planella
We've been having that discussion for the Music app recently [1]. Right now the Music app uses its own media scanner reads the cover art from the embedded images in the media files. However, we are now migrating from the custom implementation to using mediascanner, and we found out that we can no

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-19 Thread Jussi Pakkanen
Cancellability is really, really hard. Is it absolutely necessary? Would a timeout value be sufficient? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail image

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Omer Akram
oh - right, yes. I meant that case only. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage notifications about this bug go to: https://bugs.l

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Michał Sawicz
Omer, sure it does - you might be thinking of bug #1193099 that doesn't happen under Mir. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage n

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Omer Akram
FWIW this does not happen under Mir. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage notifications about this bug go to: https://bugs.launc

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Michal Hruby
Also, since mediascanner is used in the example, how will other apps deal with the not-yet-downloaded album art? I'm thinking about the music-app, which should also use mediascanner's data. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Michal Hruby
A few notes from saviq and me about what should the service do ideally: • driven from dash • driven by the media scanner (additional) • ability to cancel requests • consider power connection (do more on AC, less on battery) • continue with cancelled requests? • ultimately a system service • ageing

Re: [Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Michał Sawicz
On 18.09.2013 14:37, Michal Hruby wrote: > Also, since mediascanner is used in the example, how will other apps > deal with the not-yet-downloaded album art? I'm thinking about the > music-app, which should also use mediascanner's data. Well, I'd assume the "album art image provider", that should

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Michał Sawicz
** Changed in: unity8 Status: Confirmed => Triaged ** Changed in: unity8 (Ubuntu) Status: New => Confirmed ** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) => Jussi Pakkanen (jpakkane) -- Y

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Omer Akram
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224998 Title: Cache preview and thumbnail images To manage notifications