在不移动原始文件的情况下组织或合并音乐库。

liblinker的Python项目详细描述


此实用程序创建有组织的唱片集->;艺术家->;曲目目录 包含音乐文件的给定文件夹的结构。如果您…

  • 希望在保存所有内容的同时组织您的海量Torrent文件夹 播种
  • 要将多个音乐文件夹合并到一个位置
  • 没有移动原始文件的权限
  • 希望将iTunes文件或其他垃圾应用程序文件保留在 您的原始库(使用liblinker->;指向iTunes/在 输出目录)

这是给你的。

支持的格式:mp3、flac、wave、mp4(m4a/aac)

需要python 3.4+

在可能的情况下使用硬链接,否则使用符号链接。

用法

liblinker IN_DIR OUT_DIR [--silent] [--mode=link]

--mode=
    link: Creates links to the source files in the target directory. This is the default behavior.
    copy: Copies source files to the target directory, keeping original files.
    move: Moves source files from the source directory to the target directory.

--silent: All output will be suppressed except for error messages.

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

推荐PyPI第三方库


热门话题
java通过两个整数数组对正整数和负整数进行排序   java无参数和默认构造函数混淆   java加载文件MD5的最快方法是什么?   java如何在变量声明中使用带“e”的float   java将项目导入到STS iMac   java在使用图像时旋转图像   java Break语句不起作用   java提供了错误类型Spring的id   java如何为多个变量设置相同的函数属性?   JavaMaven:如何添加编译阶段后生成的资源   java HashMap已损坏/性能问题   java Hibernate SQL中间表b/w父表和子表(不同类型)   java PDFbox找不到字体:/Helv   Java:向自实现的双链接列表添加排序函数   为使用Java BouncyCastle生成的X509Certificate提供密钥使用的安全性   java Hibernate在读写方面的性能   C#相当于Java的DataOutputStream?