Show more detailed status on sidecar creation.

This commit is contained in:
2019-04-20 21:30:39 +01:00
parent d18690b0e1
commit 888138e1af
4 changed files with 16 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ namespace DiscImageChef.Core
MediaType dskType = image.Info.MediaType;
UpdateStatus("Hashing media tags...");
foreach(MediaTagType tagType in image.Info.ReadableMediaTags)
{
if(aborted) return;
@@ -366,6 +367,7 @@ namespace DiscImageChef.Core
List<Partition> partitions = Partitions.GetAll(image);
Partitions.AddSchemesToStats(partitions);
UpdateStatus("Hashing tracks...");
foreach(Track trk in tracks)
{
if(aborted)