Nerixyz / current-song2

Display the currently playing song/audio.
https://currentsong.nerixyz.de
91 stars 7 forks source link

Hyphen #530

Closed plushxwx closed 6 days ago

plushxwx commented 1 week ago

Hyphen in song title causes wrong artist to display, this only happens with some songs: https://soundcloud.com/st-ars-tar-star-sta-r/sophie-just-like-we-never-said-goodbye-revamp appears like this add9dbca1d9650e2d5632de9cc67e065

https://soundcloud.com/jumang4423/computer-city-mediumcore-edit appears like this 857e4871782eb8a2cc320f0ec3876fc9

https://soundcloud.com/leondismusic/tasteleondisremix appears like this 482bf4333b59efaded5e5eddb7fb878d

https://soundcloud.com/st-ars-tar-star-sta-r/mental-im-mad-me-mix appears like this 0aaa64f467cf3562f113ae755468b728

https://soundcloud.com/iamwolfmagic/dog-blood-break-law-wolfmagic-edit appears like this e3914ad7c3e0895837e0b9d5fc24a3f2

Nerixyz commented 6 days ago

There are a few utilities that try to "clean up" the information from "server", because often, the artist isn't the desired artist or duplicate (on YouTube for example, the artist is always the channel name). I'm not sure what the ideal path would be here, because we don't really know where a song comes from. Maybe there could be a setting to disable any cleanup?

plushxwx commented 6 days ago

Yeah I think an option to disable cleanup would be good because in my case I'd prefer it to just always display the soundcloud account as the artist and the title on soundcloud as the song title. I'm just not sure how I'd go about disabling this as I'm not really familiar with how the program works, struggled to set up my theme as is lolz.

Nerixyz commented 6 days ago

You can now add use-raw-data to the query (e.g. http://localhost:48457/?use-raw-data) and it will skip the cleanup.

Should be in the nightly build in a few minutes.