Strip "- single" string from scrobble #646
Replies: 1 comment 1 reply
|
fixed with "album": [
"/\\s*[-–—]\\s*(?:Maxi[\\s-]?)?(?:Single|EP)\\s*$/i",
"/\\s*\\((?:Maxi[\\s-]?)?(?:Single|EP)\\)\\s*$/i"
] |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, how can I strip "- single" from the scrobble in multiscrobbler?
I have this song that adds "- single" in the album section because of Apple Music and I wanted to remove that part from the scrobble so LastFM can't see that part.
All reactions