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
In last.fm it is not standard to scrobble multiple artists using & as apple music likes to do, I personally prefer to just scrobble based on the first artist, I will probably make a fork and give it a shot myself but if anyone wants to give it a shot to save me the effort of setting up a dev space for C# it can be done using rejex with:
for just 2 artists: \ &(.*)
ones seperated by comas: \ ,(.*)
The text was updated successfully, but these errors were encountered:
That should be do-able. I'll dust off the Regex skills and give it a shot later this week. I'll also see how the official Scrobbler handles it with iTunes. Do you have a specific song or two that I could use as an example?
In last.fm it is not standard to scrobble multiple artists using & as apple music likes to do, I personally prefer to just scrobble based on the first artist, I will probably make a fork and give it a shot myself but if anyone wants to give it a shot to save me the effort of setting up a dev space for C# it can be done using rejex with:
for just 2 artists:
\ &(.*)
ones seperated by comas:
\ ,(.*)
The text was updated successfully, but these errors were encountered: