From c97f2ce5472791f29992d37fea51b55cc884c4b4 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Sun, 28 Mar 2021 15:45:32 +0000 Subject: [PATCH] Add warning about missing files referenced in the cue sheet This happens when a track fails to be ripped and gets skipped. Signed-off-by: JoeLametta --- whipper/command/cd.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whipper/command/cd.py b/whipper/command/cd.py index 9b03cf6..205e650 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -566,6 +566,9 @@ Log files will log the path to tracks relative to this directory. self.program.write_m3u(discName) if len(self.skipped_tracks) > 0: + logger.warning("the generated cue sheet references %d track(s) " + "which failed to rip so the associated file(s) " + "won't be available", len(self.skipped_tracks)) self.program.skipped_tracks = self.skipped_tracks try: