Modified track info is lost on a crash
Bug #1416636 reported by
Ferran Pujol
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
How to reproduce:
-Open Mixxx from command line
-Modify a track title for example
-Send Mixxx SIGINT
-Open Mixxx again: track changes are lost
Mixxx should save tracks to database as soon as they are changed or in a reasonable short time after.
Changed in mixxx: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
To post a comment you must log in.
This probably not that trivial. We want to be reliable as much as possible, but reduce the DB HD access to a minimum since it is driven from the GU thread and may block user input for a moment. /github. com/mixxxdj/ mixxx/pull/ 73
Maybe we have to tweak the current situation.
This will be much easier once we have merge the dedicated DB thread pull request of Nazar into master.
https:/