Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
|||||||
# How to Use Music Player
|
# 📻 How to Use Music Player
|
||||||
|
|
||||||
## Starting the Program & First Screen
|
## 🚀 Starting the Program & First Screen
|
||||||
|
|
||||||
When a user first starts the program they'll see a blank screen with nothing in it like the following:
|
When a user first starts the program they'll see a blank screen with nothing in it like the following:
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ This is because the user has no uploaded music inside of the player.
|
|||||||
|
|
||||||
## Adding Music to the Player
|
## Adding Music to the Player
|
||||||
|
|
||||||
### Create a Directory that Contains Music
|
### 🗃️ Create a Directory that Contains Music
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ In order to add music to the player the user must first create a folder that wil
|
|||||||
> [!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.
|
||||||
|
|
||||||
### Setting Up the Album Folder
|
### 💿 Setting Up the Album Folder
|
||||||
|
|
||||||
For each album folder their two specific file types it needs:
|
For each album folder their two specific file types it needs:
|
||||||
|
|
||||||
@@ -37,5 +37,5 @@ The second type it needs and you may add as many as needed are `.mp3` and `.flac
|
|||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|
||||||
### Adding the Album to the Music Player
|
### 📦 Adding the Album to the Music Player
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user