多媒体文件标记库

bp.tagging的Python项目详细描述


标签包含一套方便的诱变剂包装。 以及用于基本ID3标记操作的单个命令行脚本

命令行用法

  • bp_tagging COMMAND [ARGS…]
  • bp_tagging help [COMMAND]

选项

-h, --helpshow this help message and exit

命令

help (?)
give detailed help on a specific sub-command
info (i)

print available metadata for files

Usage
bp_tagging info [PATHS…]
Options
-h, --helpshow this help message and exit
-v, --verboseprint extra information
-d, --debugprint debug information
remove_tag (rmt)

completely remove TAG from files.

Usage
bp_tagging remove_tag TAG [PATHS…]
Options
-h, --helpshow this help message and exit
-v, --verboseprint extra information
-d, --debugprint debug information
remove_tag_with_content (rmtc)

remove tags with value PATTERN from files.

Usage
bp_tagging remove_tag_with_content PATTERN [PATHS…]
Options
-h, --helpshow this help message and exit
-v, --verboseprint extra information
-d, --debugprint debug information
replace_in_tag (rpt)

replace PATTERN with REPLACEMENT in TAG on files. Use ‘all’ for tag to replace in all tags.

Usage
bp_tagging replace_in_tag TAG PATTERN REPLACEMENT [PATHS…]
Options
-h, --helpshow this help message and exit
-v, --verboseprint extra information
-n, --nosavedon’t save (only print what would be done).
-d, --debugprint debug information
tag (t)

get/set the VALUE for TAG on files.

Usage
bp_tagging tag TAG [VALUE [PATHS…]]
Options
-h, --helpshow this help message and exit
-v, --verboseprint extra information
-s, --setset the tag value
-d, --debugprint debug information

变更日志

0.3

  • 完全修订的命令行用法(与以前的版本不兼容!)
  • 从Baker转到cmdln

0.2

0.1.1

0.1

  • 初次发行

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何使用Ibatis在插入时返回ID(使用返回关键字)   java(org.hibernate.TransactionException)org。冬眠TransactionException:事务未成功启动   java小程序jwindow始终位于JNLP顶部   在Java中重新解析JSON对象?   java单击后将ListView数据移动到新屏幕   Mule ESB中的java WSA寻址特性   Java,对象编程:获取返回0值的方法   hibernate的Java通用问题,如何处理T get(K id)   java在使用超级CSV读取CSV时忽略引用   ssh使用Java远程运行命令   java如何向具体用户发送websocket消息?   在JAVA中,我可以在不指定的情况下使用条件运算符吗?