Перейти к содержимому
Mineforgian

TrackView

Trackview is a Cactus addon that adds a clean media preview HUD element to your game.

Загрузки
112
Подписчики
2
Обновлён
26 апреля 2026 г.
Лицензия
MIT

Опубликован 24 апреля 2026 г.

TrackView Preview - Now Playing HUD showing album art, title, artist, and progress bar

TrackView is a clean and polished Cactus addon for the Minecraft client. It adds a native-feeling Now Playing HUD element that displays media information from your operating system, including Spotify, browser media sessions, and other supported media providers.

Unlike simple overlay mods, TrackView is built directly as a Cactus HUD element. This means it can be positioned, resized, and configured inside the Cactus HUD editor like your other HUD components.

TrackView focuses on doing one thing well: showing what is currently playing without getting in the way of the game.

Requires Fabric API badge Available on GitHub badge

📥 Installation Guide

TrackView requires Fabric Loader and Cactus.

Once you have installed Fabric Loader, install Cactus and place the TrackView .jar file into your mods folder like any other Fabric mod.

After launching Minecraft, open the Cactus HUD editor and add the Track View element to your HUD.

If the mod is installed correctly, Track View will appear as an available HUD element in Cactus.


✨ Features

TrackView adds a configurable media HUD with support for:

  • Current track title
  • Artist name
  • Source application
  • Playback state indicator
  • Album art or media thumbnail
  • Optional progress bar
  • Resizable HUD layout
  • Adjustable image size
  • Compact mode
  • Fallback display when no media session is active

Album art and thumbnails are decoded asynchronously and cached, helping the HUD stay smooth while media information changes.


⚙️ Configuration

TrackView can be configured directly through the Cactus HUD editor.

Available options include:

  • Show Thumbnail
    Shows or hides album art and media thumbnails.

  • Image Size
    Changes the size of the thumbnail.

  • Show Source App
    Shows the application providing the media session.

  • Show Progress Bar
    Displays playback progress when both duration and position are available.

  • Hide Without Media
    Hides the HUD element when no active media session exists.

  • Compact Mode
    Uses a smaller layout for limited HUD space.

Most users should not need to configure anything manually. The default layout is designed to work well for normal gameplay.


✅ Compatibility

TrackView is a client-side Cactus addon.

It does not change gameplay, does not affect multiplayer behavior, and does not provide any competitive advantage. It only displays media-session information that is already available locally on your system.

TrackView is intended for use with:

  • Minecraft
  • Fabric Loader
  • Java
  • Cactus

Exact supported versions are listed on the version page.

Media information depends on your operating system and the media player you are using. Some players, browser tabs, or websites may not expose full metadata, artwork, duration, or playback progress.


🔒 Privacy

TrackView reads locally available media-session information from your operating system.

TrackView does not upload track data, media metadata, artwork, or usage information to any external server.


🐛 How to Report Issues

Please use the issue tracker linked at the top of the page to report bugs, crashes, or incorrect behavior.

When reporting an issue, include:

  • Minecraft version
  • Fabric Loader version
  • Cactus version
  • TrackView version
  • Operating system
  • Media player or browser being used
  • Relevant crash reports or log files

This makes it easier to reproduce and fix the problem.


❓ Notes

TrackView depends on media-session integration provided by your operating system.

This means that behavior may vary between Windows, Linux, macOS, desktop environments, browsers, and media players. Some applications may expose complete metadata, while others may only expose partial information or none at all.

If artwork or progress is missing, the media player most likely does not provide that information through the system media session.


Legal

TrackView is an independent addon and is not affiliated with Modrinth, Mojang, Microsoft, Spotify, Fabric, or Cactus.

Minecraft is a trademark of Mojang Studios. Other mentioned names and trademarks belong to their respective owners.

Центр версий

2 версий
  • Релиз835 КБ
  • Релиз846 КБ

Ченджлог

1.1.0Релиз26.1, 26.1.1, 26.1.2 · 26 апреля 2026 г.

This release ports TrackView to Minecraft 26.1 and updates the full Fabric toolchain for the unobfuscated 26.1 environment.

Build/Platform Changes

  • Switched Loom plugin to net.fabricmc.fabric-loom
  • Removed mappings dependency line (required for 26.1 setup)
  • Replaced modImplementation usage with implementation in dependencies
  • Migrated project Java target/toolchain from 21 to 25
  • Updated Gradle wrapper to latest compatible version

Code Migration Notes

  • Updated HUD rendering integration for the new GUI extraction API used on 26.1:
    • GuiGraphics -> GuiGraphicsExtractor
    • drawString/drawCenteredString -> text/centeredText
  • Preserved existing TrackView behavior:
    • async media polling
    • async artwork decode/cache
    • resizable HUD element
    • image size setting
    • fallback no-media state

Important

  • This version is intended for Minecraft 26.1 only.
  • Older game versions require the previous TrackView release line.
1.0.0Релиз1.21.11 · 26 апреля 2026 г.

First public release of TrackView for Cactus.

Added

  • New Cactus HUD element: Track View
  • Media session integration via mediainterface
  • Display for album art, title, artist, source app, and playback state
  • Optional progress bar when duration/position are available
  • Resizable HUD element with configurable image size

Quality

  • Async media polling (no render-thread blocking)
  • Async artwork decode/texture registration with caching and retry
  • Graceful fallback rendering when no media is active
  • Improved image decode compatibility for real-world artwork payloads

Комментарии

Загружаем…