Organize: Skip existing files if not overwriting

Fixes #1484
This commit is contained in:
Jonas Kvinge
2025-12-17 22:58:17 +01:00
parent fe4d9979ce
commit 1c2e87b741
2 changed files with 27 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ class Organize : public QObject {
void SetSongProgress(const float progress, const bool transcoded = false);
void UpdateProgress();
Song::FileType CheckTranscode(const Song::FileType original_type) const;
bool ShouldSkipFile(const QString &filename) const;
private:
struct Task {