You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
docs: enhance Zvuk Music token obtaining instructions
Expand the token authentication instructions with comprehensive details
to address reviewer feedback about needing better explanation:
- Add detailed step-by-step process with visual JSON response example
- Include browser-specific display tips for different platforms
- Add security warning about token privacy
- Restructure "Known Issues" with subsections for authentication and quality
- Provide troubleshooting guidance for common token-related problems
This brings the documentation in line with other token-based providers
like SoundCloud and Deezer while maintaining appropriate detail level
for the JSON API endpoint authentication method.
Addresses feedback from PR review comment requesting better explanation
of the token extraction process.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Copy only the alphanumeric string between the quotes (not including the quotes)
65
+
- The token is typically a long string of random letters and numbers
66
+
- Example token: `abc123def456ghi789jkl012mno345pqr678stu901vwx234yz`
67
+
68
+
5.**Paste the token** into Music Assistant
69
+
70
+
- Go to Music Assistant Settings → Music Providers → Zvuk Music
71
+
- Paste the token into the "X-Auth-Token" field
72
+
- Save the configuration
73
+
74
+
!!! tip "Browser Display Tips"
75
+
- **Chrome/Edge**: JSON will be formatted automatically for easy reading
76
+
- **Firefox**: JSON appears with syntax highlighting
77
+
- **Safari**: Enable Develop menu → Show Page Source if needed
78
+
- **Other browsers**: If the browser downloads a file, open it with a text editor
79
+
80
+
!!! warning "Token Security"
81
+
Keep your token private and do not share it. Anyone with your token can access your Zvuk Music account.
40
82
41
83
### Settings
42
84
@@ -46,8 +88,15 @@ Configuration requires obtaining an X-Auth-Token from Zvuk Music.
46
88
47
89
## Known Issues / Notes
48
90
49
-
- The token may expire and need to be refreshed periodically
50
-
- If lossless quality is unavailable (no subscription), the provider will automatically fall back to the highest available quality
91
+
### Authentication Issues
92
+
93
+
-**Token expiration**: The token may expire and need to be refreshed periodically. If you encounter authentication errors, try obtaining a new token by following the steps above.
94
+
-**Login required**: You must be logged in to zvuk.com before accessing the profile endpoint. If you see an error or empty response, make sure you're logged in to your account first.
95
+
-**Invalid token format**: Ensure you copied the complete token value without any extra spaces, quotes, or line breaks.
96
+
97
+
### Quality Issues
98
+
99
+
- If lossless quality is unavailable (no subscription), the provider will automatically fall back to the highest available quality (320 kbps)
0 commit comments