I've 800/900 songs on my phone each has an attached "album art" image (due to the way I had to format them for my Sansa Fuse, each song in a folder with album art) any to get to the point of this thread, the gallery app shows everything, caches the lot, I don't want to see millions of pictures of the same thing, I just want to be albe to ignore these folders & just show my camera/wallpapers/whatever else I choose, not every image on my phone
Please tell me there is a way to do it, or point in the direction of an app that will perform the way I want it
Surely this has been raised before, but I can't find it mentioned
put a . (dot) at the start of the folder name and it tells the lynix based android system that it is a hidden folder and then it will not show in the gallery.
Cheers Lenny, but as I mentioned above, that would be 800/900 folders I'd have to edit, I'd prefer to select the folders I want to view and would the dot prevent my music apps from seeing the folders too?
I could go back and re format all my music just to have one album art image in, but I'd rather not & the extra folders would still show up
Apologies for the bad grammar & spelling the in the previous post the edit function here seems to be very aggressive
if your running windows there is a way to rename folders on mass, can't remember how though its been years since I did it.
Lennyuk said:
put a . (dot) at the start of the folder name and it tells the lynix based android system that it is a hidden folder and then it will not show in the gallery.
Click to expand...
Click to collapse
This worked, as a test of the theory. I'd a folder named MP3 on my card containing them all, I moved that into the .mixzing folder (couldn't rename MP3 Folder to .MP3 windows won't let you), but the only problem with that is now there appears to be no music on my card, Gallery works perfect as predicted
The .mixzing folder is not selectable by MixZing.....
Archie The Leper said:
This worked, as a test of the theory. I'd a folder named MP3 on my card containing them all, I moved that into the .mixzing folder (couldn't rename MP3 Folder to .MP3 windows won't let you), but the only problem with that is now there appears to be no music on my card, Gallery works perfect as predicted
The .mixzing folder is not selectable by MixZing.....
Click to expand...
Click to collapse
ah never thought that far ahead. you can still play the files using something like astro though (as a not so perfect workaround for the time being).
Try adding a file in the directory you want ignored with the filename '.nomedia' The gallery will ignores these folders. (Works for music and videos too)
dingatron said:
Try adding a file in the directory you want ignored with the filename '.nomedia' The gallery will ignores these folders. (Works for music and videos too)
Click to expand...
Click to collapse
Don't make this mistake.. his will simply delete the files!
In theory, that should work, but i experienced many problem with this .nomedia file:
http://code.google.com/p/android/issues/detail?id=3692
http://code.google.com/p/android/issues/detail?id=3129
dingatron said:
Try adding a file in the directory you want ignored with the filename '.nomedia' The gallery will ignores these folders. (Works for music and videos too)
Click to expand...
Click to collapse
profete162 said:
Don't make this mistake
Click to expand...
Click to collapse
No, no I won't, 800/900 .nomedia files, which, no doubt, will hide the the mp3 file too
Try this so that your music files are not deleted:
1. Backup your folder that contains all the music and album art onto your pc.
2. in the PARENT directory of the 800/900 folders put a file in there called ".noimage" (without the quotes).
3. now your album art shouldn't show up in pictures, but your mp3's will come up in the player.
4. If it does delete the music/album art after a restart, then keep the .noimage file in the parent folder and then put your files back from the PC.
5. if you don't have the 800/900 files in a seperate parent folder then do so.
6. let me know how you get on. but please make sure you have backed up your media.
Put a new txt file into the folder, remaned it with Astro File manager, Windows won't let you do that, images still in Gallery, still no luck Bad4ss, thanks for trying
It didn't delete the music by the way
*ignore*
I will try something else.
profete162 said:
Don't make this mistake.. his will simply delete the files!
In theory, that should work, but i experienced many problem with this .nomedia file:
http://code.google.com/p/android/issues/detail?id=3692
http://code.google.com/p/android/issues/detail?id=3129
Click to expand...
Click to collapse
Please explain to me where it does delete the files when you place .nomedia?:
Code:
// ignore directories that contain a ".nomedia" file
if (pathRemaining >= 8 /* strlen(".nomedia") */ ) {
strcpy(fileSpot, ".nomedia");
if (access(path, F_OK) == 0) {
LOGD("found .nomedia, skipping directory\n");
return OK;
}
// restore path
fileSpot[0] = 0;
}
Please do so sir...
I've never really taken a look at the android source code but are you even sure that's the _ONLY_ code related to .nomedia in the entire project?
There is something that deletes those files and it does seem related to .nomedia according to all those reports.
us1111 said:
Please explain to me where it does delete the files when you place .nomedia?:
Please do so sir...
Click to expand...
Click to collapse
Are you telling all the people complaining in Google code are liars?
I don't want you to have the same issue than me ( 1.2 Gb of beautiful holidays pictures that were lost with a .nomedia file in the same directory.
I tried to mount the SDCard on a mac and a PC and both of them showed an empty directory!
I succes to get back my pictures with some tools for getting back files on a formated disk!
I don't care about what you thinbk, i just told my story so that don't happen to other users! Feel free to say i'm a fool, but so.. i am not alone!
When a ".nomedia" file is added to a directory that has already been
scanned by the media scanner, any jpg and gif files in that directory and
all sub directories will be deleted.
Click to expand...
Click to collapse
I just had the same experience with video files (*.mp4) deleted from a folder when I've
put the .nomedia file in it and the videos were already indexed by the Media Scanner.
So it seems this issue is general for all file types.
Click to expand...
Click to collapse
Have the same issue using Android 1.6.
Click to expand...
Click to collapse
This is serious. I have lost files I can't replace because of this. Managed to rescue
some through undelete. Please fix and force phone firmware providers to rush out the
fix imediately
Click to expand...
Click to collapse
I too have noticed undesirable behaviour when using the .nomedia file. Indeed, as
metago.inc states, when images or movieclips are added after the .nomedia file, these
files do not get deleted.
Click to expand...
Click to collapse
This is the most serious issue I have found on the Android platform and, in my
opinion, should be addressed immediately so people stop having important files
arbitrarily deleted by the OS.
Click to expand...
Click to collapse
This is huge. What I don't understand is why the media scan even has code to delete
files.
Click to expand...
Click to collapse
and more and more
profete162 said:
Are you telling all the people complaining in Google code are liars?
I don't want you to have the same issue than me ( 1.2 Gb of beautiful holidays pictures that were lost with a .nomedia file in the same directory.
I tried to mount the SDCard on a mac and a PC and both of them showed an empty directory!
I succes to get back my pictures with some tools for getting back files on a formated disk!
I don't care about what you thinbk, i just told my story so that don't happen to other users! Feel free to say i'm a fool, but so.. i am not alone!
and more and more
Click to expand...
Click to collapse
WOW.. This is unbelievable.. Sorry for my assumption and possible misdirection, i have a HTC hero without problems and I checked the source so I thought no problem but after some more research it appears that the problem starts even at some other hero users..
us1111 said:
WOW.. This is unbelievable.. Sorry for my assumption and possible misdirection, i have a HTC hero without problems and I checked the source so I thought no problem but after some more research it appears that the problem starts even at some other hero users..
Click to expand...
Click to collapse
The code you were looking for in your first post was this
The above is pretty standard. So how does this delete files off the SD card? When a row is deleted from the table there is a little piece of code that's run called a trigger. The trigger is defined earlier in this file
Click to expand...
Click to collapse
Code:
db.execSQL("CREATE TRIGGER IF NOT EXISTS images_cleanup DELETE ON images " +
"BEGIN " +
"DELETE FROM thumbnails WHERE image_id = old._id;" +
"SELECT _DELETE_FILE(old._data);" +
"END");
i used a program named "Mp3tag" and included the albumart into the files. It will take some time but i found it the best soloution.
Is there any sucessful tweak or alternative to the 3D gallery?
Gallery Excluder.
http://forum.xda-developers.com/showthread.php?t=1063358
On my other Android devices I can simply put a . in front of folders that I don't want the gallery to display (such as avatar pics and shortcut icons and what not) and it wouldn't. Then I could use eStrongs file manager or similar to browse to them when I needed them. I popped a 2GB MicroSD card I had laying around that already had some files on it from another Android device and ALL of the folders with images are showing up in the gallery... even those with a . in front of them.
Is there any way on an Archos 101 to set the Gallery to NOT display items inside of a '.' folder? Seems this is default with other Android devices so I'm hoping it's at least an option on these.
Ideas?
Thanks for the help.
Moved to general as not android development.
OstrichSak said:
On my other Android devices I can simply put a . in front of folders that I don't want the gallery to display (such as avatar pics and shortcut icons and what not) and it wouldn't. Then I could use eStrongs file manager or similar to browse to them when I needed them. I popped a 2GB MicroSD card I had laying around that already had some files on it from another Android device and ALL of the folders with images are showing up in the gallery... even those with a . in front of them.
Is there any way on an Archos 101 to set the Gallery to NOT display items inside of a '.' folder? Seems this is default with other Android devices so I'm hoping it's at least an option on these.
Ideas?
Thanks for the help.
Click to expand...
Click to collapse
Create a 0kb file called .nomedia. Place it in the folder of items you don't want shown. That should work.
blazingwolf said:
Create a 0kb file called .nomedia. Place it in the folder of items you don't want shown. That should work.
Click to expand...
Click to collapse
Doesn't appear to work. I searched before posting this and found a few things about .nomedia and thought maybe you had to rename the actual folders w/the images within to .nomedia to hide them? Seems like this would be a PITA way to go about it.
Am I doing something wrong? Any other ideas?
OstrichSak said:
Doesn't appear to work. I searched before posting this and found a few things about .nomedia and thought maybe you had to rename the actual folders w/the images within to .nomedia to hide them? Seems like this would be a PITA way to go about it.
Am I doing something wrong? Any other ideas?
Click to expand...
Click to collapse
It should work just fine. Did you name the file specifically .nomedia? No ext name. Did you reboot to see if that helps? Did you put the file in the folder of the items you don't want showing?
Here is some more specific instructions (I didn't write them):
1. On your computer, open Notepad or any other text editor
2. Save the blank file with the filename “.nomedia”, make sure that the Save as type is set as “All Files” instead of “Text documents”
3. Copy that file to the folder on your SD card containing picture files you don’t want to show up in the gallery. (Example: If you want to block aDyno image files from coming up, place the .nomedia file in the sdcard/aDyno folder)
4. Reboot your phone and hopefully the unwanted files should no longer be viewable.
blazingwolf said:
It should work just fine. Did you name the file specifically .nomedia? No ext name. Did you reboot to see if that helps? Did you put the file in the folder of the items you don't want showing?
Here is some more specific instructions (I didn't write them):
1. On your computer, open Notepad or any other text editor
2. Save the blank file with the filename “.nomedia”, make sure that the Save as type is set as “All Files” instead of “Text documents”
3. Copy that file to the folder on your SD card containing picture files you don’t want to show up in the gallery. (Example: If you want to block aDyno image files from coming up, place the .nomedia file in the sdcard/aDyno folder)
4. Reboot your phone and hopefully the unwanted files should no longer be viewable.
Click to expand...
Click to collapse
Alright, w/more information I tried it again. I created a file just using a file browser on the device. This time around I created a file in Notepad on my PC called .nomedia and made sure the filetype was set to 'all files' before saving and that there was no extension (deleted the .txt) and then copied that file to my Archos 101. I first tried in the folder on the SD card that contained all the folders in question. I rebooted and it didn't seem to help. I then copied the file into each folder and rebooted. Still no dice. Whenever I open Gallery all the folders and images are still there. What am I doing wrong? Do I need to clear a cache or something or delete any tumbnails or ?? I'm sure I'm just doing something wrong but for the life of me I can't figure it out. I keep searching and am coming up with nothing. This was SO easier on my other Android devices as I just put a period in front of the name of the folders I didn't want to display and it was done. Simple as that. This is a royal PITA and I feel I'm not making any progress.
In the market search Studiokum or .nomedia. whit this app is easy control. Nomedia files
ramso said:
In the market search Studiokum or .nomedia. whit this app is easy control. Nomedia files
Click to expand...
Click to collapse
Do either of these allow you to simply hide w/o signing in or encryption? I found two other programs & both required this which I don't want to deal with. Just seems odd that others are saying this is working for them & I'm not having any luck. I don't mind installing an app as long as it works but I'm not sure why my Archos 101 would be different than the rest.
OstrichSak said:
Do either of these allow you to simply hide w/o signing in or encryption? I found two other programs & both required this which I don't want to deal with. Just seems odd that others are saying this is working for them & I'm not having any luck. I don't mind installing an app as long as it works but I'm not sure why my Archos 101 would be different than the rest.
Click to expand...
Click to collapse
This app working rigth for me, only add the .nomedia in the folders. Now the pictures in the folders i marked don't displayed in thr gallery
OstrichSak said:
Do I need to clear a cache or something or delete any tumbnails or ??
Click to expand...
Click to collapse
Reset multimedia library in Settings - Repair & formatting.
lolo33 said:
Reset multimedia library in Settings - Repair & formatting.
Click to expand...
Click to collapse
Yes! This is EXACTLY what I needed. Thanks!
Any way to get date and/or time in the file names for pictures? Sorry if this has been discussed already I didn't find anything in a search.
bump for my own question...
I dont think there is a way to do exactly that, however, if you open up Gallery > Click on a picture > Click on More --> It tells you the date and time when the picture was taken AND it lets you edit the Picture File Name. A simpler way to do that ( On a Mac atleast) is to use Automator to rename the files after they have been imported from the phone.
Thanks for the answer. I'll find an automated program to rename them using the metadata on the pictures.
Hi guys.
i wanna to save my friend profile pictures in line(HTC one XL)
But i can't find any way or solution.
rezaspirit said:
Hi guys.
i wanna to save my friend profile pictures in line(HTC one XL)
But i can't find any way or solution.
Click to expand...
Click to collapse
It's saved (cached) in your local storage. On Android, use a file browser (for example: ES File Eplorer File Manager) and browse to:
SD card -> Android -> data -> jp.naver.line.android -> storage -> p
Those files are the cached contact pictures. ES should be able to open them as images. Otherwise, you can also copy them and adding .jpg extension, any image viewer should be able to open them at that point.
Hi everyone, I have access to private channels trough my phone (movies for most) and want to export them.
There is an in-app download function but I where can I find downloaded items using a file explorer ? (my phone is rooted, it's a Galaxy s8+).
Thanks in advance.
BenJ. said:
Hi everyone, I have access to private channels trough my phone (movies for most) and want to export them.
There is an in-app download function but I where can I find downloaded items using a file explorer ? (my phone is rooted, it's a Galaxy s8+).
Thanks in advance.
Click to expand...
Click to collapse
Most of the time data like that is stored in /sdcard/Android/data/nameofadirectorythatlookslikeviemo
If it's not search under /movie/viemo (or something like that)
File com.vimeo.videoapp is empty, there is no downloaded video there (maybe they are stored in some system directory for protection ?)
BenJ. said:
File com.vimeo.videoapp is empty, there is no downloaded video there (maybe they are stored in some system directory for protection ?)
Click to expand...
Click to collapse
Yeah, you might find something under
/data/data/com.vimeo.videoapp (or some other related directory name)
Or
/data/user/com.vimeo.videoapp