Dragon Media Player Wii

From GameBrew
DragonMedia Player
Dragonmediaplayerwii.jpg
General
AuthorDragonMinded
TypeMedia players
Version0.25 Alpha
LicenseGPL (open source)
Last Updated2011/02/20
Links
Download
Website
Source

Dragon Media Player is an audio player for the Nintendo Wii console written by DragonMinded. It aims to allow easy playback of any popular audio format from USB, SD, DVD and various internet sources. Dragon Media Player is a homebrew application which means it will not run on a stock Wii without modification. Dragon Media Player nor the author are in any way associated with Nintendo.

Features

Supported Sources

Each of the supported formats is hot-swappable. There are some known random crashbugs associated with hot swapping that I am trying to track down, but none that should impede general usage of the program. Once booted, Dragon Media Player does not need to read from its own installation unless themes or languages are switched, so the SD card can be swapped out for another that has additional music on it.

  • USB (FAT/FAT16/FAT32)
  • SD (FAT/FAT16/FAT32)
  • Samba

Using Samba

Samba may take awhile to enumerate, so please be patient for the first few seconds DMP has booted to see your Samba shares on the source browser. Dragon Media Player supports up to 10 differently configured Samba mountpoints. To add a mountpoint to DMP, browse to the shares/ folder in your installation and add a new xml file. The name of the file does not matter, just that it is properly formatted.

An example share is described below:

<Share> <Name>music</Name> <Location>192.168.100.80</Location> <Share>Music</Share> <Username>Guest</Username> <Password></Password> </Share>

In the above example, Name denotes the share name as it would display on the file/source browser. In line with the example, the file browser would display music:// on the list. The Location is an IP address of the computer hosting the share. the Share is the actual name of the share according to the computer. If you shared a folder as Music on your computer, it would be added as above. The Username and Password is what to authenticate as on the hosting computer. Leaving this as Guest with no password should suffice normally. It is safe to add shares that will not always be present when DMP is running as it should figure this out.

Supported File Formats

Dragon Media Player supports an array of audio formats as well as a few playlist formats. Currently, all tracked and game formats play infinitely. This is by design as I am fond of repeating modules and such. However, in a future release, options will be added to allow this to be disabled.

Audio Formats

  • aac
  • flac
  • mp1/mp2/mpa/mp3
  • mp4/m4a
  • ogg
  • wav

Tracked Formats

  • it
  • mod
  • s3m
  • xm

Emulated Formats

Many of these formats include multiple songs per file. To seek between files, use the seek bar and press the plus and minus buttons on your remote.

  • ay
  • gbs
  • gym
  • hes
  • kss
  • nsf
  • sap
  • sc68
  • sid
  • snd
  • sndh
  • spc
  • vgm
  • ym

Playlist Formats

  • m3u
  • pls

Media

Installing

Dragon Media Player is meant to be run from an SD card inserted in the front slot of your Wii. The most convenient way to launch DMP is through the Homebrew Channel. Assuming you already have Homebrew Channel installed on your Wii, there should be an apps directory on the root of the SD card you wish to install DMP on. Unzip the contents of the above zip file into apps\ so that your SD card has a apps\dmp\ folder on it. You'll know you've installed correctly if Homebrew Channel displays DMP on the list of launchable appications.

How To Use

Dragon Media Player can be controlled using the first Wiimote only. After starting DMP, use the on-screen pointer to select directories or audio files to play. To play a file or open a directory, hit the A button. To scroll the file list when there are too many files to display at once, hold down the B button and drag the Wiimote in the direction you wish to scroll. When playing music, use the Left D-Pad or Right D-Pad buttons to play the next or previous file respectively. To change the playback mode between sequential, repeating and random play, press the Up D-Pad button. Once a song is playing, the 1 button can be used to pause and resume playback and the 2 button can be used to stop playback. Press the Home button at any time to bring up a configuration menu or exit DMP.

How To Customize

Dragon Media Player supports fully-customizable themes. The interface is also fully translatable and supports UTF-8 from any file source. It will read true type fonts and supports extended Unicode necessary for displaying East Asian scripts. Themes go into apps\dmp\themes\ and language translations go into apps\dmp\languages. DMP ships with several language translations and a few alternate themes. For help in creating themes or language translations, see the Customizing page.

Known Bugs

Tracker formats (mod, s3m, etc.) always playing in "loop" mode.

Screenshots

Dragonmediaplayerwii.jpg

Changelog

0.25 Alpha

  • Added support for AAC, M4A and MP4 file format
  • Songs now continue to play from old directory when browsing through directories
  • Fixed a crash bug with modules that don't load properly
  • Fixed an issue where sometimes it would take several seconds to play the next song

0.21 Alpha

  • Added checking for share names and name correction on invalid share names
  • Fixed issue with inability to load custom cursors
  • Fixed memory leak with ym file source
  • Fixed crash bug on ejecting certain media types and playing a song near a tracked module
  • Fixed media seek location flying out of whack when abnormal conditions occur
  • Shares no longer disappear and reappear if they can't be found

0.2 Alpha

  • Added ability for wav files to read ahead
  • Added configurable samba shares
  • Added ability to hot-plug USB and SD
  • Updated render loops to be multithreaded
  • Updated resampling code for better quality audio
  • Updated audio out code for better handling when network hiccups occur
  • Updated readahead code to work better
  • Fixed themes/langauges to display in alphabetical order
  • Fixed FFT display to have less noise and no frequency offset
  • Fixed theming engine not retaining default text if language string doesn't have a custom string
  • Fixed possibility of crashing on filenames with long/no extension
  • Fixed a few memory leaks in skinning engine

0.16 Alpha

  • Added support for ym emulated files.
  • Added in support for changing menu text font.
  • Added repeat mode (sequential with loop around).
  • Changed ogg read size to support some files.
  • Fixed freeze with a few mp3s.
  • Fixed freeze with some sid files.

0.15 Alpha

  • Added sid playback support.
  • Added snd/sndh/sc68 playback support.
  • Added language file support.
  • Tweaked a few things to refine more.
  • Fixed memory leak in emulated support.
  • Location in filebrowser is preserved when browsing to subfolders.

0.14 Beta

  • Added ay/gbs/gym/hes/kss/nsf/sap/spc/vgm emulated support.
  • Sequential/random setting is preserved across skin changes.
  • Song highlight preserved across skin changes.
  • Fixed crash with usb keyboards and lan adapters.

0.13 Alpha 2

  • Fixed core dump on loading pls files.

0.13 Alpha

  • Added m3u/pls playlist support.
  • Fixed a few memory leaks (switching themes and playing songs should be more stable).
  • Fixed a few misc stability issues.

0.12 Alpha

  • Implemented read-ahead buffer to help with some choppy files on usb.
  • Fixed settings not getting saved if you don't change the theme name sometimes.

0.11 Alpha

  • Added load screen for impatient noobs.
  • Added ability to change themes from menu.
  • Added more options to home menu.
  • Integrated USB patches (no guarantee that it works).
  • Fixed 24bit flac support (note that SD card is the limit for playing back).
  • Settings now get saved from home menu.

0.1 Beta

  • Home menu is now functional.
  • Added random playback mode.
  • Added support for wav encapsulated mp3 files.
  • Added support for ogg flac files.

0.07 Alpha

  • Added flac support!
  • Fixed the reported crash with mp3's and weird xing headers.
  • Should no longer crash if you eject the SD while playing music.
  • Should not crash (now just exits to loader) if no menu background is present.

0.06 Alpha

  • Added ogg vorbis support!
  • Added utf-8 support (including japanese/chinese if you select a proper font).
  • Changed default font to Deja Vu (no licensing issues).
  • Fixed background image not moving with screen adjustment.
  • Fixed seek bar allowing seeking using (+) and (-) on unseekable file formats.

0.05 Alpha

  • Improved scrolling on file list and dragging of seek bar.
  • Added seeking via (+) and (-) while hovering over seek bar.
  • Added cursor hotspot adjustment.
  • Added optional flashing drive light to music.
  • Added optional icons to file browser.
  • Fixed FFT.

0.04 Alpha

  • Added in background image capability.
  • Added seek bar.
  • Added new hotkeys. Left/right to select different songs. (1) to play/pause, (2) to stop.
  • Changed directory enumeration method to speed up changing directories and fix large directory crash.
  • Fixed bug where scrolling would stop one file short of the bottom.
  • Fixed some text ignoring theme settings for color.
  • Fixed modules not starting from the beginning after hitting stop then play.

0.03 Alpha

  • Refactored some code for easier addition of new codecs.
  • Added mp3/mp2/mp1/mpa support (libmpg123 for better quality).

0.02 Alpha

  • Added mod/xm/it/s3m support (dumb + mikmod to combine best of both, more files supported).
  • File browser now scrolls with next/previous.
  • Sounds do not have first bit cut off anymore.

0.01 Alpha

  • Added scrolling support to the browser.
  • Added (-) support to go up a directory quickly.
  • Added sequential play ability.

Third Public Build

  • Vastly sped up text rendering.
  • Fixed more sound quirks.

Second Public Build

  • Added graphic eq meter.
  • Fixed some sound inconsistencies.

First Public Build

  • Lists directories and files on SD card.
  • Plays wav files.
  • Includes limited theme support.

External links

Advertising: