Updated readme.md
added the modifyers to the database generator
This commit is contained in:
parent
f0465c78d3
commit
b95643d565
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
server/sound/
|
||||||
|
|
@ -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
|
The server side consists of 3 files
|
||||||
|
|
||||||
[//]: # (Change this below later, the files will likely be renamed)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
sound/
|
sound/
|
||||||
databaseGenerator.py
|
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
|
- `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*
|
||||||
|
- 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:
|
- `songDatabase.json` stores all the information about each song in this format:
|
||||||
```
|
```
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue