Skip to content

Subsonic compat

Agate requested to merge subsonic-compat into develop

As part of https://github.com/fangfufu/httpdirfs/issues/45, we've identified several issues that prevent httpdirfs to work with Funkwhale servers.

This MR should fix all of them:

  • Ensure date are formatted as per the subsonic API documentation
  • Ensure we include a path in our song objects
  • Fix an unrelated crash when retrieving getUser

cc @funkwhale/reviewers-python

Edited by Agate

Merge request reports