Library spot is lost or reset frequently
Bug #738578 reported by
Phillip Whelan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
New
|
Low
|
Unassigned |
Bug Description
While browsing through the library, at least crates, and adding songs to crates and possibly while adding them to playlists as well your spot in the library can be lost. The pane will just refresh, leaving you right back at the beginning. This is extremely annoying, especially for larger libraries. This can happen when adding a single track to a crate, but mostly happens when adding more than 10 tracks.
This also can happen when loading tracks as well. In general we should avoid reseting the current browsing position if at all possible.
summary: |
- Library spot is lost or reset frequently when adding songs to crates + Library spot is lost or reset frequently |
description: | updated |
To post a comment you must log in.
This is a side-effect of the current workaround for the library showing stale data for tracks that leave the track cache. When a track is expelled from the track cache, we currently select() on the library table. This causes the current spot to be lost.