Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Issues
  • #627
Closed
Open
Issue created Nov 28, 2018 by MichaelBechHansen@MichaelBechHansen

Subsonic API:support album/artist starring

The "star" Subsonic endpoint in funkwhale requires the id parameter, whereas both id, albumId and artistId parameters are optional in the Subsonic API.

http://www.subsonic.org/pages/api.jsp#star

funkwhale gives an error when one tries to star an album or artist without starring a track n the same call:

{subsonic-response={
    error =     {
        code = 10;
        message = "required parameter 'id' not present";
    };
    funkwhaleVersion = "0.17";
    status = failed;
    type = funkwhale;
    version = "1.16.0";
}}
Edited Nov 28, 2018 by Agate
Assignee
Assign to
Time tracking