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?
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?