Audio Sources
Learn about supported audio sources and how to configure them.
Supported Sources
🎵 SoundCloud
Stream millions of tracks from SoundCloud. Requires a Client ID.
soundcloud: {
enabled: true,
clientId: 'YOUR_CLIENT_ID'
}🎧 Deezer
Access Deezer's vast music library. Requires ARL token and decryption key.
deezer: {
enabled: true,
arl: 'YOUR_ARL_TOKEN',
decryptionKey: 'YOUR_KEY'
}🎶 Spotify
Stream from Spotify. Requires API credentials.
spotify: {
enabled: true,
clientId: 'YOUR_CLIENT_ID',
clientSecret: 'YOUR_CLIENT_SECRET',
market: 'BR'
}🎼 JioSaavn
Stream Indian music from JioSaavn. No additional configuration needed.
jiosaavn: {
enabled: true,
playlistLoadLimit: 50,
artistLoadLimit: 20
}Getting Credentials
SoundCloud Client ID
- Visit SoundCloud Apps
- Create a new application
- Copy your Client ID
Spotify Credentials
- Visit Spotify Developer
- Create a new application
- Copy Client ID and Client Secret
Deezer ARL Token
- Log in to Deezer in your browser
- Open Developer Tools (F12)
- Go to Application → Cookies
- Find and copy the
arlcookie value
Source Priority
When multiple sources are enabled, AurisLink searches them in this order:
- Direct URL matching (YouTube, SoundCloud, etc)
- Search across enabled sources
- Return best match or error