CaféMP is a lightweight, open-source media player for the Wii U, focused on basic media playback from the SD card. It supports most common video and audio formats, targeting up to 720p at 30 FPS.
This is a work-in-progress—expect occasional crashes, stutters, or other instability. I'm not a specialist in FFmpeg, Wii U homebrew, or C++.
Made with ❤️ in 🇩🇪
Note: 720p30 is the goal, not a guarantee. Playback performance depends on encoding complexity.
- Download the latest release.
- Extract the ZIP file to the root of your SD card.
- Place your media files into:
sd:/wiiu/apps/cafemp/
or
- Launch CaféMP from the Wii U main menu or Homebrew Launcher.
- Select your desired media type from the sidebar.
- Use the file browser to locate and select and play your media.
| Button | Action |
|---|---|
A |
Play / Pause |
B |
Return to file browser |
X |
Change audio track |
| Button | Action |
|---|---|
A |
Play / Pause |
B |
Return to file browser |
D-Pad L/R |
Skip / Rewind |
| Button | Action |
|---|---|
B |
Return to file browser |
X |
Change audio track |
Left Stick L/R |
Show next / previous photo |
ZR / RL |
Zoom in / Zoom out |
Touch |
Pan |
- Video playback (common formats, up to 720p)
- Audio playback (common formats)
- Image viewer (common formats, animated gifs)
- PDF / EBook viewer (pdf, epub)
- DLNA / Jellyfin streaming
- USB drive support (ext4, exFAT)
- Audio visualizations
- Playlist support (M3U)
- Wiimote / Pro Controller input
- YouTube (via Invidious) playback
- Limited MKV Support
Not all
.mkvfiles will work. Only those encoded with H.264 video and compatible audio formats are expected to play properly.
- Ambiance Music / Icons – Splashscreen and store assets: @fennelflowers
- Dear ImGui Fork by dkosmari: GitHub
- devkitPro: GitHub
- FFmpeg: GitHub
- FFmpeg Wii U Configure Script by GaryOderNichts: Github
- Helper files from hito16 GitHub GitHub
- libmocha: GitHub
- Wii U Toolchain (WUT): GitHub
- mupdf port by hito16: GitHub
- Nerd Fonts: GitHub
- stb GitHub
- USB Support Based on Sudachi-E Cafe-Xplorer GitHub
- wiiu-stdout GitHub