jellyfin / jellyfin-plugin-playbackreporting

Playback Statistics Plugin for Jellyfin
https://jellyfin.org
GNU General Public License v3.0
66 stars 25 forks source link

abnormal vision time #74

Closed sebastienPoussard closed 1 year ago

sebastienPoussard commented 1 year ago

Hello, I have some abnormal vision time

image like 4135 minutes, i know that the few user does not reach this values, i'm wondering if that might be a bug in jellyfin or in this plugging.
I can help and provide more data if necessary.

sebastienPoussard commented 1 year ago

with the query

SELECT ROWID, * 
FROM PlaybackActivity 
WHERE PlayDuration > 100000
LIMIT 10

i've got these results image

GeoffreyCoulaud commented 1 year ago

Looks like a duplicate of issue #69

sebastienPoussard commented 1 year ago

yes it is.