Skip to content

feat: JSON-Endpoint to scrobble with iOS Shortcut #360

@jan666

Description

@jan666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions