gix / foo_scrobble

foobar2000 component for last.fm scrobbling
MIT License
428 stars 12 forks source link

Punctuation conversions One Dot Leader vs full stop #19

Closed joetting closed 4 years ago

joetting commented 4 years ago

My tags are stored in ID3v2 version 2.3. should be: https://www.last.fm/music/R.E.M. actual: https://www.last.fm/music/R%E2%80%A4E%E2%80%A4M%E2%80%A4 Resulting in incorrect artist I am not sure how I can solve this on my end.

gix commented 4 years ago

foo_scrobble doesn't do any text conversions, it just asks foobar2000 to format [%artist%] for the current song (see Help > Title formatting help). So it seems as if your tags are "broken".

joetting commented 4 years ago

Thanks! My working solution: [$replace(%album artist%,'․','.')]