Simian Tactical Unit logo

Rev. J. Money's XBOX Dev Jukebox

Gamepad music player + AVS-style visualizer for Xbox in Developer Mode (One & Series)

Music by Rev. J. Money · soundcloud.com/revjmoney · GitHub

Download v1.0.71.0 (sideload kit)

Introduction

The XBOX Dev Jukebox is a self-contained music player built to run on any retail Xbox — One, One S/X, or Series S/X — switched into Developer Mode. It plays bundled tracks (and your own files off USB or a network folder) behind a full-screen, audio-reactive visualizer inspired by Winamp's Advanced Visualization Studio — superscopes, oscilloscope and FFT bars, all driven by a gamepad. It ships with original music by Rev. J. Money.

Build / Tech

EngineUnity 2022.3 LTS, IL2CPP, x64, UWP (Universal Windows Platform)
TargetAny Xbox in Developer Mode — Xbox One / One S / One X / Series S / Series X (x64, min OS 10.0.14393). Sideload, self-signed.
AudioNative WinRT AudioGraph (Media Foundation) for MP3/FLAC; a managed NVorbis decoder for OGG (Media Foundation OGG is unreliable on Xbox)
VisualizerA small NS-EEL interpreter runs AVS superscope code per-point into a persistence canvas (editable trails & colors); modes for oscilloscope, FFT bars, starfield, dot-grid, and an audio-reactive acid-warp plasma
EffectsDynamic Movement feedback-warp (zoom/rotate/tunnel/ripple/swirl), plus blur and color (brightness/contrast/hue/invert) post-FX — all live-adjustable
Presets20 bundled presets (10 hand-built + 10 from AVS, with extracted dynamic-movement warp), switchable in-app. Write your own as plain-text .ssc files; EEL supports getosc/getspec/sin/cos/if and friends
LibraryMultiple bundled playlists + build your own Custom playlist from the file browser; shuffle/repeat, ID3/Vorbis/FLAC tags + embedded cover art, USB & Music-library browser

Controls

APlay selected track
XPause / resume
BStop
YPlay mode: Repeat-One → Repeat-All → Shuffle → Normal
LB / RBPrevious / next track
R3 (right stick)Remove selected track from the playlist
L3 (left stick)Hide / show the HUD for a clean full-screen visualizer
D-pad ←/→Switch visualizer mode (oscilloscope / FFT / superscope / starfield / dot-grid / acid-warp)
TriggersSeek ±10s
ViewOptions (mode, preset, playlist, RGB color, trails, blur, color FX, dynamic-movement warp)
MenuFile browser (USB drives + Music library)

Screenshots

Captured straight from an Xbox console.

Superscope visualizer
Superscope visualizer + now-playing & library
Oscilloscope visualizer
Oscilloscope mode
FFT bars visualizer
FFT bars mode
Options menu
Options — mode, preset, colors, trails
File browser
File browser — USB drives + Music library

Sideload Instructions

  1. Put your Xbox into Developer Mode (Microsoft Store → "Xbox Dev Mode" activation app) and sign in with a user on the console.
  2. Download and unzip the sideload kit above. It contains the .appx, the signing certificate .cer, and the Microsoft.VCLibs.x64.14.00.appx dependency.
  3. On a PC on the same network, open the Xbox Device Portal in a browser:
    https://<your-xbox-ip>:11443
    (accept the self-signed certificate warning).
  4. Go to My games & apps → Add. Select the .appx, then add the VCLibs x64 as a dependency and the .cer as the certificate. Install.
  5. Launch Rev. J. Money's XBOX Dev Jukebox from the console.
Notes. This package is self-signed for Developer-Mode sideload only — it is not a Store app. Install to internal storage (external/USB installs of dev apps can fail to launch). If you previously installed a build, uninstall it first.

Download

RevJMoneyJukebox-1.0.71.0-sideload.zip

Version 1.0.71.0 · includes app + certificate + VCLibs x64 dependency.

Credits & License