From b95643d565dfdfbe28ccccdb687565b469933975 Mon Sep 17 00:00:00 2001 From: dylan-fournier <124598538+dylan-fournier@users.noreply.github.com> Date: Wed, 22 May 2024 12:46:06 -0400 Subject: [PATCH] Updated readme.md added the modifyers to the database generator --- .gitignore | 1 + readme.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d020a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +server/sound/ \ No newline at end of file diff --git a/readme.md b/readme.md index fc61b4f..7c3ca6f 100644 --- a/readme.md +++ b/readme.md @@ -12,8 +12,6 @@ The client is a web application that can be hosted on any server, it need not be \ The server side consists of 3 files -[//]: # (Change this below later, the files will likely be renamed) - ``` sound/ databaseGenerator.py @@ -36,6 +34,8 @@ These are specific details on each section of the app, and how to use them - `databaseGenerator.py` scans through mp3 files and gets information about them - `Filename, Title, Artist, Art, Length` are all saved - *If the title and artist are not in the mp3 metadata, it looks for a format of* `TITLE_ARTIST.mp3` *and otherwise defaults to the file name as the title, and no artist* + - Running with `--mode (update/new)` either updates the current database and only adds new songs, or recreates the entire database (update is default) + - Running with `--art (True/False)` retrieves art from LastFM or doesn't (True is default) - `songDatabase.json` stores all the information about each song in this format: ``` [