deltabeard / ctrmus

3DS Music Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ctrmus icon

ctrmus: a music player for the Nintendo 3DS

The latest 3DSX/CIA/3DS download can be found on the releases page, or by scanning this QR code.

Features

  • Plays PCM WAV, AIFF, FLAC, Opus, Vorbis and MP3 files.
  • Pause and play support.
  • Plays music via headphones whilst system is closed.
  • Ability to browse directories.

Controls

L+R or L+Up: Pause

L+B: Stop

L+Left: Show Controls

A: Play file or change to selected directory

B: Go up folder

Up & down = Move cursor

Left & right = Move cursor skipping 13 files at a time.

Start: Exit

Contributing

I very much welcome a pull request from anyone wanting to contribute! Be it a small spelling mistake, a bug fix or otherwise.

Adding features

Create an issue before you start work so that others know that your considering working on adding a feature or fixing a bug.

Pull requests

Please consider the following when making a pull request.

  • Commit messages should be clear.
  • Code style should be consistent.

If you're unsure whether to make a pull request, just make it. 😃

Compiling

Build dependencies:

  • GNU Make
  • makerom
  • bannertool
  • devkitARM, with the following packages installed:
    • libctru
    • 3ds-libmpg123
    • 3ds-libopus
    • 3ds-libopusfile
    • 3ds-libogg
    • 3ds-libvorbisidec
    • 3ds-libsidplay

To build, type make in the project folder.

Planned features

  • Playlist support.
  • Repeat and shuffle support.
  • Metadata support.

Notes

Due to limitations in ctrulib, only ASCII characters are displayed correctly. Other characters will appear garbled, but functionality is not affected.

Ctrulibの制約でアスキー文字のみ正しく表示されます。それ以外の文字エンコードの場合文字化けはしますが、機能自体に影響はありません。

Banner music uses a modified version of "Rad Adventure" by Scott Holmes.

About

3DS Music Player

License:GNU General Public License v3.0


Languages

Language:C 88.4%Language:Makefile 6.2%Language:C++ 5.5%