Bug 272925 - [NEW PORT] audio/puddletag: Powerful, simple, audio tag editor
Summary: [NEW PORT] audio/puddletag: Powerful, simple, audio tag editor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://puddletag.net
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-03 23:03 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-08-06 12:50 UTC (History)
2 users (show)

See Also:


Attachments
puddletag-2.2.0.patch (4.46 KB, patch)
2023-08-03 23:03 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2023-08-03 23:03:49 UTC
Created attachment 243829 [details]
puddletag-2.2.0.patch

Description:

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.

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

WWW: https://puddletag.net

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-08-05 11:41:34 UTC
LGTM
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2023-08-05 13:29:49 UTC
Seems pretty much to be identical to Picard?
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-08-05 13:30:11 UTC
URL is also dead so that needs to be fixed...
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-08-06 12:44:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93ad9829d84901f0407e800f21c4e29254ec67ac

commit 93ad9829d84901f0407e800f21c4e29254ec67ac
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-08-03 23:02:23 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-06 12:42:46 +0000

    audio/puddletag: New port: Powerful, simple, audio tag editor

    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.

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

    WWW: https://puddletag.net

    PR:             272925

 MOVED                           |  1 -
 audio/Makefile                  |  1 +
 audio/puddletag/Makefile (new)  | 25 +++++++++++++++++++++++++
 audio/puddletag/distinfo (new)  |  3 +++
 audio/puddletag/pkg-descr (new) | 17 +++++++++++++++++
 5 files changed, 46 insertions(+), 1 deletion(-)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-08-06 12:50:33 UTC
Thank you for your contribution.