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.)

  • 所有者: puddletag/puddletag
  • 平台: Linux
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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)。

概覽

名稱與所有者puddletag/puddletag
主編程語言Python
編程語言Makefile (語言數: 7)
平台Linux
許可證Other
發布數22
最新版本名稱2.3.0 (發布於 )
第一版名稱1.0.0beta1 (發布於 )
創建於2015-05-09 22:10:33
推送於2024-04-25 21:12:17
最后一次提交2024-04-21 15:16:51
星數398
關注者數20
派生數51
提交數1.4k
已啟用問題?
問題數684
打開的問題數198
拉請求數155
打開的拉請求數5
關閉的拉請求數22
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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

去到頂部