What and where are the dvr groups?

I know what the files, jobs and rules are, but not groups.

The count shows on the DVR UI Settings page as "185 Shows".
I would like to know what these 185 Shows/Groups are.
Is there any way to view a list of them?

http://x.x.x.x:8089/dvr
"stats": {
"groups": 185,
"files": 0,
"jobs": 98,
"rules": 74
},

http://x.x.x.x:8089/dvr/groups just returns null

image

Groups are shows. The /groups api will only list non-empty shows, ie groups with more than zero recordings

1 Like

/groups?all=true will list them

1 Like

Thanks :sweat_smile: thought I had hidden recordings or something...