mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.48k stars 1.28k forks source link

Crate / Playlist duration / track count is not updated if a track is hidden #8710

Open mixxxbot opened 2 years ago

mixxxbot commented 2 years ago

Reported by: daschuer Date: 2016-12-04T23:15:31Z Status: Confirmed Importance: Low Launchpad Issue: lp1647223


the issue can be fixed by restarting Mixxx

mixxxbot commented 2 years ago

Commented by: uklotzde Date: 2016-12-05T10:34:54Z


Already fixed for crates in my playground branch:

https://github.com/uklotzde/mixxx/tree/cratestorage

This branch contains a major refactoring of the database access code for crates. By using TrackCollection as a controller, transaction manager, and signal sender/source for all library entities, the dependencies between those entities will (hopefully) become more manageable. Currently only the code for crates has been migrated.

mixxxbot commented 2 years ago

Commented by: uklotzde Date: 2017-02-04T13:44:37Z


Fix for crates has been merged.