You are browsing as a guest. Sign up (or log in) to start making projects!

Trackify

  • 2 Devlogs
  • 2 Total hours

A lightweight Windows desktop overlay that shows what music is currently playing, including song info and genre

Open comments for this post

1h 18m 5s logged

  • I made the Overlay Popup
  • Made it semi transparent
  • added pause, skip, prev buttons
  • styled it to look a lot better
  • added fades
  • added to system tray
  • added icon.ico for tray

I also uploaded everything to github and made the readme

0

Loading discussion…

0
4
Open comments for this post

59m 1s logged

Goal

Build a desktop app to show what music is playing and detect its genre in real time, in a clean overlay-style UI.

Setup

  • Created a WPF app using .NET
  • Confirmed blank window worked

UI

  • Added basic dark UI in XAML
  • Showed song title, artist, and genre
  • Started with fake test data

Song Detection

  • Used Windows media session API
  • App now detects Spotify, YouTube, etc.
  • Updates when song changes

Genre System

  • Integrated Last.fm API
  • Fetches genre from artist name
  • Returns “Unknown” if no data

Current State

Working MVP:

  • Live song detection
  • Artist + title display
  • Genre lookup working
  • Auto-updates on song change

To Do

  • Overlay popup UI (FluentFlyouts style)
  • Album art(maybe)
  • Skip, back, pause buttons
  • Caching + performance improvements
0

Loading discussion…

0
1

Followers

Loading…