I‘m trying to get more info about the music I‘m accessing via Iris. According to the Iris documentation I can enable last.fm to get more meta info. However, the iris documentation is a bit bare regarding last.fm:
lastfm_authorization_url- The URL to use as LastFM OAuth gateway. This is only used when you authenticate Iris with LastFM.
- If you wish to configure and host your own gateway script see the example
auth_lastfm.phpscript.- Defaults to
https://jamesbarnsley.co.nz/auth_lastfm.php
Looking at my mopidy configuration there‘s nothing there for last.fm
[iris]
enabled = true
country = US
locale = en_US
snapcast_enabled = false
but I see that the lastfm_authorization_url is set to the default address when I look at the final configuration:
[iris]
enabled = true
country = US
locale = en_US
verify_certificates = true
snapcast_enabled = false
snapcast_host = localhost
snapcast_port = 1780
snapcast_ssl = false
snapcast_stream = Default
spotify_authorization_url = https://jamesbarnsley.co.nz/iris/auth_spotify.php
lastfm_authorization_url = https://jamesbarnsley.co.nz/iris/auth_lastfm.php
genius_authorization_url = https://jamesbarnsley.co.nz/iris/auth_genius.php
data_dir = $XDG_DATA_DIR/
How can I tell if last.fm is working? Is there more I need to do to take advantage of it?