Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
calliostro_lastfm:
# Required: API Key (get from https://www.last.fm/api/account/create)
# Required: API Key for all practical operations (get from https://www.last.fm/api/account/create)
api_key: '%env(LASTFM_API_KEY)%'

# Required for write operations: API Secret
# Required for authenticated operations: API Secret
api_secret: '%env(LASTFM_SECRET)%'

# Optional: Session key for scrobbling and user operations
# Get this via Last.fm OAuth flow or use a pre-generated session key
# session_key: '%env(LASTFM_SESSION_KEY)%'

# Optional: HTTP User-Agent header for API requests
# user_agent: 'MyApp/1.0 +https://myapp.com'

Expand Down
3 changes: 2 additions & 1 deletion calliostro/last-fm-client-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"env": {
"LASTFM_API_KEY": "",
"LASTFM_SECRET": ""
"LASTFM_SECRET": "",
"#LASTFM_SESSION": ""
}
}