mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 20:23:42 +01:00
Add file watching/automatic reload, remove manual reload, split utils into multiple files, add much more metadata such as last play time and play times
This commit is contained in:
@@ -9,6 +9,8 @@ discord_presence_id = 1368277020332523530
|
||||
|
||||
audio_extensions = ["mp3", "m4a", "aac", "flac", "ogg", "opus", "wav"]
|
||||
|
||||
view_modes = ["files", "playlist"]
|
||||
|
||||
DARK_GRAY = Color(45, 45, 45)
|
||||
GRAY = Color(70, 70, 70)
|
||||
LIGHT_GRAY = Color(150, 150, 150)
|
||||
|
||||
Reference in New Issue
Block a user