Skip to content

[BUG] AIOMetadata does not correctly detect mixed dynamic MDBList lists #415

@nobnobz

Description

@nobnobz

Description

There seems to be an issue with mixed AIOMetadata lists when they are created via dynamic lists.

For static lists, AIOMetadata correctly detects that the list contains both movies and series, labels it as all, and displays both content types as expected.

However, when creating a mixed list through AIOMetadata dynamic lists, only the type that was created first is recognized. The second type can only be added manually, which results in two separate lists instead of one combined all list.

Expected behavior

AIOMetadata should automatically detect that the dynamic list contains both movies and series and switch the type to all, just like it already does for static MDBLists.

Actual behavior

  • Only the initially created type is recognized
  • The second type must be added manually
  • This still results in two separate lists
  • Manually changing the type to all in the UI or directly in the JSON does not fix the issue
  • The list is still not treated or displayed as an all list

Impact

At the moment, dynamic lists are effectively only usable with:

  • movie
  • series

but not with all, even if the underlying list is clearly mixed.

Example: this is a mixed list: https://mdblist.com/lists/nobnobz/netflix but AIOMetadat lists it as two lists:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions