android - 删除专辑封面在画廊中的显示
我们将 SD 卡上曲目的专辑封面存储在其自己的目录中,例如“sdcard/app/images/”,但这些图像显示在图库中。我们如何禁用它?
提前致谢
We store album art for tracks on the SD card in its own directory for instance "sdcard/app/images/" however those images are showing up in the Gallery. How do we disable this?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 /sdcard/app/images 目录中放置一个名为
.nomedia
的虚拟(空白)文件。这应该可以防止它被包含在媒体扫描中。不确定是否有立竿见影的效果。如果没有,请尝试卸载然后安装 SD 卡以触发新的介质扫描。
Place a dummy (blank) file called
.nomedia
in the your /sdcard/app/images directory. This should prevent it being included in media scans.Not sure if it has an immediate effect. If not, try dismounting then mounting the SD card to trigger a fresh media scan.