Puddletag

puddletag是GNU / Linux的音频标签编辑器(主要创建)。它使用类似电子表格的布局,因此您想要手动编辑的所有标记都是可见的,并且可以轻松编辑。(puddletag is an audio tag editor (primarily created) for GNU/Linux. it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable.)

  • Owner: puddletag/puddletag
  • Platform: Linux
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

puddletag是GNU /Linux的音频标签编辑器(主要创建),类似于Windows程序Mp3tag。 与GNU /Linux的大多数标记不同,它使用类似电子表格的布局,因此您想要手动编辑的所有标记都是可见的,并且可以轻松编辑。

支持常用的标签编辑器功能,例如从文件名中提取标签信息,使用模式和基本标签编辑根据标签重命名文件。

然后是函数,可以执行诸如替换文本,修剪它,进行大小写转换等操作。操作可以自动执行重复性任务。 使用亚马逊(包括封面艺术)进行网页查找,Discogs(确实涵盖艺术!),FreeDB和MusicBrainz也受支持。 还有更多,但我达到了我的逗号配额。

支持的格式:ID3v1,ID3v2(mp3),MP4(mp4,m4a等),VorbisComments(ogg,flac),Musepack(mpc),Monkey's Audio(.ape)和WavPack(wv)。

Overview

Name With Ownerpuddletag/puddletag
Primary LanguagePython
Program languageMakefile (Language Count: 7)
PlatformLinux
License:Other
Release Count22
Last Release Name2.3.0 (Posted on )
First Release Name1.0.0beta1 (Posted on )
Created At2015-05-09 22:10:33
Pushed At2024-04-25 21:12:17
Last Commit At2024-04-21 15:16:51
Stargazers Count398
Watchers Count20
Fork Count51
Commits Count1.4k
Has Issues Enabled
Issues Count684
Issue Open Count198
Pull Requests Count155
Pull Requests Open Count5
Pull Requests Close Count22
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

What it is

puddletag is an audio tag editor (primarily created) for GNU/Linux similar to the Windows program, Mp3tag. Unlike most taggers for GNU/Linux, it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable.

The usual tag editor features are supported like extracting tag information from filenames, renaming files based on their tags by using patterns and basic tag editing.

Then there’re Functions, which can do things like replace text, trim it, do case conversions, etc. Actions can automate repetitive tasks. Doing web lookups using Amazon (including cover art), Discogs (does cover art too!), FreeDB and MusicBrainz is also supported. There’s quite a bit more, but I’ve reached my comma quota.

Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (.ape) and WavPack (wv).

Why it is

Keeping an XP partition just for Mp3tag just wasn't feasible anymore.

How it's different

To Mp3tag it’s not that different. Mp3tag has things puddletag doesn’t have, puddletag has things Mp3tag doesn’t. Skim the menus section to get an overview of the differences.

However, compared to other GNU/Linux taggers the differences are much too vast to list.

What you need

Downloading/Installing

  • Install the dependencies listed above.
  • For Debian-based distros, run the following as root to install them aptitude install python-qt4 python-pyparsing python-mutagen python-configobj python-musicbrainz2 python-imaging
  • Download the source tarball from http://puddletag.sourceforge.net. (If this file came from that tarball, ignore everything on this line.)
  • Unzip it.
  • You can run puddletag from that directory by typing ./puddletag in your console.
  • Alternatively, install it by running python setup.py install as root in the unzipped directory.
  • puddletag should appear in your Multimedia (or Sounds etc.) menu. If not run 'desktop-file-install puddletag.desktop' as root in the unzipped directory.

License

puddletag licensed under the GPLv3, which you can find in its entirety at http://www.gnu.org/licenses/gpl-3.0.html

Updates

Releases are infrequent. Not more than a couple per year.

Support

Github issues: https://github.com/keithgg/puddletag/issues

To the top