Dragon Media Player Wii

From GameBrew
Revision as of 02:47, 19 January 2023 by HydeWing (talk | contribs)
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 created by DragonMinded. It enables easy playback of various audio formats from USB, SD, DVD, and internet sources. Keep in mind that Dragon Media Player is a homebrew application, which means that it will not run on a standard Wii without modification. Additionally, the developer and Dragon Media Player are not affiliated with Nintendo.

Features

Supported Sources

Dragon Media Player supports various audio formats, which can be swapped while the program is running. There may be occasional bugs associated with this feature, but they should not affect general usage of the program. Once booted, Dragon Media Player does not require access to its installation unless themes or languages are changed, so the SD card can be replaced with another one containing additional music.

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

Using Samba

When browsing for Samba shares on the source browser, please be patient as it may take some time to enumerate. Dragon Media Player supports up to 10 uniquely configured Samba mount points. To add a mount point to DMP, go to the shares/ folder in your installation and create a new XML file. The name of the file is not important, as long as 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 multiple audio formats as well as a few playlist formats. Currently, all tracked and game formats play continuously by default. This feature is intended for repeating modules, but in future releases, options will be added to disable it.

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

Screenshot

Dragonmediaplayerwii.jpg

Media

How to turn your Wii into a music player with DragonMedia Player - (Nerdacorn's Technology)

Installing

Dragon Media Player is designed to be run from an SD card inserted in the front slot of your Wii. The easiest way to launch DMP is through the Homebrew Channel. If you already have the 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 the apps/ directory so that your SD card has an apps/dmp/ folder. You will know the installation was successful if DMP appears on the list of launchable applications in the Homebrew Channel.

How To Use

Dragon Media Player can only be controlled using the first Wiimote. Once DMP is started, use the on-screen pointer to select directories or audio files to play. To play a file or open a directory, press the 'A' button. To scroll through the file list when there are too many files to display at once, hold the 'B' button and move the Wiimote in the desired direction.

To play the next or previous file while music is playing, use the 'Left D-Pad' or 'Right D-Pad' buttons respectively. To switch between sequential, repeat and random play modes, press the 'Up D-Pad' button. While 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 access the configuration menu or exit DMP.

How To Customize

Dragon Media Player features fully customizable themes, allowing you to personalize the interface to your liking. Additionally, it includes a fully translatable interface and supports UTF-8 from any file source. It can read True Type fonts and supports extended Unicode, which is necessary for displaying East Asian scripts. Themes can be found in the apps/dmp/themes/ directory and language translations can be found in the apps/dmp/languages/ directory. DMP comes with several language translations and a few alternate themes. For assistance in creating themes or language translations, refer to the Customizing page.

Known Bugs

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

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: