12/19/2012, 06:47 AM
|
#1 (permalink) |
|
Member
Posts: 2,090
|
This patch will allow you to set custom locations to exclude Media Indexer from searching. Once applied, any new files that match the paths you specify will not be added to the index.
This patch has been submitted to Preware and should show up soon. To set up the patch, install it first. Then in your USB drive create a file called ".nomedialist". Inside it provide a JSON string array that contains the paths you'd like to exclude: Code:
[
"/media/internal/appdata",
"/media/internal/downloads/random",
".wav"
]
If you'd like to clear out the files you do not want shown in your apps, do the following.
Developer's note: This patch was a PITA to make. It took me an entire night to figure it out. I blame Palm for not testing their non-minified code on a production environment. It ended up that the source code never worked and I had to go into the minified version and add code there. I don't understand it. If you're going to ask me "why not do it Android style?", I'll answer you with "they work on different principles". It'll be hard for me to check for the presence of those files and it'll be extremely inefficient.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. Last edited by GMMan; 12/19/2012 at 07:22 PM. Reason: Possibly invalid patch updated |
12/19/2012, 07:22 AM
|
#2 (permalink) |
|
Member
![]() |
legend, do hate some homebrew apps where you can't change their extra data to use a hidden folder and their gfx/sounds get indexed by mistake
would maybe stop android/webos users from indexing their android apps gfx as well.
__________________
Touchpad Keyboard Themes - >> Click Me << |
12/31/2012, 10:42 PM
|
#4 (permalink) | |
|
Homebrew Developer
![]() ![]() |
yup, that sure would be awesome to have it ignore the android directory. or patch android to use a ".android" dir so it's hidden to begin with.. sigh.
__________________
Author: Remove Messaging Beeps patch for webOS 3.0.5, Left/Right bezel gestures in LunaCE, Whazaa! Messenger and node-wa, SynerGV 1 and 2 - Google Voice integration, XO - Subsonic Commander media streamer, AB:S Launcher Quote:
GO OPEN WEBOS! People asked me for a donate link for my non-catalog work, so here you are:
|
|
01/07/2013, 07:25 PM
|
#6 (permalink) |
|
Member
Posts: 2,090
|
Check the OP for a sample, and try working off of that. Every path is surrounded by quotes, and ends with a comma after the quote, unless it's the last item in the list. The entire list is surrounded by a matching pair of square brackets.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
01/07/2013, 07:32 PM
|
#7 (permalink) | |
|
Member
![]() |
Quote:
this is brilliant removed all my android pics and thumbnails , by just adding /media/internals/Android to .nomedialist Last edited by Firepower; 01/08/2013 at 03:20 AM. |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



