11 lines
675 B
Markdown
11 lines
675 B
Markdown
# Library
|
|
Synthwave searches for music files inside of the `./media` directory.
|
|
The general structure should be like `Artist/Album/Track`.
|
|
It is assumed that an audio file is inside a "Album" folder and the "Album" folder is inside an "Artist" folder.
|
|
Besides that Synthwave enforces no folder structure, so something like `Category/Year/Artist/Album/Track` would also work.
|
|
|
|
## Artist Image
|
|
The artists image is an image file named `artist` in the artists presumed directory, which is derived from the folder structure. This image can have animation.
|
|
|
|
## Album Cover
|
|
The album cover is an image file named `cover` inside the albums directory. This image can have animation.
|