feat: if no root dir is set, try ~/Music

if there's music in there, add it as a root dir
This commit is contained in:
geoffrey45
2023-01-23 10:19:21 +03:00
parent bcc4873766
commit d676459b9a
3 changed files with 40 additions and 27 deletions
+1
View File
@@ -46,6 +46,7 @@ ARTIST_IMG_LG_PATH = os.path.join(ARTIST_IMG_PATH, "large")
THUMBS_PATH = os.path.join(IMG_PATH, "thumbnails")
SM_THUMB_PATH = os.path.join(THUMBS_PATH, "small")
LG_THUMBS_PATH = os.path.join(THUMBS_PATH, "large")
MUSIC_DIR = os.path.join(USER_HOME_DIR, "Music")
# TEST_DIR = "/home/cwilvx/Downloads/Telegram Desktop"