Add files via upload

This commit is contained in:
Relationship
2026-07-06 06:49:50 +01:00
committed by GitHub
parent 5627be8907
commit 2c6a429188
4 changed files with 4477 additions and 0 deletions
+2179
View File
File diff suppressed because it is too large Load Diff
+11
View File
@@ -0,0 +1,11 @@
@echo off
echo ============================================================
echo Relationships Jukebox - Playlist Generator
echo ============================================================
echo.
REM Pass any command-line arguments (e.g. -UseWinRAR) to the PS1 script
powershell -ExecutionPolicy Bypass -File "%~dp0GeneratePlaylist.ps1" %*
echo.
pause
+2277
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
## Interface: 11200
## Title: Relationships Jukebox
## Notes: Simple in-game MP3/WAV/OGG player with GUI.
## Author: Relationship
## Version: 1.3
## SavedVariables: RelationshipsJukeboxDB
## X-Website: https://github.com/Relationship-OctoWoW/RelationshipsJukeBox
## X-GitHub: https://github.com/Relationship-OctoWoW/RelationshipsJukeBox
AutoPlaylist.lua
Core.lua