Re: In need of name suggestions - File management application August 04, 2009 01:04AM | Admin Registered: 15 years ago Posts: 5,132 |
Re: In need of name suggestions - File management application August 04, 2009 11:16AM | Registered: 14 years ago Posts: 22 |
Re: In need of name suggestions - File management application August 04, 2009 11:50AM | Registered: 14 years ago Posts: 303 |
Quote
Arikado
Wow, you managed to get libwiigui working - That alone is really impressive. I also really like how you have the data structures laid out.
I honestly can't wait until you release this (and the source I hope).
Great job and keep up the good work :)
Quote
master5o1
Ideal outcome:
User attempts to open a file, open using a) an installed homebrew app or, b) use the file manager's inbuilt file handler for its type.
-- eg. images, music, video...
User attempts to open a homebrew program ('boot.dol' or 'boot.elf'), should load the program. Also, when in the '/apps/' directory, the 'items' within the folder should be the program loaders -- ie: homebrew channel in filemanager form. (include option to switch from this behaviour to regular file management behaviour for the '/apps/' folder).
User attempts to open music, play music, show controls from play, pause, stop, etc.
Same for Video,
show next-image, previous-image, etc when images are shown.
Essentially: "built in" minimalist media player :)
Re: In need of name suggestions - File management application August 04, 2009 02:43PM | Admin Registered: 15 years ago Posts: 5,132 |
Just the way you have stuff like return to HUB and Up one laid out at the top and everything else in alphabetical order. Sorry for the lack of a better term.Quote
PhoenixTank
You lost me at "data structures", Arikado :P What were you referring to?
Re: In need of name suggestions - File management application August 04, 2009 06:02PM | Registered: 14 years ago Posts: 303 |
Ah I see. Well, again credit to Tantric. The sorting mechanism and "Up One Level" was already there. I actual wanted "Up to hub" to appear first, but I'm going to need to edit the callback for that. Honestly, grab the libwiigui SVN or 1.03 and compile the example. Throw it on your SD card, boot it up and head to the file browser, then compare with what I've shown. Credit has to go to Tantric. I swear he has a hand in almost every project/library I look at too.Quote
ArikadoJust the way you have stuff like return to HUB and Up one laid out at the top and everything else in alphabetical order. Sorry for the lack of a better term.Quote
PhoenixTank
You lost me at "data structures", Arikado :P What were you referring to?
So far, I've left threading alone. Not something I am at all familiar with, and thankfully I haven't had to alter, so far. I have a horrible feeling that file operations are going to need to be executed separate to the main thread, though.Quote
Arikado
Regarding the other things, I think you're not giving yourself enough credit. You've successfully implememnted multiple threads and braved through the learning of libwiigui. Honestly, after spending days with it, I just can't get libwiigui to render anything for the life of me.
Again, good job :)
Re: In need of name suggestions - File management application August 04, 2009 06:09PM | Registered: 15 years ago Posts: 1,012 |
Re: In need of name suggestions - File management application August 04, 2009 06:31PM | Registered: 14 years ago Posts: 303 |
Re: In need of name suggestions - File management application August 06, 2009 04:59AM | Registered: 14 years ago Posts: 71 |
Re: In need of name suggestions - File management application August 11, 2009 08:33PM | Registered: 14 years ago Posts: 5 |