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

programmatically inject CUE data into Serato's database #10

Open
SutirthaChakraborty opened this issue Feb 24, 2024 · 0 comments
Open

Comments

@SutirthaChakraborty
Copy link

SutirthaChakraborty commented Feb 24, 2024

Is there any python code to put cue points in the starting points of this information ?

 "segments": [
    {
      "start": 0.0,
      "end": 0.28,
      "label": "start"
    },
    {
      "start": 0.28,
      "end": 24.36,
      "label": "intro"
    },
    {
      "start": 24.36,
      "end": 55.32,
      "label": "intro"
    },
    {
      "start": 55.32,
      "end": 75.97,
      "label": "verse"
    },
    {
      "start": 75.97,
      "end": 96.61,
      "label": "chorus"
    },
    {
      "start": 96.61,
      "end": 127.58,
      "label": "verse"
    },
    {
      "start": 127.58,
      "end": 148.23,
      "label": "chorus"
    },
    {
      "start": 148.23,
      "end": 170.18,
      "label": "chorus"
    },
    {
      "start": 170.18,
      "end": 190.84,
      "label": "outro"
    },
    {
      "start": 190.84,
      "end": 193.13,
      "label": "end"
    }
  ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant