Update README.md

This commit is contained in:
2025-11-21 13:45:39 -07:00
parent 0b8b433cd5
commit 2dafa95b51

View File

@@ -26,13 +26,13 @@ This is because the user has no uploaded music inside of the player.
### 🗃️ 2a. Create a Directory to Hold Album Files
> [!NOTE]
> Anytime brackets are used in the instructions they are to be disregarded. They are just used to denote a parameter
In order to add music to the player the user must first create a folder that will act as an album/playlist with a specific naming convention. This is done to correctly categorize/sort playlists by artist and to keep audio files isolated to their correct place.
`[ARTIST_NAME]/[ALBUM_NAME]/`
> [!NOTE]
> Anytime brackets are used in the instructions they are to be disregarded. They are just used to denote a parameter
> [!TIP]
> For example, if you wanted to upload "Dark Side of the Moon" by "Pink Floyd" you would create a folder called `/Pink Floyd` and inside it create another folder called `Dark Side of the Moon`. It will be inside `/Pink Floyd/Dark Side of the Moon` that all of the audio and image (for album cover) files will reside for the album.