将新的音乐文件或图像放到我的Android手机的SD卡上时,Android需要扫描新文件。有没有办法加快这个过程?例如。将所有文件放在一个目录中?目前,我以这种方式组织了我的音乐: music/artists/albums/files.mp3
任何建议?
将新的音乐文件或图像放到我的Android手机的SD卡上时,Android需要扫描新文件。有没有办法加快这个过程?例如。将所有文件放在一个目录中?目前,我以这种方式组织了我的音乐: music/artists/albums/files.mp3
任何建议?
When putting new music files or images onto the sd card of my android phone, android needs to scan for new files. Is there any way to speed up this process? E.g. putting all files in one directory? Currently I organized my music this way: music/artists/albums/files.mp3
Any suggestions?
一种方法是将一个文件放在一个名为 abcdefghijklmn.noMedia
的文件,在您不想被扫描的每个文件夹的根目录中。它不会改善实际媒体的扫描,但它会阻止浪费时间搜索在其他地方(或您不希望索引的索引,例如应用资产)。
One method is to put a file called .noMedia
in the root of every folder that you don't want to be scanned. It won't improve the scanning of actual media, but it will prevent wasted time searching elsewhere (or indexing things that you don't want indexed, such as app assets).
一些慢型可能是由于存储介质的速度。
如果它在存储中的内置而不是你可以做的(除了读取建议的Matthew)
如果它是SD卡,也许检查它不是2类还是其他东西。也许尝试获得10级速度速度。
超出这些更改,它缩小到设备CPU速度some of the slowness may be due to the speed of your storage media.
If it's built in storage than there's not much you can do (apart from what Matthew Read suggested)
if it's an SD Card, maybe check that it's not a class 2 or something. perhaps try and get a class 10 to speed things up.
beyond those changes it's down to the device CPU speed
无需在任何其他主题中组织您的文件。 Android正在索引媒体文件,因为API 1.0播放器应该查询使用此索引的媒体存储。
There's no need to organize your files in any other theme. Android is indexing the media file and since api 1.0 player should query the Media Store which is using this index.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有