music-kraken-core/contribute.md
2023-02-06 09:48:56 +01:00

969 B

How to contribute

I am always happy about pull requests.

If something is missing, like attributes for an object feel free to either add it youreself or open an issue :3

If you wanna contribute, this is for you. Some options will follow:

Add an audio/metadata source

The audio and Metadata Sources all inherint the class Page in abstract.py

You can create a subclass of this class for for example youtube or musify or whatever.
I documented the function it should have in the docstrings of abstract.py. If you are unsure about how it works, look at either the doccumentation (will get more detailed soon) or an example. For trying you're class you can make a skript simmilar to this one. Make sure it is in the same directory though.

Read the part of the documentation, I already have written.