Skip to content

读取指定目录及其子目录中音乐文件的标签信息,并按照预先定义的格式导出到Android设备的Download目录中。Reads the tag information of music files in the specified directory and its subdirectories and exports them to the Download directory of the Android device according to a pre-defined format.

License

Notifications You must be signed in to change notification settings

Winnie0408/MusicID3TagGetter

Repository files navigation

中文 / English

cover

欢迎使用 获取音乐标签 小工具

本工具主要用来配合 椒盐歌单转换助手 使用,当然也可独立使用。


使用方法

  1. 打开获取音乐标签应用程序。
  2. 点击选择目录按钮。
  3. 按照软件提示授予权限:
    • Android 11及以上:授予 所有文件管理权限 android.permission.MANAGE_EXTERNAL_STORAGE
    • Android 10及以下:授予 读写外置存储权限 android.permission.READ_EXTERNAL_STORAGEandroid.permission.WRITE_EXTERNAL_STORAGE
  4. 按照软件提示,选择您设备中存放音乐文件的目录,选择方法如下图所示:
    注意图片中第一行显示的当前父目录
音乐文件存放类型 在同一个目录中
目录树示例 img.png
操作方法 直接选择到父目录Music即可
音乐文件存放类型 在同一目录的子目录中
目录树示例 img.png
操作方法 直接选择到父目录Music即可
音乐文件存放类型 在不同目录中
目录树示例 img.png
操作方法 需要进行多次选择操作,每次选择一个存放音乐的目录(如图中的中文歌曲temp),并在接下来的冲突对话框中选择追加
  1. 等待音乐标签信息导出完成。
  2. 前往/storage/emulated/0/Download(即/sdcard/Download)目录,查看本地音乐导出.txt文件。
  3. 使用本地音乐导出.txt文件。

支持的音乐格式

  • OGG
  • MP3
  • FLAC
  • MP4
  • M4A
  • M4P
  • WMA
  • WAV
  • RA
  • RM
  • M4B
  • AIF
  • AIFF
  • AIFC
  • DSF
  • DFF

需要使用的权限说明

  • Android 11 (API 30) 及以上:
    • 所有文件管理权限 (android.permission.MANAGE_EXTERNAL_STORAGE):从外置存储(/storage/emulated/0)及其子目录中读取音乐文件,写入结果文件
  • Android 10 (API 29) 及以下:
    • 读外置存储权限 (android.permission.READ_EXTERNAL_STORAGE):从外置存储(/storage/emulated/0)及其子目录中读取音乐文件
    • 写外置存储权限 (android.permission.WRITE_EXTERNAL_STORAGE):向下载目录(/storage/emulated/0/Download)中写入结果文件

赞助与支持

🥰🥰🥰

如果这个项目对您有所帮助,您可以给我一颗免费的⭐,或者请我喝杯咖啡!
非常感谢您的支持!
⬇️⬇️⬇️
Sponsorship.jpg

About

读取指定目录及其子目录中音乐文件的标签信息,并按照预先定义的格式导出到Android设备的Download目录中。Reads the tag information of music files in the specified directory and its subdirectories and exports them to the Download directory of the Android device according to a pre-defined format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages