Merge pull request #9 from meowarex/dev

Updated Attributions
This commit is contained in:
Meow Meow
2025-06-02 09:37:39 +10:00
committed by GitHub
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 ### Building All Plugins
```bash ```bash
# Git Clone the Repo # 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 # Change Folder to the Repo
cd neptune-projects-fork cd neptune-projects-fork
@@ -54,7 +54,7 @@ pnpm run watch
1. Open TidalLuna after Building & Serving 1. Open TidalLuna after Building & Serving
2. Navigate to Luna Settings (Top right of Tidal) 2. Navigate to Luna Settings (Top right of Tidal)
3. Click "Plugin Store" Tab 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 ### Installing Plugins in TidalLuna from Files
1. Open TidalLuna after Building & Serving 1. Open TidalLuna after Building & Serving
2. Navigate to Luna Settings (Top right of Tidal) 2. Navigate to Luna Settings (Top right of Tidal)
@@ -73,7 +73,7 @@ This project is made for:
- **Release automation** for distributing plugins - **Release automation** for distributing plugins
- **Artifact uploads** for easy plugin distribution - **Artifact uploads** for easy plugin distribution
## Author ## Based On <3
- **itzzexcel** - [GitHub](https://github.com/ItzzExcel) - **itzzexcel** - [GitHub](https://github.com/ItzzExcel)
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@itzzexcel/oled-theme", "name": "@meowarex/TidalLuna-Plugins",
"description": "A working theme, ong.", "description": "A Collection of Plugins for TidalLuna",
"type": "module", "type": "module",
"scripts": { "scripts": {
"watch": "concurrently \"pnpm:build --watch\" pnpm:serve", "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", "name": "@meowarex/clean-view",
"description": "Make your \"Now Playing View\" clean wherever you want, heavily based in beautiful-lyrics from @surfbryce!.", "description": "Make your \"Now Playing View\" allot cleaner, heavily based in beautiful-lyrics from @surfbryce!.",
"author": { "author": {
"name": "itzzexcel", "name": "meowarex",
"url": "https://github.com/ItzzExcel", "url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel" "avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
}, },
"main": "./src/index.ts", "main": "./src/index.ts",
"type": "module" "type": "module"
-1
View File
@@ -1 +0,0 @@
# WIP
+5 -5
View File
@@ -1,10 +1,10 @@
{ {
"name": "@itzzexcel/copy-lyrics", "name": "@meowarex/copy-lyrics",
"description": "A working neptune plugin that allows the user to copy the lyrics of a song selecting it.", "description": "A working TidalLuna plugin that allows the user to copy the lyrics of a song by selecting it.",
"author": { "author": {
"name": "itzzexcel", "name": "meowarex",
"url": "https://github.com/ItzzExcel", "url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel" "avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
}, },
"main": "./src/index.ts", "main": "./src/index.ts",
"type": "module" "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", "name": "@meowarex/oled-theme",
"description": "A working theme, ong.", "description": "A dark OLED-friendly theme plugin that transforms Tidal Luna's appearance.",
"author": { "author": {
"name": "itzzexcel", "name": "meowarex",
"url": "https://github.com/ItzzExcel", "url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel" "avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
}, },
"main": "./src/index.ts", "main": "./src/index.ts",
"type": "module" "type": "module"