mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1087] Suggestion re: play count #639
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#639
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tecosaur on GitHub (Sep 23, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1087
I'll keep this short.
Having play-count increment immediately seems a big over-enthusiastic to me.
I know this was supposedly changed in #619 however I've found that listening for 1 second to a track is enough.
I'm running master/HEAD.
@tecosaur commented on GitHub (Sep 23, 2019):
Made a quick gif

@phanan commented on GitHub (Sep 23, 2019):
Hmm. This looks like a regression. The song should only be counted after 10 seconds per the above-mentioned ticket.
@tecosaur commented on GitHub (Sep 23, 2019):
A quick comment by me. While for a 2-3 minute pop song 10s may be reasonable (though tbh 30s sounds more reasonable to me) for those classical music listeners out there, in a 20-minute piece, one may decide to skip it after 2 minutes.
With this in mind perhaps something more relative — like 25% of the total track length; may be a better threshold to use.
With 25% of piece length:
The above looks like it would work well to me. What are your thoughts?
@phanan commented on GitHub (Oct 6, 2019):
Fixed! (I don't know why I put "20%" in the commit message, but it is 25% 😅).