Skip to content

[Feature request] Add an include filter option #44

@mcarlton00

Description

@mcarlton00

The current GetItems Endpoint accepts a filter option, however it's an opt out by media type. This can lead to extra slow syncs when a user has two libraries of the same type, but only has one synced to Kodi. In the current implementation, we would receive updates for both libraries and have to sort through them locally.

In a perfect world, I'd also like to change the API response to have full items. Currently, we get a list of item IDs, but then in order to process them locally in Kodi we have to make a separate request back to the server for each item. It would be far more efficient if we could retrieve a list of all the updated items at one time. If we go this route, I think we should probably make a new endpoint that returns the full items instead of changing the existing one. Otherwise, it's going to be a pretty big change with potential to break some/most setups.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis PR or Issue requests or introduces a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions