Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed ARR
Published 20 hours ago

Listen to your favorite local tracks directly inside Minecraft! This mod adds a sleek, fully functional, and highly customizable music player GUI right into your game. Just import your tracks and customize your experience entirely in-game—no file-diving or game restarts required.
✨ Features
- Sleek, Themeable GUI: A clean interface featuring a Library tab, a Now Playing tab, and an Editor tab. Easily open it via a customizable keybind and personalize the look with custom GUI themes to match your style or HUD!
- In-Game File Importing: Add new tracks directly through the game interface. You no longer need to manually open your file explorer or config folders to add your music.
- Instant In-Game Editor: Complete control over your library. Rename song titles, update artist names, and assign cover art thumbnails instantly from the UI without ever touching a JSON file.
- Live File Scanning: If you do drop files into the folder externally, the mod will automatically detect new
.oggfiles while the game is running. - Full Playback Controls: Includes everything you need—play, pause, skip, go back, repeat, and shuffle.
- Seek & Volume: Easily scrub through a track by dragging the progress bar, and adjust the player's specific volume independently.
⚙️ How to Use & Setup
🎮 The Easy Way (In-Game)
- Launch the game and open the music player via your configured keybind (set it in your controls menu).
- Drag and drop your
.oggaudio files directly into the Add tab to import them instantly. - Head to the Editor tab to freely rename your songs, set the artist names, and assign your cover art images right from the GUI!
📂 The Manual Way (Optional)
If you prefer managing things externally, you can still do it the classic way:
- Navigate to your Minecraft config folder and open
config/music_player. - Drop your
.oggfiles directly into this folder. - Place your cover images inside
config/music_player/covers/. - To manually add custom titles, artists, and album art, edit the generated
metadata.jsonfile.
Example metadata.json structure:
{
"tracks": {
"song1.ogg": {
"title": "Cool Track",
"artist": "Xeppy123",
"thumbnail": "covers/song1.png"
},
"song2.ogg": {
"title": "Funny Track",
"artist": "Indigo321",
"thumbnail": "covers/song2.png"
},
"song3.ogg": {
"title": "Epic Track",
"artist": "Gamer123",
"thumbnail": "covers/song3.png"
}
}
}
📌 Upcoming Features
This mod is currently in active development! More features, quality-of-life updates, and additions are planned for the near future.


