-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
23 lines (17 loc) · 875 Bytes
/
.env.example
File metadata and controls
23 lines (17 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Last.fm API Configuration
# Create your own Last.fm API application at: https://www.last.fm/api/account/create
# These credentials are required for scrobbling functionality
LAST_FM_API_KEY=your_api_key_here
LAST_FM_API_SHARED_SECRET=your_shared_secret_here
LAST_FM_APP_NAME=your_app_name
LAST_FM_APP_REGISTER=your_lastfm_username
# Discogs API Configuration
# Create your own Discogs application at: https://www.discogs.com/settings/developers
# These credentials are used for fetching album artwork
DISCOGS_API_CLIENT_KEY=your_consumer_key_here
DISCOGS_API_CLIENT_SECRET=your_consumer_secret_here
# Tidal API Configuration (for playlist import)
# Create your own Tidal application at: https://developer.tidal.com/
# These credentials are used for importing playlists from Tidal
TIDAL_API_CLIENT_ID=your_client_id_here
TIDAL_API_CLIENT_SECRET=your_client_secret_here