More actions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|description=Flipnote Studio Player for Nintendo DS. | |description=Flipnote Studio Player for Nintendo DS. | ||
|author=NotImplementedLife (N.I.L) | |author=NotImplementedLife (N.I.L) | ||
|lastupdated= | |lastupdated=2023/08/02 | ||
|type=Other Apps | |type=Other Apps | ||
|version=0 | |version=1.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/dshomebrew/fspds.7z | |download=https://dlhb.gamebrew.org/dshomebrew/fspds.7z | ||
Line 49: | Line 49: | ||
==Changelog== | ==Changelog== | ||
'''v1.0''' | |||
* recreated the application from scratch | |||
* brand new beautiful UI | |||
* considerably improved frame decoding performance | |||
* flipnote paths are preindexed in cache file data for faster access | |||
* flipnotes can be loaded from any location on the SD card | |||
* more stable and useful player bar with previous/next navigation features, auto repeat and shuffling | |||
* can display flipnote author names with Unicode support | |||
'''v0.2.1''' | '''v0.2.1''' | ||
* Removed debugging artifacts from the player menu. | * Removed debugging artifacts from the player menu. |
Revision as of 11:25, 4 August 2023
FSPDS | |
---|---|
General | |
Author | NotImplementedLife (N.I.L) |
Type | Other Apps |
Version | 1.0 |
License | Mixed |
Last Updated | 2023/08/02 |
Links | |
Download | |
Website | |
Source | |
FSPDS is a homebrew application that allows you to play DSi Flipnote Studio .ppm files on Nintendo DS (Lite) directly from your flashcard.
Released in 2009, Flipnote Studio is a free downloadable application for the Nintendo DSi which allows users to create frame-by-frame flipbook-style animations with the console's touch screen, cameras and microphone.
Installation
Create a new folder named flipnotes at the root of your SD card.
Copy your favorite flipnotes (in PPM format) to flipnotes directory.
Copy FSPDS.nds (DLDI if needed) anywhere to your SD card.
User guide
FSPDS does not detect/play flipnotes larger than 1MB.
You can have up to 1024 files in flipnotes directory.
The flipnote's BGM track should be smaller than 512KB in order to be played correctly.
Controls
D-Pad - Select a file from the menu
A - Play
L/R - Navigate through bottom-screen tabs
Screenshots
Media
Playing DSi Flipnote Studio files on DS Phat/Lite (NotImpLife)
Compatibility
Tested on R4(i) flashcards and melonDS emulator.
Changelog
v1.0
- recreated the application from scratch
- brand new beautiful UI
- considerably improved frame decoding performance
- flipnote paths are preindexed in cache file data for faster access
- flipnotes can be loaded from any location on the SD card
- more stable and useful player bar with previous/next navigation features, auto repeat and shuffling
- can display flipnote author names with Unicode support
v0.2.1
- Removed debugging artifacts from the player menu.
- Updated version label on the bottom side of the border.
v0.2.0
- Proudly announce the sound pause/resume issue have been fixed.
- Fixed a minor inconsistence regarding the display of fatal error messages.
v0.1.0
- First release. Can render frames, but no sound.
Credits
- Guys from DSiBrew and Flipnote Collective for their awesome documentation on .PPM file format.
- devkitPro for their compiler, ndslib and examples.
- The authors behind GodMode9i for the idea of overwriting character fonts.
- Drenn1/GameYob for help figuring out how to work with makefiles.
- RinLovesYou for her ADPCM to PCM Decode method from PPMLib.