Add files via upload
This commit is contained in:
@@ -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
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user