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

Add middle, end and other song hooks to time_callbacks #378

Open
podcasthosting opened this issue Aug 26, 2019 · 0 comments
Open

Add middle, end and other song hooks to time_callbacks #378

podcasthosting opened this issue Aug 26, 2019 · 0 comments

Comments

@podcasthosting
Copy link

@podcasthosting podcasthosting commented Aug 26, 2019

Why should this feature be implemented?

This allows us to track that the song has been played up to the middle and to the end for analytics.

Feature Description

Instead of integers we could define certain keywords ("first_quartile", "middle", "last_quartile", "end"):

    "time_callbacks": {
        1: function(){
        },
        "middle": function(){
        },
        "end": function(){
        },
    }
@podcasthosting podcasthosting changed the title Add a middle and an end of the song hook to time_callbacks Add middle, end and other song hooks to time_callbacks Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.