Powerful, simple, audio tag editor
Project description
puddletag
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).
Dependencies
puddletag uses several third-party modules to performs its tasks:
- Python3
- PyQt5, for the GUI.
- configobj
- pyparsing , takes care of the parsing
- Mutagen, used as the tagging lib
- Chromaprint (recommended), for AcoustID support
Installation
Here below is a list of the distributions and platforms where puddletag is available, and how to install it:
Debian
apt install puddletag
Contact: @sandrotosi
Gentoo
- overlay: https://github.com/istitov/stuff/
- add overlay:
sudo layman -a stuff
- install:
sudo emerge -av puddletag
Contact: @DolphinStKom
Arch Linux
puddletag is currently part of the AUR:
git clone https://aur.archlinux.org/puddletag.git
cd puddletag
makepkg -si
Fedora
Available since Fedora 32.
dnf install puddletag
Brew/MacOS
support needed, open an issue if interested in working on it
Source code
First, you need to install the dependencies; this step is different depending on the distribution; on Debian you can run:apt install python3 python3-mutagen python3-configobj python3-pyparsing python3-pyqt5 python3-pyqt5.qtsvg
Then:
git clone https://github.com/puddletag/puddletag
cd puddletag
./puddletag
Alternatively you can use a virtual environment, which only requires python and pip to be installed:
git clone 'https://github.com/puddletag/puddletag.git'
cd 'puddletag'
python3 -m 'venv' '.'
bin/pip3 install -r 'requirements.txt'
bin/python3 'puddletag'
License
puddletag
is licensed under the GPLv3, which you can find in its entirety at http://www.gnu.org/licenses/gpl-3.0.html
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for puddletag-2.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a3e01b5425406b3a7883675b6599bcf83c979bc6861f4c6a7dc50c686badad |
|
MD5 | 5c317f28cd570193efda1b90237f822a |
|
BLAKE2b-256 | 190122c0e8a4686d15f40b354eafa90a907dd20bd68881fe4e08e27065e326c5 |