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

Would like album title as well #9

Open
joemcmahon opened this issue Feb 21, 2024 · 2 comments
Open

Would like album title as well #9

joemcmahon opened this issue Feb 21, 2024 · 2 comments

Comments

@joemcmahon
Copy link
Owner

We have artist and title but not album. Nice to have on third line.

May be ab FRadio library fix, but we can see it here. Will move the issue there if that's the case.

@joemcmahon
Copy link
Owner Author

Have found a backward-compatible fix.

We now are sending the data as artist - title; this is consistent with the parsing in FRadioPlayer. I've added a new accessor that reparses the metadata string, looking for artist - release - title; if it sees that, it extracts the release and makes it available. If it can't parse the string that way, it falls back to "first is artist, last is title".

We'll test this against out Icecast server and see if it works as expected, and then standardize on this format for the future.

@joemcmahon
Copy link
Owner Author

#11

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

No branches or pull requests

1 participant