Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Use correct artist name of track instead of DJ name #41

Open
tatealive opened this issue Feb 11, 2021 · 1 comment
Open

Request: Use correct artist name of track instead of DJ name #41

tatealive opened this issue Feb 11, 2021 · 1 comment

Comments

@tatealive
Copy link

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?

@AlexandrePTJ
Copy link
Owner

There is configuration var: dj_as_artist = true

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants