Jump to content

ChildCounts for Genres - missing in 3.6.0.2


PenkethBoy

Recommended Posts

PenkethBoy

It appears that "childcount" is no longer returned by the beta server 3.6.0.2

 

as i now get this

{
                      "Name":  "Audio Book",
                      "ServerId":  "393d783c30484015a24645f7844060b4",
                      "Id":  "f33ec4f0c22fba63ccc3b5db05128571",
                      "Type":  "Genre",
                      "UserData":  {
                                       "PlaybackPositionTicks":  0,
                                       "PlayCount":  0,
                                       "IsFavorite":  false,
                                       "Played":  false,
                                       "Key":  "Genre-Audio Book"
                                   },
                      "ImageTags":  {

                                    },
                      "BackdropImageTags":  [

                                            ],
                      "LocationType":  "FileSystem"
                  },

rather than this from the Stable server 3.5.0

{
                      "Name":  "Audio Book",
                      "ServerId":  "5fc81c140c6946c7b79f4f95f0594dc5",
                      "Id":  "f33ec4f0c22fba63ccc3b5db05128571",
                      "Type":  "Genre",
                      "UserData":  {
                                       "PlaybackPositionTicks":  0,
                                       "PlayCount":  0,
                                       "IsFavorite":  false,
                                       "Played":  false,
                                       "Key":  "Genre-Audio Book"
                                   },
                      "ChildCount":  364,
                      "ImageTags":  {

                                    },
                      "BackdropImageTags":  [

                                            ],
                      "LocationType":  "FileSystem",
                      "TrailerCount":  0,
                      "MovieCount":  0,
                      "SeriesCount":  0,
                      "ProgramCount":  0,
                      "EpisodeCount":  0,
                      "GameCount":  0,
                      "SongCount":  0,
                      "AlbumCount":  0,
                      "ArtistCount":  0
                  },

I am using the same "query"

 

"/emby/Genres?Recursive=true&IncludeItemTypes=AudioBook&UserId=" + $User.User.Id + "&api_key=" + $User.AccessToken

 

for both servers

 

the same applies to all Itemtypes for Genres

 

i'm not bothered about the TrailerCount...Artistcount values although i might use those in the future

Link to comment
Share on other sites

PenkethBoy

just tested with 3.5.0.1 and the childcounts are still returned

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...