Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Song on single-track repeat causes Tautulli to believe the entire session is one play #2315

Open
isaac-mcfadyen opened this issue Apr 28, 2024 · 1 comment

Comments

@isaac-mcfadyen
Copy link

Describe the Bug

If a song in Plex is on repeat (the single-track repeat mode, so the button has a 1 on it) then Tautulli registers the playback as one, very long song listen rather than multiple listens as expected.

Steps to Reproduce

  1. Find a song in Plex.
  2. Play the song and select single-track repeat (the repeat button with the 1 on it).
  3. Play the song a couple of times.
  4. Look in Tautulli for the playback (in History) and it will show as 1 listen that lasts the whole time you played it.
    For example, I have a playback of a single song that lasts 87 minutes (the time I had it on repeat) when the song is only 3 minutes 5 seconds.

Expected Behavior

Tautulli counts each repeat of the song as 1 playback, so that "x plays" is correctly indicated.

Screenshots

No response

Relevant Settings

No response

Tautulli Version

v2.13.4

Git Branch

master

Git Commit Hash

d019efc

Platform and Version

Linux 6.5.11-8-pve (#1 SMP PREEMPT_DYNAMIC PMX 6.5.11-8 (2024-01-30T12:27Z) - Ubuntu 22.04 Jammy Jellyfish

Python Version

3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]

Browser and Version

Chrome 124.0.6367.79 (Official Build) (arm64)

Link to Logs

https://gist.github.com/isaac-mcfadyen/873918d0659f82b68c4e836fca2f5725

@JonnyWong16
Copy link
Contributor

I just tried testing this and Plex doesn't send Tautulli a stop event when a track is repeats. Looking directly at the Plex Media Server API, the session ID doesn't change so Plex is treating it as one continuous session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants