Skip to content

Commit 6c9a2d0

Browse files
committed
Add quality specifications and file naming formats to README.md
1 parent d0a9533 commit 6c9a2d0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,39 @@ options:
9898
```
9999
</div>
100100

101+
## 🔐 Auth Token
102+
Star the repository on GitHub, then click "Get Auth Tokens" to access your authentication credentials. [Click Here](https://amazon-music-api.vercel.app/login)
103+
104+
## 🎵 Quality
105+
106+
| Quality | Specification | Bitrate | Format |
107+
|-----------|----------------------------------------|------------------|--------|
108+
| Low | 48kbps | 48 kbps | OPUS |
109+
| Medium | 192kbps | 192 kbps | OPUS |
110+
| Normal | 320kbps | 320 kbps | OPUS |
111+
| High | ≤16-bit / ≤48 kHz | ≤1411 kbps | FLAC |
112+
| Master | 24-bit / ≤96 kHz | ≥2300 kbps | FLAC |
113+
| Max | 24-bit / ≤192 kHz | ≥4600 kbps | FLAC |
114+
115+
### 📁 File & Folder Naming Formats
116+
117+
#### Track File Formats
118+
119+
| ID | Format Name | Example Output |
120+
|----|------------------------|-----------------------------------------|
121+
| 1 | TITLE_ARTIST | {track_explicit}{title} - {artist} |
122+
| 2 | TITLE_ARTIST_QUALITY | {title} - {artist} ({quality}) |
123+
| 3 | ARTIST_TITLE | {artist} - {title} |
124+
| 4 | ARTIST_TITLE_QUALITY | {artist} - {title} ({quality}) |
125+
126+
#### Album Folder Formats
127+
128+
| ID | Format Name | Example Output |
129+
|----|--------------------------|-----------------------------------------|
130+
| 1 | ALBUM_ARTIST | {album_explicit}{album} - {album_artist}|
131+
| 2 | ALBUM_ARTIST_QUALITY | {album} - {album_artist} ({quality}) |
132+
| 3 | ARTIST_ALBUM | {album_artist} - {album} |
133+
| 4 | ARTIST_ALBUM_QUALITY | {album_artist} - {album} ({quality}) |
101134

102135
## 🔗 Quick Links
103136
- **Base URL**: [Click Here](https://amazon-music-api.vercel.app)

0 commit comments

Comments
 (0)