multi-scrobbler icon indicating copy to clipboard operation
multi-scrobbler copied to clipboard

feat: JSON-Endpoint to scrobble with iOS Shortcut

Open jan666 opened this issue 3 months ago • 8 comments

Please check existing knowledge before opening an issue

Describe the new functionality

I'm using an iOS Shortcut to scrobble from Apple Music. The shortcut is triggered every time I open the Music App.

For every track I do a POST call to a simple self-made go program, containing artist, album, title, last played date, duration. The go program puts the data in s simple database (one table). Another small go program loads it from the database and uses the maloja API to scrobble to maloja.

I use this proof of concept for maybe 2 or 3 years now and it works surprisingly well.

It would be nice if I could use the MultiScrobbler instead of my 2 go programs. MultiScrobbler could expose a simple API Endpoint which takes JSON per scrobble.

What do you think? This would somehow "support" Apple Music.

Configuration Example


Will you help implement it?

  • [ ] I am willing to contribute code towards completing this feature
  • [ ] I am willing to help test preview builds for this feature

jan666 avatar Sep 18 '25 05:09 jan666