没有项目描述

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第三方库


热门话题
在reducer中迭代自定义可写组件时出现java问题   属性文件中属性的java命名约定   任务链关闭的java Executor服务   java从Eclipse中的字段生成多个构造函数   java通过继承读取Json   java在不知道密钥的情况下解析json   java camel cxf如何在电子邮件中发送soap请求响应   java程序似乎跳过了if语句的一部分,在移回正确位置之前先移到else语句   测试简单的Java加密/解密inputFileName不存在   java从Jenkins REST API获取所有作业的所有构建的构建细节   java基本包装器和静态“类型”类对象   在WebSphere8.5上部署java代码   java对象相等(对象引用“=”)   java MongoDB整型字段到枚举的转换   每次我重新导入gradle时,IntelliJ都会不断重置Java设置   类型使用键或索引从Java中的数据类型检索值   在Java的列表接口中需要listIterator()和iterator()是什么?