https://github.com/dkosmari/radiiu
An internet radio player for the Wii U.
https://github.com/dkosmari/radiiu
cpp internet-radio-player music-player wiiu wiiu-homebrew
Last synced: 8 months ago
JSON representation
An internet radio player for the Wii U.
- Host: GitHub
- URL: https://github.com/dkosmari/radiiu
- Owner: dkosmari
- License: gpl-3.0
- Created: 2025-08-25T06:21:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-21T06:46:15.000Z (9 months ago)
- Last Synced: 2025-09-21T08:38:36.611Z (9 months ago)
- Topics: cpp, internet-radio-player, music-player, wiiu, wiiu-homebrew
- Language: C++
- Homepage:
- Size: 1.37 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.GPLv3
- Authors: AUTHORS
Awesome Lists containing this project
README
# RadiiU
This is an internet radio player app for the Wii U.
It uses the station listing from [www.radio-browser.info](https://www.radio-browser.info).
This is still a work in progress.
## Build instructions
### Dependencies
- freetype2
- jansson
- libcurl
- libmpg123
- SDL2, SDL2_image, SDL2_ttf
### Obtaining the source
- Via mercurial:
- `hg clone https://github.com/dkosmari/RadiiU.git`
- Via git:
- `git clone --recurse-submodules --shallow-submodules https://github.com/dkosmari/RadiiU.git`
After checking out the code, run:
```
./bootstrap
```
(This needs to only be done once, to create the `configure` script.)
### Wii U build
```
./configure --enable-wiiu --host=powerpc-eabi
make
```
If the Wii U is named `wiiu` in your local network, you can run:
- `make run`
- This will use `wiiload` to run it on the Wii U without installing.
- `make install-wiiu`
- This will install `radiiu.wuhb`, via ftp.
- `make uninstall-wiiu`
- This will uninstall `radiiu.wuhb`, via ftp.
### Native build
This has only been tested on Linux environments so far.
```
./configure
make
make run
```
Note that the native build is meant to be run from the source code directory. It requires
a file named `CafeStd.ttf`, to be used as the main font.