Search the Community
Showing results for tags 'sessions'.
-
UserName + NowPlayingItem.Name for InfluxDB and Grafana
plittlefield posted a topic in Developer API
Hello Folks, After the success of getting a count of the current NowPlayingItem entries in the Sessions API, I am now trying to get a list of the Users and what they are currently playing - then send that to my InfluxDB to show in my Grafana server. I am nearly there with this command line, but cannot quite get it so that JQ only shows those session users who are actually playing something... wget -q -O - "http://localhost:8096/emby/Sessions?api_key=3469exxxxxxxxxxxxxxx201ef3f" | jq -M '.[].UserName, .[].NowPlayingItem.Name' will show me the following... null "Paul" "Trace -
Duplicate NEW FEATURE REQUEST - Max Simultaneous Sessions
tuxevil posted a topic in Feature Requests
Hi, i would like to request a new feature for emby premium. I would like to limit my users concurrent sessions. If the same user logs in in another device the last one should be disconnected Thanks