Move organise files, add option to strip all non-fat characters

This commit is contained in:
Jonas Kvinge
2018-12-29 15:37:16 +01:00
parent 2e1b601508
commit 2a54cb17e7
17 changed files with 96 additions and 95 deletions

View File

@@ -84,6 +84,7 @@ class Song {
static const QString kEmbeddedCover;
static const QRegExp kCoverRemoveDisc;
static const QRegExp kFilenameRemoveNonFatChars;
static QString JoinSpec(const QString &table);