Feature #23
Write list file with application details
| Status: | Closed | Start: | 01/16/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | teknecal | % Done: | 100% |
|
| Category: | - | Spent time: | 30.00 hours | |
| Target version: | v0.3 | Estimated time: | 26.00 hours | |
Description
Re-write the list file. Each application will need to have the name, version, date, controllers supported, timestamp, rating, description, etc.
History
Updated by teknecal 602 days ago
<name> <timestamp> <img size> <boot size> <dol/elf> <zipped size> <controllers> <downloads> <rating> <dirs to create>
<description>
Updated by teknecal 579 days ago
- % Done changed from 0 to 10
Did the get list code which downloads the listing file to the SD card.
Started coding the parsing of the file.
Updated by teknecal 579 days ago
Most of parsing is complete. Will have to have a script to update the listing file every x hours to include the downloads and rating and generate a new list file.
Updated by teknecal 576 days ago
Added 2 apps to the list file, got reading of list file to work. Tested and working.
Updated by teknecal 576 days ago
Example which is working:
bdizzy 1215101456 10727 1471488 dol 351807 0 0 gw /bdizzy
Bubble Dizzy
Foxy
0.94 Beta
1286854
Blip blop blup
You must help Dizzy get to the surface by riding on the bubbles. You only have a limited amount of oxygen (although more can be collected) and if it runs out then you lose a life. You must also collect the pearls from the sea bed and ledges so that Dizzy can give Daisy a pearl necklace at last.
<name> <timestamp> <img size> <boot size> <dol/elf> <zipped size> <downloads> <rating> <controllers> <dirs to create>
<full name>
<author>
<version>
<size>
<short description>
<description>
Updated by teknecal 559 days ago
- % Done changed from 10 to 20
Coded the script to update the listing file every x hours to include the downloads and rating and generate a new list file.
Updated by teknecal 546 days ago
Added remaining emulators. Cleaned up the HBB listing folder. Coded list file so it automatically grabs the file size and puts it on the list file.
Updated by teknecal 545 days ago
Tested out applications, issues found, fixed. Added text that shows the progress when downloading icons.
Might also make it so it grabs the time created/modified from the boot.dol or elf file instead of me adding it manually.