https://github.com/inrixia/luna-plugins
Plugins for the Tidal Desktop App. Quality & FLAC Info, LastFM, Downloads & More!
https://github.com/inrixia/luna-plugins
Last synced: about 2 months ago
JSON representation
Plugins for the Tidal Desktop App. Quality & FLAC Info, LastFM, Downloads & More!
- Host: GitHub
- URL: https://github.com/inrixia/luna-plugins
- Owner: Inrixia
- Created: 2023-08-10T06:00:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T09:17:41.000Z (9 months ago)
- Last Synced: 2025-08-30T05:43:18.165Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.57 MB
- Stars: 226
- Watchers: 6
- Forks: 24
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [TidaLuna](https://github.com/Inrixia/TidaLuna) Plugins
This is a repository containing plugins I have made for the [TidaLuna Client](https://github.com/Inrixia/TidaLuna).
Want to chat, ask questions or hang out? Join the discord! **[discord.gg/jK3uHrJGx4](https://discord.gg/jK3uHrJGx4)**
If you like TidaLuna and my Plugins and want to support me you can do so on my [Sponsor Page](https://github.com/sponsors/Inrixia) ❤️
## Installing Plugins
1. Install the [TidaLuna Client](https://github.com/Inrixia/TidaLuna)
2. Open **Luna Settings**

3. Click on **Plugin Store**

4. Install the plugins you want from the stores

## Contributing
Contributing is super simple and really appreciated!
**If you want to make your own plugins please instead fork [luna-template](https://github.com/Inrixia/luna-template)**
1. Ensure you have **node** and **pnpm** installed.
Install NVM (https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating)
```bash
nvm install latest
nvm use latest
corepack enable
```
2. [Fork](https://github.com/Inrixia/luna-plugins/fork) the repo
2. Clone the repo
```bash
git clone github.com/yournamehere/luna-plugins
cd luna-plugins
```
3. Install the packages
```bash
pnpm i
```
4. Start dev environment
```bash
pnpm run watch
```
5. Work on DEV plugins
When running `pnpm run watch` a *DEV* store will appear in client allowing installing *DEV* versions of plugins.
