[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[文件操作] 获取、修改mp3文件信息的工具Tag.exe 2.0.52

【版本】
Tag - Automatic Tag from filename
Copyright (c) 2002-2003 Case.  Minor additions by Neil Popham, 2004-2007
Version 2.0.52, Compiled 2007-05-04


【实例】
批处理调用tag批量获取mp3音频文件的播放时长
http://bbs.bathome.net/viewthread.php?tid=35640#pid168464

【帮助】
  1. Usage: Tag [options] <filenames / directories / @file_with_parameters>
  2. Wildcards are supported in filenames and directories
  3. Options:
  4. --title   <value> : set title to <value>
  5. --artist  <value> : set artist to <value>
  6. --album   <value> : set album to <value>
  7. --year    <value> : set year to <value>
  8. --comment <value> : set comment to <value>
  9. --track   <value> : set track number to <value>
  10. --genre   <value> : set genre to <value>
  11. Tag fields can also be set with:
  12. -t <item=x>       : set tag item <item> to value <x>
  13. -f <item=x>       : set tag item <item> from content of file <x>
  14. --help            : show full help
  15. --hideinfo        : don't display file information
  16. --hidetags        : don't display tags
  17. --hidenames       : don't display filenames
  18. --simple          : use simple tag display format
  19. --recursive       : search files recursively in all subdirectories
  20. --fromfile <file> : copy tag information from <file>
  21. --allow <item=x>  : allow access to files with specified properties only
  22. --auto            : generate tags from filenames
  23. --scheme <scheme> : specify file structure scheme (i.e. L/A - N - T)
  24. --autoscheme      : select automatically best scheme from list of schemes
  25. --nomagic         : use plain schemes, disable extra automations
  26. --chreplace       : use character replacing when tagging
  27. --rentag          : rename files to match scheme, filename from tag data
  28. --rename <scheme> : rename files to <scheme>, filename generated from old name
  29. --move            : when renaming move files to subdirectories
  30. --overwrite       : overwrite existing files when renaming
  31. --trackinc        : use incremental track numbering
  32. --caps            : capitalize words
  33. --Caps            : capitalize only first word
  34. --lower           : convert all characters to lower case
  35. --upper           : convert all characters to upper case
  36. --tcaps <item>    : capitalize words in tag field <item>
  37. --tCaps <item>    : capitalize only first word in tag field <item>
  38. --tlower <item>   : convert all characters to lower case in tag field <item>
  39. --tupper <item>   : convert all characters to upper case in tag field <item>
  40. --nozero          : ignore leading zeros on track numbers
  41. --zeropad         : add leading zero to track number if missing
  42. --commafix        : fix comma separated artist field (x, the -> the x)
  43. --spacefix        : replaces underscore (_) and %20 with space
  44. --itemfix         : fix item names in APE v1.0/2.0 tags
  45. --umlfix          : fix umlauts (ae -> ? oe -> ? ue -> ?
  46. --swapta          : swap title <--> artist
  47. --remove          : remove all tags
  48. --removeid3v2     : remove only ID3v2 tags
  49. --removeid3v2u    : remove only unnecessary ID3v2 tags (fields fit in ID3v1)
  50. --playlist        : generate one playlist per directory
  51. --oneplaylist     : generate one playlist from all files
  52. --playlists       : generate one playlist per album in current directory
  53. --a-artist <x>    : set album artist to <x>
  54. --a-title <x>     : set album title to <x>
  55. --onlyfiles       : writes only filenames in playlist, no extra information
  56. --dirname         : use directory name for playlist naming
  57. --plname <name>   : use <name> as playlist name.
  58. --slashes         : use slashes '/' instead of backslashes '\' in playlists
  59. --nospaces        : replaces space by underscore in names of written files
  60. --sort <by>       : sort playlist only by <x>
  61. --sort+ <x>       : add new playlist sorting property <x>
  62. --sortdesc        : sort in descending order
  63. --newdate         : don't keep files original date/time
  64. --oldtype         : use old tag format
  65. --ape2            : default to APE v2.0
  66. --force <tag>     : force use of selected tag type
  67. --extid3          : extend over long title field into comment field with id3
  68. --nocheck         : don't check file extension
  69. --test            : test mode, no files will be modified
  70. --tofile <scheme> : save screen output to file, name generated from <scheme>
  71. --tofileext <ext> : use extension <ext> instead of .txt
  72. --tofilen <name>  : save screen output to file <name>
  73. --tocue <scheme>  : output cuesheet tag to file, name generated from <scheme>
  74. --tocuen <name>   : output cuesheet tag to file <name>
  75. --tocuea          : output cuesheet tag to file, name generated from source
  76. --tostdoutn <tag> : write <tag> value to stdout
  77. --stdout          : output to stdout instead of stderr
  78. --nfo <file>      : generate .nfo file and save to <file>
  79. --listdefaults    : view default settings
  80. --listexceptions  : view list of exceptions in capitalize function
  81. --listgenres      : view list of possible ID3v1 tag genres
  82. --listpresets     : view list of defined presets
  83. --decode          : use external decoder and use <scheme> to name output
  84. --acculen         : display length more accurately
  85. --ansioutput      : don't convert output to OEM codepage
  86. --<number>        : use predefined preset <number>
  87. Supported tags: ID3v1, ID3v2 (reading), APE v1.0, APE v2.0, Vorbis, FLAC, Lyrics3 v2.0.
复制代码
【官网下载】
http://synthetic-soul.co.uk/tag/

【网盘下载】
http://pan.baidu.com/share/link?shareid=3926519970&uk=1124163200
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

呃......完完全全的看不懂

TOP

返回列表