You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
The mediabrowser.model.querying.ItemFields enum contains the fixed list of fields you can add to a query. However, it's a quite a bit out-of-sync. Unfortunately, the ItemQuery class only allows ItemFields values, so there's no way to provide 'custom' values when building a query.
I'm guessing that this code is autogenerated from the .NET version, which is also missing the values. A few examples are:
AirDays, Album, AlbumArtist, AlbumId, AlbumPrimaryImageTag, AspectRatio, CommunityRating, EndDate, LocalTrailerCount, PremiereDate, Status
There are more, but this gives the general idea. I was specifically looking for CommunityRating, but when digging found that the list on https://github.com/MediaBrowser/Emby/wiki/Item-Information contains alot more than is on the enum.
The text was updated successfully, but these errors were encountered:
The mediabrowser.model.querying.ItemFields enum contains the fixed list of fields you can add to a query. However, it's a quite a bit out-of-sync. Unfortunately, the ItemQuery class only allows ItemFields values, so there's no way to provide 'custom' values when building a query.
I'm guessing that this code is autogenerated from the .NET version, which is also missing the values. A few examples are:
AirDays, Album, AlbumArtist, AlbumId, AlbumPrimaryImageTag, AspectRatio, CommunityRating, EndDate, LocalTrailerCount, PremiereDate, Status
There are more, but this gives the general idea. I was specifically looking for CommunityRating, but when digging found that the list on https://github.com/MediaBrowser/Emby/wiki/Item-Information contains alot more than is on the enum.
The text was updated successfully, but these errors were encountered: