-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Please check existing knowledge before opening an issue
- I have checked the documentation
- I have searched through existing issues and discussions.
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
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
In Progress