mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
5e700692e7
Updated installation instructions and credits section.
119 lines
3.5 KiB
Markdown
119 lines
3.5 KiB
Markdown
# Luna Plugins Collection
|
|
|
|
A collection of Luna plugins for Tidal, ported from Neptune framework.
|
|
|
|
## Plugins
|
|
|
|
### 🎨 Obsidian
|
|
**Location:** `plugins/obsidian-theme-luna/`
|
|
|
|
A dark OLED-friendly theme that transforms Tidal Luna's appearance.
|
|
|
|
**Features:**
|
|
- Applies a dark, OLED-optimized theme
|
|
- Reduces battery consumption on OLED displays.. i guess <3
|
|
- Modern, sleek dark interface
|
|
|
|
### 🎵 Radiant Lyrics
|
|
**Location:** `plugins/radiant-lyrics-luna/`
|
|
|
|
A radiant and beautiful lyrics view for TIDAL with dynamic visual effects.
|
|
|
|
**Features:**
|
|
- Dynamic cover art backgrounds with blur and rotation effects
|
|
- Glowing Animated Lyrics with clean scrolling
|
|
|
|
### 📋 Copy Lyrics
|
|
**Location:** `plugins/copy-lyrics-luna/`
|
|
|
|
Allows users to copy song lyrics by selecting them directly in the interface.
|
|
|
|
**Features:**
|
|
- Enables text selection on lyrics
|
|
- Automatic clipboard copying of selected lyrics
|
|
- Smart lyric span detection
|
|
|
|
### 🧽 Element Hider
|
|
**Location:** `plugins/element-hider-luna/`
|
|
|
|
Allows users to hide/remove UI elements by right clicking on them.
|
|
|
|
**Features:**
|
|
- Remove/Hide ANY UI element
|
|
- Automagically saves hidden elements
|
|
- Allows for elements to be restored
|
|
|
|
### 🎶 Audio Visualizer
|
|
**Location:** `plugins/audio-visualizer-luna/`
|
|
|
|
⚠️ **Work in Progress** - Audio visualization plugin that displays real-time audio frequency data.
|
|
|
|
**Features:**
|
|
- Real-time audio frequency visualization with bars
|
|
- Animated effect when no audio is detected
|
|
- Configurable options.. like allot of em
|
|
- Theme frienly (Wont clash with your themes style)
|
|
|
|
**Note:** This plugin is currently in development and may have stability issues.
|
|
|
|
## Installation
|
|
|
|
### Batteries Required
|
|
1. [TidaLuna](https://github.com/Inrixia/TidaLuna) - Plugin Framework for Tidal (what these plugins are for)
|
|
2. Tidal - Streaming Service (if you are here and dont use tidal.. then just enjoy the read <3)
|
|
|
|
### Installing from Plugin Store (in TidaLuna)
|
|
1. Open Tidal (with Luna installed)
|
|
2. Navigate to Luna Settings (Top right of Tidal)
|
|
3. Click "Plugin Store" Tab
|
|
4. Scroll Down and just click on the plugins to install them
|
|
5. Naviagte to the "Plugins" Tab
|
|
6. And now your done and you can adjust the settings to your liking <3
|
|
|
|
### Installing from URL
|
|
### (They are in the store by default now)
|
|
1. Open TidaLuna after Building & Serving
|
|
2. Navigate to Luna Settings (Top right of Tidal)
|
|
3. Click "Plugin Store" Tab
|
|
4. Paste in the "Install from URL" Bar `https://github.com/meowarex/tidalluna-plugins/releases/download/latest/store.json`
|
|
|
|
## Installation from Source
|
|
|
|
### Building All Plugins
|
|
```bash
|
|
# Git Clone the Repo
|
|
git clone https://github.com/meowarex/tidalluna-plugins
|
|
|
|
# Change Folder to the Repo
|
|
cd tidalluna-plugins
|
|
|
|
# Install dependencies
|
|
pnpm install
|
|
|
|
# Build & Serve all plugins
|
|
pnpm run watch
|
|
```
|
|
|
|
### Installing Plugins in TidalLuna
|
|
1. Open TidaLuna after Building & Serving
|
|
2. Navigate to Luna Settings (Top right of Tidal)
|
|
3. Click "Plugin Store" Tab
|
|
4. Click Install on the Plugins at the top Labeled with "[Dev]"
|
|
5. Enjoy <3
|
|
|
|
## Development
|
|
|
|
This project is made for:
|
|
- **[TidaLuna](https://github.com/Inrixia/TidaLuna)** - Modern plugin framework for Tidal | Inrixia
|
|
|
|
## GitHub Actions
|
|
|
|
- **Automated builds** on every push (to main)
|
|
- **Release automation** for distributing plugins
|
|
- **Artifact uploads** for easy plugin distribution
|
|
|
|
## Credits
|
|
|
|
Inrixia | [TidalLuna](https://github.com/Inrixia/TidaLuna) Plugin Framework (The successor Neptune)
|
|
ItzzExcel | The Original Neptune version of "Radiant Lyrics" (Which was ported to Luna and Rewritten by me!)
|