this post was submitted on 23 Jun 2023
5 points (100.0% liked)

Jellyfin: The Free Software Media System

5692 readers
29 users here now

Current stable release: 10.10.0

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

Hi guys! I'd like to check which TV shows literally nobody watches ever, to see if it would be worthy cleaning up some space. Most of the reporting is based on what's watched the most, or which users are watching what, or times of the day...how can I query what is the less watched? I'd like by whole TV show series as a whole, not by specific episodes, if that was possible...

Thanks!

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

That's probably not possible just with Playback Reporting, because the database only contains things that have been played. So you'd need to load all episodes from Jellyfin first, and then "subtract" all plays from Playback Reporting to get the stat's you're looking for (and then group by show instead of episode)