nendo-plugin-import-core

A plugin for importing NendoTracks and NendoCollections from the web. Works with youtube links and direct downloads currently.


Keywords
AI, generative, music, okio, nendo, retrieval, web, crawling
License
MIT
Install
pip install nendo-plugin-import-core==0.1.0

Documentation

Nendo Plugin Import Core


nendo core


Website Twitter Discord


A plugin for importing NendoTracks and NendoCollections from the web. Works with youtube links and direct downloads currently.

Features

  • Import tracks from youtube and other supported sites.
  • Directly import tracks from file links.

Installation

pip install nendo-plugin-import-core

Usage

>>> from nendo import Nendo
>>> nd = Nendo(plugins=["nendo_plugin_import_core"])

>>> tracks = nd.plugins.import_core(links=["https://www.youtube.com/watch?v=6JYIGclVQdw"])
>>> tracks[0].play()