Launcher

Type to filter results. Use arrow keys to navigate, Enter to select.

Preferences

You've reached the end of the results

Project Overview

A media player built with Qt and QML, designed around a simple idea: interacting with your music should take as few steps as possible. The project targets a Raspberry Pi with a touch screen as its primary hardware platform.

Source Code Repository

Excalidraw wireframe of the media player's layout: a sidebar for playlists and settings, a song/playlist list, and a now-playing bar

Technical Details

  • Built primarily in QML for the touch-friendly UI, with a C++/CMake backend.
  • Combines a file-system browser with a media playback engine, letting users pick a file from storage and play it directly on screen.
  • Built on top of Qt’s official File System Explorer and Media Player tutorials, merged into a single application.

References