Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Oct 26, 2023
1 parent aa38715 commit 064b676
Show file tree
Hide file tree
Showing 7 changed files with 782 additions and 709 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ add_stats.py
song_info.txt
*_test.py
*_ref.*
redownload.py
redownload.py
sound_vis_cache/
10 changes: 8 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@
MAESTRO_DIR = os.path.join(os.path.expanduser("~"), ".maestro-files/")

SETTINGS_FILE = os.path.join(MAESTRO_DIR, "settings.json")
DEFAULT_SONGS_DIR = os.path.join(MAESTRO_DIR, "songs/")
SONGS_DIR = None
DEFAULT_SETTINGS = {
"song_directory": os.path.join(MAESTRO_DIR, "songs/"),
# "data_outlets": {
# "file": [],
# "serial": [],
# },
}
SETTINGS = {}

SONGS_INFO_PATH = os.path.join(MAESTRO_DIR, "songs.txt")

Expand Down
Binary file added dist/maestro-music-1.0.11.tar.gz
Binary file not shown.
Binary file added dist/maestro_music-1.0.11-py3-none-any.whl
Binary file not shown.
Loading

0 comments on commit 064b676

Please sign in to comment.