| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Can I get a display of Folder and Song information in Rockbox?
With IR FW I liked being able to turn on the player and getting song and folder numbers. Is there someplace to get this information on the player? I looked through what I thought were the logical places, but no luck.
Is that gone now? Will it possibly be a part of a later version of RockBox? ------------------------------- H-140 running Rockbox ? folders/? songs |
|
|||
|
Quote:
__________________
Linus |
|
|||
|
This is a great idea and very welcome. Perhaps a slight interruption with iRiver fw, it was nice having an opening "welcome" screen (that one easily could bypass)--kind of like the title page in a book. Here, that could be the great Rockbox screen that just flashes by, with some player stats (that even could be used configurable, like the WPS?). And one could bypass it if wanted thru settings or a quick right click of the joystick. I know it's cosmetic, but it just feels "right." And the stats would be useful and fun to have. (One could even have some fun with that, listing different kinds of stats, perhaps at random: last played; most played; least played; etc.)
Likewise with the database, it would be nice having a more "complete" db initial screen, perhaps with simple images (even user configurable, altho with defaults?) for the topics like the iRiver and some sort of title at top, rather than simply a list of the categories. And maybe stats as well: numbers of songs, artists and albums. It just gives matters a more "finished" feel, and the info. would be helpful. |
|
|||
|
Do you realize that it is this stats screen that makes the iriver firmware take forever to boot? Scanning the entire hard drive to count the files and directories isn't something that just "flashes by".
__________________
Linus |
|
|||
|
I could see having a plug-in of some sort that would count the files and folders if you really need to have this information, but I agree with Linus. I would not want to sacrifice boot time for this relatively meaningless information. Especially considering that this information is easily available through Windows if you really need it.
I recently purchased an H340 after using Rockbox for two months on my H120. The boot time on the H340 seems to take forever after Rockbox's virtually instantaneous boot. (*must ... resist ... temptation ... to ... ask ... Linus ... about .. the ... progress ... of ... the ... H3xx ... bootloader ...) |
|
|||
|
Agreed as to the opening screen -- didn't realize the boot-up timing issue.
But isn't this info. readily available if one has run the db previously, and couldn't it be pulled from that, or otherwise left off? Even without it, some sort of an opening screen seems to feel "right." |
|
|||
|
When I turn the player on I either want to resume playback or select some songs to play. Any kind of splash screen would just get in the way.
I think any kind of stats would be better off in the settings menu as it's definatly not info I need every boot. A plugin to get the number of songs and dirs wouldn't be that hard to write. It should take less time than booting the iriver firmware as well. I wrote a plugin that scans the drive and deletes the junk files left by os x, it takes ~4 sec to run. The iriver firmware takes ~15 sec to boot on the same player. |
|
|||
|
I wrote a "stats" plugin that counts dirs and files.
Available in my current build (see http://rasher.dk/rockbox/ ) and as source from http://sourceforge.net/tracker/index...06&atid=439120
__________________
Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more! Rockbox users around the world - add yourself if you're one! |
|
|||
|
Quote:
|
|
|||
|
It's updated as part of my build-and-install script, so whenever I update my Rockbox installation, it's updated.
__________________
Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more! Rockbox users around the world - add yourself if you're one! |
|
|||
|
Hey, I learned a lot by asking that question. I didn't know that that info was the cause of the slow boot times. But I didn't need to see it when the machine boots up. Just somewhere on the player. I'll see if I can use 'rashers' program.
Thanks ----------------- H-140 using Rockbox Shure E2c's |
|
|||
|
Well, it really still doesn't quite make up for the horrible boot times. I don't know quite what they're doing during boot, but it's sure is incredibly inefficient whatever it is.
My plugin takes less than 15 seconds to scan my harddisk. Iriver firmware boots in 56 seconds (db turned on). I'm guessing some of it is spent sorting the file-list, because for most of the time, there is no harddisk activity at all.
__________________
Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more! Rockbox users around the world - add yourself if you're one! |
|
|||
|
Hey Rasher, if I have your stats source code, what do I actually do with it to create the plug-in? (Sorry to ask!) I've compiled my own code and wasn't sure where to put your code--simply in the apps/plugins folder before compiling? Thanks--
|
|
|||
|
Quote:
- put stats.c to apps/plugins - add "stats.c" to apps/plugins/SOURCES - recompile HTH. |