Update readme.md

changed my mind on some wording
This commit is contained in:
Kristy 2024-11-08 23:18:40 -05:00
parent dc0cfd80a0
commit fc12e5e1d1

View file

@ -36,7 +36,7 @@ Read on for specific information on each piece of the app.
## Details ## Details
These are specific details on each section of the app, and how to use them These are specific details on each section of the app, and how to use them
### Server: ### 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 - `databaseGenerator.py` scans through mp3 files and gets information about them
- `Filename, Title, Artist, Art, Length` are all saved - `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* - *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*