Here's my first draft of the writing progress implementation. Changelog: + changed progress.end_sector to progress.sectors + progress is only updated during writing tracks (does not appears during leads) + when we have a progress.sectors == 0 it's because we are not writing a track, this is updated in the end of each session Tiago Cogumbreiro