Updated Attributions

This commit is contained in:
2025-06-02 09:36:57 +10:00
parent d5662441fa
commit 40d6e25d00
8 changed files with 20 additions and 48 deletions
+3 -3
View File
@@ -39,7 +39,7 @@ Allows users to copy song lyrics by selecting them directly in the interface.
### Building All Plugins
```bash
# Git Clone the Repo
git clone https://github.com/meowarex/neptune-projects-fork
git clone https://github.com/meowarex/tidalluna-plugins
# Change Folder to the Repo
cd neptune-projects-fork
@@ -54,7 +54,7 @@ pnpm run watch
1. Open TidalLuna 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/neptune-projects-fork/releases/download/latest/store.json`
4. Paste in the "Install from URL" Bar `https://github.com/meowarex/tidalluna-plugins/releases/download/latest/store.json`
### Installing Plugins in TidalLuna from Files
1. Open TidalLuna after Building & Serving
2. Navigate to Luna Settings (Top right of Tidal)
@@ -73,7 +73,7 @@ This project is made for:
- **Release automation** for distributing plugins
- **Artifact uploads** for easy plugin distribution
## Author
## Based On <3
- **itzzexcel** - [GitHub](https://github.com/ItzzExcel)
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@itzzexcel/oled-theme",
"description": "A working theme, ong.",
"name": "@meowarex/TidalLuna-Plugins",
"description": "A Collection of Plugins for TidalLuna",
"type": "module",
"scripts": {
"watch": "concurrently \"pnpm:build --watch\" pnpm:serve",
-1
View File
@@ -1 +0,0 @@
# WIP
+5 -5
View File
@@ -1,10 +1,10 @@
{
"name": "@itzzexcel/clean-view",
"description": "Make your \"Now Playing View\" clean wherever you want, heavily based in beautiful-lyrics from @surfbryce!.",
"name": "@meowarex/clean-view",
"description": "Make your \"Now Playing View\" allot cleaner, heavily based in beautiful-lyrics from @surfbryce!.",
"author": {
"name": "itzzexcel",
"url": "https://github.com/ItzzExcel",
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel"
"name": "meowarex",
"url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
},
"main": "./src/index.ts",
"type": "module"
-1
View File
@@ -1 +0,0 @@
# WIP
+5 -5
View File
@@ -1,10 +1,10 @@
{
"name": "@itzzexcel/copy-lyrics",
"description": "A working neptune plugin that allows the user to copy the lyrics of a song selecting it.",
"name": "@meowarex/copy-lyrics",
"description": "A working TidalLuna plugin that allows the user to copy the lyrics of a song by selecting it.",
"author": {
"name": "itzzexcel",
"url": "https://github.com/ItzzExcel",
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel"
"name": "meowarex",
"url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
},
"main": "./src/index.ts",
"type": "module"
-26
View File
@@ -1,26 +0,0 @@
# OLED Theme Luna Plugin
This is a port of the OLED Theme plugin from Neptune to Luna framework.
## Description
A working theme plugin that applies a dark OLED-friendly theme to Tidal Luna.
## Features
- Applies a dark, OLED-optimized theme
- Fetches the latest theme CSS from the GitHub repository
## Installation
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`~~
## Author
- **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
+5 -5
View File
@@ -1,10 +1,10 @@
{
"name": "@itzzexcel/oled-theme",
"description": "A working theme, ong.",
"name": "@meowarex/oled-theme",
"description": "A dark OLED-friendly theme plugin that transforms Tidal Luna's appearance.",
"author": {
"name": "itzzexcel",
"url": "https://github.com/ItzzExcel",
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel"
"name": "meowarex",
"url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
},
"main": "./src/index.ts",
"type": "module"