In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "DragonMedia Player"

From WiiBrew
Jump to navigation Jump to search
Line 75: Line 75:
  
 
== Known Bugs ==
 
== Known Bugs ==
No confirmed bugs are known at this pointIf you find a bug, please report it with steps to reproduce in the discussion section of this page.
+
Trying to launch DMP with a USB keyboard or LAN adapter will cause a freezeThis should be fixed in the next release.
  
 
== Bug Reports/Suggestions ==
 
== Bug Reports/Suggestions ==

Revision as of 18:12, 2 August 2008

DragonMedia Player
DMP.png
General
Author(s)DragonMinded
TypeMedia
Version0.13 Alpha 2
Links
[[Binary|Download]]
[[Source|Source]]
Peripherals
Wiimote1.svg Loads files from the Front SD slot USB mass storage device

Music player for the Wii. It has a nice interface and is skinnable. It plays mp3, ogg, flac and other formats but does not work with wma or aac. It is a native Wii application (no Wii Linux) with the intent of being a multi-source media player on the Wii.

Controls

Button Action
Wiimote A Button Select
Wiimote B Button Drag-scroll
Wiimote - Button Up one directory on file browser
Wiimote D-Pad Left Previous song
Wiimote D-Pad Right Next song
Wiimote D-Pad Up Toggle random play
Wiimote 1 Button Play/Pause
Wiimote 2 Button Stop
Wiimote HOME Button Quit

Usage

DragonMedia Player will pick up files anywhere on your SD or USB stick, and plays sequentially once a file has started. Simply install into the HBC by copying the dmp folder in the zip file to /apps/ and run the program. Do not rename the folder as DragonMedia Player expects things to be in the correct place in order to function. For the changelog, please look inside either the source or the binary zip file.

Supported Formats

Currently, this list is limited, as I have tried to set up the application framework before porting codecs. I am working on getting more formats such as aac/m4a integrated, and I am interested in supporting as many strange formats as possible such as spc, sid, nsf, etc, so look forward to more support.

  • flac
  • it
  • mod
  • mp1
  • mp2/mpa
  • mp3
  • ogg
  • s3m
  • wav
  • xm

DMP also supports a few playlist types.

  • m3u
  • pls

Supported File Sources

Again, this list is very limited, nothing from DVD or Internet supported yet.

  • Front SD
  • USB

Future Plans

Things I would like to add when I get the time:

  • Meta tag support (embedded images, id3, etc)
  • Localizable to different languages
  • File source from Internet (and DVD if documentation comes out)
  • Samba
  • More interactive theme support
  • Video (?)

Known Bugs

Trying to launch DMP with a USB keyboard or LAN adapter will cause a freeze. This should be fixed in the next release.

Bug Reports/Suggestions

At this point, I'm not open to suggestions as it is too early. However, if you find a bug, please feel free to edit in the discussion of this page to let me know. Please don't take this as a suggestion to fork. I will start taking suggestions as the project stabilizes. Be patient!

DMP Themes

To install these themes, unzip them into the themes directory. Then, in the home menu, select the theme on the list. If you are interested in creating a sharp looking default theme, let me know and I'll consider including it as the official default. The one thing is, it has to be entirely created by you; no outside images.

Name Author Description Screenshot Download
Dark-Ice Dark-Ice icon.png DasBaUm A very dark theme with bright-shining ice-blue buttons and font Screenshot 1, Screenshot 2 Download DMP_Dark-Ice_for_v0.12a.rar

Changelog

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.