0.3.0-alpha.1
Pre-release
Pre-release
marian-m12l
released this
03 Jan 10:04
·
114 commits
to master
since this release
First alpha version supporting the new firmware 2.x with limitations.
New step is required before starting the application:
- For firmware 2.x only: configure the mount point of your device in the launch script using
FS_MOUNTPOINT
.
For instance on linux:
FS_MOUNTPOINT=/media/bob/LUNII
And on Windows:
set FS_MOUNTPOINT=E:\
Biggest limitations as of now are the following:
- No on-the-fly conversion of audio files, so you must provide 44100Hz/Mono MP3 files. The device may expect a particular format or bitrate.
- On-the-fly conversion of images is crap, so it's better to provide 4-bits depth / RLE encoding BMP files.
- Metadata are not kept when transferring an archive pack to the device and back.
- No on-the-fly conversion from binary story packs, for the reasons listed above.
- Mount point of the device must be configured.
- ... and this list is not exhaustive, there are probably many stability issues as well.