[GH-ISSUE #619] Increment the play count after a certain amount of playtime #443

Closed
opened 2026-02-26 02:33:14 +03:00 by kerem · 1 comment
Owner

Originally created by @jobymatwick on GitHub (Jul 9, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/619

Currently, the play count is increased the moment a song is played. This means that if you are skipping through you music, you will be adding plays to songs that were only listened to for 1 second.

I think it would be better to either wait a few seconds and then add a play or ad the play at some % into the song.

Originally created by @jobymatwick on GitHub (Jul 9, 2017). Original GitHub issue: https://github.com/koel/koel/issues/619 Currently, the play count is increased the moment a song is played. This means that if you are skipping through you music, you will be adding plays to songs that were only listened to for 1 second. I think it would be better to either wait a few seconds and then add a play or ad the play at some % into the song.
kerem 2026-02-26 02:33:14 +03:00
Author
Owner

@phanan commented on GitHub (Aug 5, 2017):

So apparently Spotify only registers a "play count" after 30 seconds into the song. Let's implement as such.

<!-- gh-comment-id:320463993 --> @phanan commented on GitHub (Aug 5, 2017): So apparently Spotify only registers a "play count" after 30 seconds into the song. Let's implement as such.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#443
No description provided.