From fc12e5e1d130349da8365c97618acd71ac0d1be8 Mon Sep 17 00:00:00 2001 From: Kristy <124598538+kristy-fournier@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:18:40 -0500 Subject: [PATCH] Update readme.md changed my mind on some wording --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b7f53d0..a2e25af 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ Read on for specific information on each piece of the app. ## Details These are specific details on each section of the app, and how to use them ### Server: -- `./sound` contains all mp3 files by default +- `sound/` contains all mp3 files by default - `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*