mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
---
|
|
layout: "layouts/DocLayout.astro"
|
|
title: Installing plugins
|
|
description: Learn how to install and manage plugins in Spotube
|
|
order: 1
|
|
---
|
|
|
|
Let's first learn how to install plugins in Spotube. It's pretty simple.
|
|
|
|
1. Open Spotube (duh!)
|
|
1. Go to Settings
|
|
1. Then go to the top option, "Metadata provider plugins"
|
|
1. You can see a list of all the plugins that are available to install
|
|
|
|

|
|
|
|
## More ways to install new plugins
|
|
|
|
Usually, Spotube will list public repositories of plugins from github and codeberg in the _Available plugins_ section.
|
|
This is a non curated list, so be careful when installing plugins. Always check the source before installing.
|
|
A malicious plugin given full access can easily steal your credentials. So be careful!
|
|
|
|
Try to use the `Official` tagged plugins all the time if you don't want to deal with potential security risks.
|
|
|
|
- **Upload plugin from local file**: You can also install plugins from local file (plugin.smplug) using the _Orange Upload button_ on the top right beside the text field.
|
|
- **Install plugin from URL**: If you have a direct link to a plugin file, you can just paste the URL in the text field and use the gray download button beside it
|
|
|
|
> If you're a developer, you can create your own plugins and share them with the community. Check out the [Plugin Development Guide][developing_plugins] for more information.
|
|
|
|
[developing_plugins]: /docs/developing-plugins/introduction
|