Jump to content

BoxSet Count now broken in HTTP API ?


cw-kid

Recommended Posts

cw-kid

I have a device tile in my Home Automation dashboard app, that shows me the counts of various things in my libraries. 

For example:

Movies = 100
Boxsets = 0
TV Shows = 50
Episodes = 200
Music Albums = 120

 

Boxsets is now showing as 0 this was working before. 

I now notice that you have replaced the Auto Boxsets plugin and this functionality is in-built now in to the Emby server, maybe related ? 

I use a URL like this to retrieve the counts:

http://EMBY-IP:8096/emby/Items/Counts?api_key=123456789

And now I see: 

"BoxSetCount":0

Also just noticed this as well which can't be correct:

"ArtistCount":0

Not sure what this one is but its also zero:

"ItemCount":0

All the others look to be correct and have values in them. 

```

{"MovieCount":100,"SeriesCount":50,"EpisodeCount":200,"GameCount":0,"ArtistCount":0,"ProgramCount":0,"GameSystemCount":0,"TrailerCount":0,"SongCount":1203,"AlbumCount":120,"MusicVideoCount":74,"BoxSetCount":0,"BookCount":0,"ItemCount":0}

```

Thanks

Edited by cw-kid
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...