From 9a3008b29e2bf0efb79eea1027240639f2072db0 Mon Sep 17 00:00:00 2001 From: Kristy Fournier <124598538+kristy-fournier@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:15:33 -0500 Subject: [PATCH] Update readme to match new generator use --- readme.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 02b7058..0eb0171 100644 --- a/readme.md +++ b/readme.md @@ -49,18 +49,19 @@ These are specific details on each section of the app, and how to use them - Running with `--directory (directoryOfmp3s)` allows for sound files to be in a different place - Default `"./sound"` - _This setting might be kinda iffy on Linux. You're on Linux just go and edit it if you have issues_ - - __Make certain you only use forward slashes in your directory, even on Windows__ + - ~~__Make certain you only use forward slashes in your directory, even on Windows__~~ I think this should be fine now i'll check later - `songDatabase.json` stores all the information about each song in this format: ``` -[ - { - "file": "The Search_NF.mp3", - "title": "The Search", - "artist": "NF", - "art": "https://lastfm.freetls.fastly.net/i/u/64s/03125956378d531a44e1b7da89aae795.png", - "length": 292 +{ + "songDirectory": "./sound/", + "songData": { + "Circus_Fox Szn.mp3": + {"title": "Circus", + "artist": "Fox Szn", + "art": null, + "length": 141} } -] +} ``` - `webbyBits.py` imports the database, runs all music playing, and accepts all commands from clients - Searches return matching songs