Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  More "Show Files" Options
« previous next »
  • Print
Pages: [1]

Author Topic: More "Show Files" Options  (Read 1565 times)

Offline Reece

  • Member
  • *
  • Posts: 101
  • AKA, ZallCaTor
More "Show Files" Options
« on: January 10, 2013, 07:41:31 PM »
         Under Settings/General Settings/File View/Show files, you have the choice to show either all files, supported files, music, and/or playlists. I like to show all, so I can get into the .rockbox folder and tweak theme files and other things, without having to repeatedly plug and unplug my device from my computer. Showing all files reveals the files I want, and it also shows files I don't want; random files that just get in the way, and that can't even be opened with any viewer.

      It would be great if I had the option to select the file types I wan't to show, and the ones I Don't. Or select a folder to either show all, or supported files.

       For instance. I could select (under the context menu for that folder) my music folder to only show music files.
And for the .rockbox folder, I could set it to show all files.
and so on...

      And/or you could have global settings, where you select what files types to show and what not to show across the whole device. This can be accomplished by either an interface were you can "check/un-check" the file types to show, or just create a file. (Such as "show_files.cfg"), or something like that. Just like the .colours, and .icons, configuration files.
The file would have something like this in it.
Code: [Select]
mp3:1
ogg:1
wav:1
codec:0
doc:0
folder:1
txt:1
ect...

      This is super simple. The 1 means show, and the 0 means don't show.
You just put
(file extention):(1/0)

As a third option: If there is a specific file or folder you do not want to see, there can be an option under the "context menu" to "hide" that file or folder. So that folder or file will not appear in the file browser.

This could be a very helpful and useful option to have.
« Last Edit: January 10, 2013, 08:21:32 PM by Reece »
Logged
Reece, AKA; ZallCaTor
Devices: |Clip+|Fuze V2|

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: More "Show Files" Options
« Reply #1 on: January 10, 2013, 11:15:50 PM »
If it is any consolation to you, the "Supported" option (and the Music/Playlists options) respect the Windows hidden file/folder flag, if this is of any use to you.

I am unsure this is actually documented anywhere, I found this out years ago, by accident.
I hope this helps.


[Saint]

EDIT: If my recollection serves me correctly, there is a patch on the tracker to allow the setting of the hidden file/folder flag via the context menu...but I think it was rejected. Not sure.
« Last Edit: January 10, 2013, 11:18:09 PM by [Saint] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline Reece

  • Member
  • *
  • Posts: 101
  • AKA, ZallCaTor
Re: More "Show Files" Options
« Reply #2 on: January 10, 2013, 11:22:00 PM »
     The problem is, the only way I can access the .rockbox folder from my mp3 player is to have it set to "show files: all." and if I set it to "supported," I can not access the .rockbox folder, which is some what essential to my theme development

EDIT: But having it on "supported" I can hid other annoying folders such as "##MUSIC#" and "##PORT#" if I wished.
This doesn't solve my problem, but is useful knowledge. Thanks.
« Last Edit: January 10, 2013, 11:25:30 PM by Reece »
Logged
Reece, AKA; ZallCaTor
Devices: |Clip+|Fuze V2|

Offline whiskers75

  • Member
  • *
  • Posts: 100
  • github.com/whiskers75
    • whiskers75
Re: More "Show Files" Options
« Reply #3 on: January 12, 2013, 02:50:07 AM »
I deleted ##MUSIC# etc: I don't use the OF.
Logged
whiskers75/rockbox - Custom Build  
http://forums.rockbox.org/index.php/topic,42527.0.html
Devices: Sansa Clip+

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: More "Show Files" Options
« Reply #4 on: January 12, 2013, 03:50:59 AM »
Quote from: [Saint] on January 10, 2013, 11:15:50 PM
EDIT: If my recollection serves me correctly, there is a patch on the tracker to allow the setting of the hidden file/folder flag via the context menu...but I think it was rejected. Not sure.

It's on gerrit and hasn't been merged. There are (from my point of view) some small problems with that patch but no really problematic ones.

Apart from that, the OP wants per-folder view settings (at least that's what I understood). I'm not sure if this is a good idea since it can cause confusing results -- especially support questions "why doesn't folder x show me music file, I've sett "show files" to all", and in the end it turning out that folder x was set to playlists only ...
« Last Edit: January 12, 2013, 03:52:31 AM by bluebrother »
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: More "Show Files" Options
« Reply #5 on: January 12, 2013, 04:11:04 AM »
Quote from: whiskers75 on January 12, 2013, 02:50:07 AM
I deleted ##MUSIC# etc: I don't use the OF.

If it is an annoyance, I really do advise hiding these directories as opposed to deleting them.

If you ever boot the OF, accidentally or otherwise, they will be recreated.


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline Reece

  • Member
  • *
  • Posts: 101
  • AKA, ZallCaTor
Re: More "Show Files" Options
« Reply #6 on: January 12, 2013, 08:26:52 PM »
      Overall, and because of these small dilemmas, I still think that adding these extra functions would be very handy for some people.
Logged
Reece, AKA; ZallCaTor
Devices: |Clip+|Fuze V2|

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: More "Show Files" Options
« Reply #7 on: January 13, 2013, 01:15:49 AM »
As bluebrother said, the convenience this may add to some people isn't worth the (almost certain) support nightmare that people forgetting they have set this, or setting it accidentally, would cause.


[Saint]
« Last Edit: January 13, 2013, 01:20:38 AM by [Saint] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  More "Show Files" Options
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.087 seconds with 15 queries.