Git Product home page Git Product logo

awesomemedialibrarymanager's People

Contributors

gvansickle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

pubfork qtworks

awesomemedialibrarymanager's Issues

Mass deletes of non-contiguous selections from Playlists slow.

Issue #10 "Mass deletes from Playlists super slow" made a major improvement in mass delete performance, however there are still some related issues. In particular, if e.g. you do this:

  1. Sort the Library view on one of the columns.
  2. Select all and Copy.
  3. Paste into "Now Playing".
  4. Select all in "Now Playing".
  5. Deselect a few items.
  6. Delete.

Even though the original Delete selection in 4&5 consists of a few contiguous ranges in proxy-space, it appears that Qt ends up breaking this up into many single-row removes by the time it gets to the underlying model. This of course makes things slow again.

Not sure if this is ultimately completely solvable, but something like adding a step where we "re-contiguize" the selections in underlying-model-space might be beneficial.

Mass deletes from Playlists super slow.

Looks O(n2). Appears that the delete is ultimately always deleting the first row, and then the view and selection models update and look at all remaining rows, taking care of destroying performance.

TagLib chokes on Unicode(?) filenames on Windows

E.g.:

[2018-01-07T19:59:58.198 DEBUG] LibraryModel::data:177 - Returning pointer to item with Url: QUrl("file:///Z:/U2/1998 - The Best of 1980–1990 - cd 1 of 2/U2 - The Best of 1980–1990 - cd 1 of 2.flac")
TagLib: Could not open file Z:/U2/1998 - The Best of 1980–1990 - cd 1 of 2/U2 - The Best of 1980–1990 - cd 1 of 2.flac

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.