没有项目描述

omnitagger的Python项目详细描述


美化(旧)音乐文件的cli,自动添加元标记 基于指纹、文件名和元数据。

主页:https://github.com/kkoomen/omnitagger 作者:金库门 作者电子邮件:koomen@protonmail.com 许可证:麻省理工学院 描述:omnitager

[![Package Version](https://img.shields.io/pypi/v/omnitagger.svg)](https://pypi.python.org/pypi/omnitagger) [![Code Climate](https://codeclimate.com/github/kkoomen/omnitagger/badges/gpa.svg)](https://codeclimate.com/github/kkoomen/omnitagger)

Omnitagger is a CLI tool for beautifying your music files and adding metadata automatically to your files. It provides fingerprint lookup via [acoustid](https://github.com/beetbox/pyacoustid). Wether this is specified or not: after that it will check for the artist - title.{mp3,flac,ogg} format. If that pattern isn’t found either, it will check the directory the file is in, since it is a common case that when you download an album, the structure is:

^{tt1}$

If that isn’t an options either, it will skip the file and continue to the next one. For more information on how omnitagger works, visit the [How it works](https://github.com/kkoomen/omnitagger/wiki/How-it-works) page on the wiki.

# Installation

NOTE: If you have python 3.7+ installed, you won’t be able to use the fingerprint module. This due to it needs the Chromaprint module and this one is not compatible yet with Python 3.7+.

# Documentation Visit the [documentation](https://github.com/kkoomen/omnitagger/wiki/Documentation) on the wiki for further details on how to use omnitagger.

# The purpose of omnitagger The purpose of omnitagger was a personal issue we all can relate to in the early days: You download an album or song using a YouTube converter (or oldschool Limewire/Frostwire back in those days) and the names do look horrible. Names with numbers in front of it while it is already in the metatags, underscores instead of spaces… you get it. This was an issue me and a friend of mine always had and I suddenly had the idea to create a python script to make from an ugly and horrible-looking filename a good-looking filename with metatags set correctly automatically. Once I had the idea I kept building and building and sometimes even rebuilding the whole script to make it better and more efficient.

# License

MIT.

关键词:音乐、美容师、MP3、OGG、FLAC、本地、标签 平台:未知 分类器:目标受众::开发人员 分类器:开发状态::5-生产/稳定 分类器:环境::控制台 分类器:许可证::OSI批准::MIT许可证 分类器:操作系统::posix 分类器:编程语言::python::3.0 分类器:编程语言::python::3.1 分类器:编程语言::python::3.2 分类器:编程语言::python::3.3 分类器:编程语言::python::3.4 分类器:编程语言::python::3.5 分类器:编程语言::python::3.6

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

推荐PyPI第三方库


热门话题
安卓如何在java字符串中获取RATE的值   java ANT在哪里输出编译器错误?   在java中,while循环在何处启动对象   javacom。谷歌。格森。内部的LinkedTreeMap无法强制转换到我的类   java单选按钮。isSelected()方法未返回正确的响应   嵌入式系统中applet中的java相对码基字段   如何在eclipse中将Java应用程序附加到jvm探查器?   java为什么Android应用程序崩溃?   在java中拖放上传后保持文件夹结构   爪哇多领导人选举问题   java Springs RestTemplate如何处理postForEntity()中的错误响应   Java如何用前导零递增整数字符串?   java Android将文本作为图像共享给其他应用程序   Java搜索替换   java isDirectory()不适用于UNIX目录   java我们可以得到显示测试类是否通过或失败的TestNG报告吗   Java类对象排序和分组   简单Java幂递归   java在处理MethodArgumentNotValidException时如何访问请求对象?