Update README.md
This commit is contained in:
@@ -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
|
### 🗃️ 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.
|
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]/`
|
`[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]
|
> [!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.
|
> 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user