Rewrite to TidalLuna of All Plugins

This commit is contained in:
2025-05-31 23:44:22 +10:00
parent 20698aea3a
commit 5d433ce4d1
49 changed files with 1668 additions and 2867 deletions
+17 -30
View File
@@ -1,39 +1,26 @@
# Excel's Neptune Projects
# OLED Theme Luna Plugin
This repository a repository containing my Neptune (TIDAL Modded Client) projects.
This is a port of the OLED Theme plugin from Neptune to Luna framework.
<hr>
## Description
### Credits to [Inrixia](https://github.com/inrixia) for some of the libraries/files used in this repository.
- tracer.js (tracer.ts)
- Get the cover URL method
<hr>
A working theme plugin that applies a dark OLED-friendly theme to Tidal Luna.
## Index:
- [Copy Lyrics](#copy-lyrics)
- [OLED Theme](#oled-theme)
## Features
- Applies a dark, OLED-optimized theme
- Fetches the latest theme CSS from the GitHub repository
### Copy Lyrics
**(load it as a PLUGIN)**
A plugin that allows the user copy the lyrics only selecting it.
```
https://raw.githubusercontent.com/ItzzExcel/neptune-projects/refs/heads/main/plugins/plugins/copy-lyrics/dist/
```
https://github.com/user-attachments/assets/02fe7e28-94ee-4f90-a7e6-223044d680b5
<hr>
## Installation
### OLED Theme
**(load it as a PLUGIN)**
```
https://raw.githubusercontent.com/ItzzExcel/neptune-projects/refs/heads/main/plugins/plugins/oled-theme/dist/
```
https://github.com/user-attachments/assets/15192950-1c4b-44d6-8e42-34ae5d7d1980
<hr>
1. Build the plugin using `pnpm run build` in the Luna plugin root
2. Install the generated `luna.oled-theme.mjs` file in Luna
3. ~~Or install directly from the URL: `https://your-repository/releases/download/latest/luna.oled-theme`~~
### Clean Lyrics (Not fullscreen)
**(load it as a plugin)**
## Author
```
https://raw.githubusercontent.com/ItzzExcel/neptune-projects/refs/heads/main/plugins/plugins/not-actual-fullscreen/dist/
```
- **itzzexcel** - [GitHub](https://github.com/ItzzExcel)
## Credits
Original Neptune version by itzzexcel. Ported to Luna framework following the Luna plugin template structure by meowarex with help from Inrixia <3