diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3cbe8f98..e125155e 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 8, 3) -CODENAME = "discovery" -BUILD_DT = (2021, 2, 22) +VERSION = (0, 9, 0) +CODENAME = "the strongest music server" +BUILD_DT = (2021, 3, 2) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/mtag.py b/copyparty/mtag.py index 60bff287..9451f5c7 100644 --- a/copyparty/mtag.py +++ b/copyparty/mtag.py @@ -24,7 +24,7 @@ class MTag(object): try: import mutagen except: - self.log("could not load mutagen, trying ffprobe instead") + self.log("\033[33mcould not load mutagen, trying ffprobe instead") backend = "ffprobe" if backend == "ffprobe":