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

Artist and Title split in the wrong place when there is more than one hyphen #11

Closed
MarkWasley opened this issue Aug 15, 2023 · 0 comments

Comments

@MarkWasley
Copy link
Contributor

For a long time the track artist and track title have been split in the wrong place. Because the hyphen is being used as a delimiter to split the two, this has been causing a problem when there is more that one hyphen in $text.

For example, if I have a track named The Beatles - Yesterday - Live from The ABC Theatre, Blackpool, UK 1965, the artist will be set as The Beatles - Yesterday and the title will be set as Live from The ABC Theatre, Blackpool, UK 1965.

Icecast remote sources, including other AzuraCast stations, do not pass title and artist metadata to AzuraCast even if they are set on the original source, requiring the title that it does provide, to be split.

I will submit a pull request shortly to fix this.

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