diff --git a/README.md b/README.md index 4a5c909..4e97dac 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 9cb7447..03c3946 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugins/clean-view-luna/README.md b/plugins/clean-view-luna/README.md deleted file mode 100644 index 1a1aebe..0000000 --- a/plugins/clean-view-luna/README.md +++ /dev/null @@ -1 +0,0 @@ -# WIP \ No newline at end of file diff --git a/plugins/clean-view-luna/package.json b/plugins/clean-view-luna/package.json index 63fa5fc..577740b 100644 --- a/plugins/clean-view-luna/package.json +++ b/plugins/clean-view-luna/package.json @@ -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" diff --git a/plugins/copy-lyrics-luna/README.md b/plugins/copy-lyrics-luna/README.md deleted file mode 100644 index 1a1aebe..0000000 --- a/plugins/copy-lyrics-luna/README.md +++ /dev/null @@ -1 +0,0 @@ -# WIP \ No newline at end of file diff --git a/plugins/copy-lyrics-luna/package.json b/plugins/copy-lyrics-luna/package.json index 397b085..d2b8248 100644 --- a/plugins/copy-lyrics-luna/package.json +++ b/plugins/copy-lyrics-luna/package.json @@ -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" diff --git a/plugins/oled-theme-luna/README.md b/plugins/oled-theme-luna/README.md deleted file mode 100644 index fd3dd4d..0000000 --- a/plugins/oled-theme-luna/README.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/plugins/oled-theme-luna/package.json b/plugins/oled-theme-luna/package.json index ce183b8..543f2b0 100644 --- a/plugins/oled-theme-luna/package.json +++ b/plugins/oled-theme-luna/package.json @@ -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"