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
Currently the default behaviour is to return the artist name as 'Rusty Hodge' or similar (the DJ name) for SomaFM streams, and the track name consists of 'Track name - Artist name'
I would love for Mopidy-SomaFM to interpret the Artist name from the full track name or similar and assign the Artist name dynamically per track.
Can you point me in the right direction in the code where I might be able to have a go at implementing this?
The text was updated successfully, but these errors were encountered:
Also to get the right artist, it must decode the stream (the one played by mopidy). However, this plugins only provide stream url to play to mopidy. If mopidy provides an API to fetch decoded metadata, it should be possible.
Currently the default behaviour is to return the artist name as 'Rusty Hodge' or similar (the DJ name) for SomaFM streams, and the track name consists of 'Track name - Artist name'
I would love for Mopidy-SomaFM to interpret the Artist name from the full track name or similar and assign the Artist name dynamically per track.
Can you point me in the right direction in the code where I might be able to have a go at implementing this?
The text was updated successfully, but these errors were encountered: