You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all: Thank you very much for your effort and your time! I currently switched from Plex and Tautulli und Jellystat gives me a lot of statistics like Tautulli which is really nice.
I think it would be great to be able to specify a minimum playtime in % or minutes for an item to be counted as a "play".
I recently tested something out and started a movie like 20 times for just 1-2 minutes and now the dashboard says 20 plays. This could accumulate quite fast and distort the statistics page.
Would be great if we got a setting for this imho.
The text was updated successfully, but these errors were encountered:
Hi @heeelga , so im actually working on this at present, its referenced in task #56 but to be fair its not the most aptly named issue. Il keep this task open and track changes on both.
So the current plan is follow the threshold system to count a watch, I'm not sure if I'm going to allow the threshold to be configurable, I guess with user testing and feedback that may change but generally I don't think it needs to be a configurable option, but will keep that in mind.
Hi @CyferShepard, thank you so much for your immediate reply. This is great! I also think it doesn't have to be a configurable option but setting the threshold up in general would definitely help. I will patiently wait for an update :).
This rework looks for existing playback records based on the following criteria:
activity matching `NowPlayingItemId` within the last 1 hour with Playback progress <=80%
if theres a matching record:
update the PlaybackDuration to be existing PlaybackDuration + new PlaybackDuration progress
Update ActivityDateInserted to current time
Related issues: #56#116
First of all: Thank you very much for your effort and your time! I currently switched from Plex and Tautulli und Jellystat gives me a lot of statistics like Tautulli which is really nice.
I think it would be great to be able to specify a minimum playtime in % or minutes for an item to be counted as a "play".
I recently tested something out and started a movie like 20 times for just 1-2 minutes and now the dashboard says 20 plays. This could accumulate quite fast and distort the statistics page.
Would be great if we got a setting for this imho.
The text was updated successfully, but these errors were encountered: