krateng / maloja

Self-hosted music scrobble database to create personal listening statistics and charts
https://maloja.krateng.ch
GNU General Public License v3.0
1.18k stars 69 forks source link

Audioscrobbler 2.0 implemented differently from actual API #292

Closed duckfromdiscord closed 8 months ago

duckfromdiscord commented 1 year ago

auth.getMobileSession as in authmobile returns JSON instead of the XML expected by the AudioScrobbler 2.0 API:

image

Scrobbling is the same way, also returns JSON instead of XML

EDIT: Apparently the Audioscrobbler API on Last.FM allows you to select a format when you're making the request. There is a JSON format, but it may or may not be default.

duckfromdiscord commented 8 months ago

closed in favor of #293