Now Playing

Quick rating

Now Playing

No reviews yet

Shows a 'now playing' popup whenever a song starts to play.

No Theme
No Genre
Music & Sound
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
v2.103.1+26.2-NeoForge
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Forge version available here: https://www.curseforge.com/minecraft/mc-mods/now-playing-forge

Have you ever wondered what all the songs in Minecraft are actually called? Sure, you could check the soundtrack to find out, but then you have to listen to every song, hoping it's the one you're thinking of.

With this mod, wonder no more! A toast will pop up in the top right corner of your screen or just above your hotbar (configurable), telling you what song you're about to listen to.

This mod is entirely clientside.

Icon

Now Playing

Shows a popup whenever the active music track changes.

Environment Latest Minecraft

Loader Loader Loader

Available on Modrinth Available on GitHub

About

Have you ever wondered what all the songs in Minecraft are actually called? Sure, you could check the soundtrack to find out, but then you have to listen to every song, hoping it's the one you're thinking of.

With this mod, wonder no more! A toast will pop up in the top right corner of your screen or just above your hotbar (configurable), telling you what song you're about to listen to.

Setup

General Options
  • Only use key or command
    • Whether to only show pop-up when the keybind is pressed or the /nowplaying command is used.
    • Music pop-up style
      • How to display pop-up for background music. Choice of toast, hotbar (status bar) message, or nothing.
    • Jukebox pop-up style
      • How to display pop-up for jukebox music. Choice of toast, hotbar (status bar) message, or nothing.
    • Fallback to toast
      • Whether to display a toast for music set to hotbar, if not possible to show a hotbar message.
    • Silent toast
      • Whether the toast should make a whoosh noise.
    • Toast scale
      • The size of the toast.
    • Simple toast
      • Whether to show the "Now Playing" text as well as the track title in the toast.
    • Dark toast
      • Whether to use a dark background for the toast.
    • Toast display time
      • How long the toast will be displayed for.
    • Hotbar display time
      • How long the hotbar message will be displayed for.
    • Narrate pop-up
      • Whether pop-ups should be narrated, if the narrator is enabled.
Custom Sprites

Now Playing supports changing which disc sprites are displayed for each background music track via a resource pack. First, create a nowplaying folder in the assets folder of your pack, and place a sprites.json file in that folder, as shown below.

assets
├── minecraft
└── nowplaying
    └── sprites.json

Next, populate the sprites.json file with key-value pairs, where the key is the music resource location (or part thereof), and the value is the sprite location, as shown below.

{
    "minecraft:music/game":                   "minecraft:textures/item/music_disc_cat",
    "minecraft:music/game/creative":          "minecraft:textures/item/music_disc_blocks",
    "minecraft:music/game/creative/taswell":  "minecraft:textures/item/music_disc_chirp",
    "minecraft:music/game/nether":            "minecraft:textures/item/music_disc_pigstep"
}

If you only specify part of a music resource location, the corresponding disc will be shown for all music tracks in that location, except those that have a more specific definition. In the example above:

  • All tracks in the game folder will use the cat sprite, except;
    • tracks in the creative folder, which will use the blocks sprite, except;
      • the taswell track , which will use the chirp sprite
      • tracks in the nether folder, which will use the pigstep sprite.

You can use any existing music disc sprite, or any sprite provided by a resourcepack.

Custom Music Track Titles

If you have a resource pack that adds custom background music, you can specify titles using a translation file (e.g. en_us.json). First, create a nowplaying folder in the assets folder of your pack, create a lang folder inside, and place a translation file in that folder, as shown below.

assets
├── minecraft
└── nowplaying
    └── lang
        └── en_us.json

Next, populate the translation file with key-value pairs, where the key is the music resource location, prefixed with nowplaying, and the value is the translated title of the track, as shown below.

{
    "nowplaying.minecraft:music/game/a_familiar_room":     "Aaron Cherof - A Familiar Room",
    "nowplaying.minecraft:music/game/an_ordinary_day":     "Kumi Tanioka - An Ordinary Day",
    "nowplaying.minecraft:music/game/ancestry":            "Lena Raine - Ancestry",
    "nowplaying.minecraft:music/game/clark":               "C418 - Clark",
    "nowplaying.minecraft:music/game/creative/aria_math":  "C418 - Aria Math"
}

Old translation files which use the music.nowplaying.[name] format are still supported, but have a lower priority than the new format.

Contact

GitHub Issues

License

Screenshots

Gallery

  • Example Notification
    Example Notification

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~310,000
Total Downloads
CurseForge
~26,000
Modrinth
~290,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works