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

Question: how to replace artist name when Maloja is rejecting it? #269

Closed
2 tasks done
Magikh42 opened this issue Feb 10, 2025 · 2 comments
Closed
2 tasks done

Question: how to replace artist name when Maloja is rejecting it? #269

Magikh42 opened this issue Feb 10, 2025 · 2 comments
Labels
question Further information is requested

Comments

@Magikh42
Copy link

Magikh42 commented Feb 10, 2025

Please check existing knowledge before opening an issue

Describe the Bug

I listened to songs by "Unknown Artist" on Spotify and Multi-Scrobbler failed to scrobble them
The target is Maloja

Exemple track: [Unknown Artist - Who Got Me](https://open.spotify.com/track/4KRREmlZJVhVVVvJHpUN5L)

Workaround: I tried to go in Multi-Scrobble faied scrobbles page and manually scrobble to Maloja using webadmin using a name different than "Unkown Artist", such as "(Unkown Artist)"

Platform

Local (NodeJS)

Versions

Multi-Scrobbler: 4fdd346
Spotify: not sure but still present on latest
Maloja: 3.2.3

Logs

I will upload logs later sorry

Additional Context

It seems to be a bug from Maloja but I think a workaround could be changing "Unknown Artist" by "(Unknown Artist)"
Maloja issue: krateng/maloja#401

@Magikh42 Magikh42 added the bug Something isn't working label Feb 10, 2025
@FoxxMD FoxxMD added question Further information is requested and removed bug Something isn't working labels Feb 10, 2025
@FoxxMD
Copy link
Owner

FoxxMD commented Feb 10, 2025

I've replied to your issue on the Maloja repo with a setting change that should allow Unknown Artist to be scrobbled.

If that does not work then the workaround you suggested can be achieved by using an artist scrobble modification in multi-scrobbler like this (in spotify.json)

[
  {
    "name": "MySpotify",
    "enable": true,
    "data": {
     // your spotify data
    },
    "options": {
      "playTransform": {
        "preCompare": {
          "artists": [
            {
              "search": "Unknown Artist",
              "replace": "(Unknown Artist)"
            }
          ]
        }
      }
    }
  }
]

@FoxxMD FoxxMD changed the title bug: Spotify -> Maloja: Unknown Artist as an artist name is rekected Question: how to replaced artist name when Maloja is rejecting it? Feb 10, 2025
@FoxxMD FoxxMD changed the title Question: how to replaced artist name when Maloja is rejecting it? Question: how to replace artist name when Maloja is rejecting it? Feb 10, 2025
@Magikh42
Copy link
Author

Setting invalid_artists in the Maloja config file settings.ini solve this issue
Thanks @FoxxMD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants