tagpatch


Nametagpatch JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryCLI tool which applies common patches to music tags
upload_time2023-07-29 09:34:36
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT
keywords music tag
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tagpatch

CLI tool which automatically applies common/repetitive patches to music tags.
You should use a GUI tool like [KDE's Kid3](https://kid3.kde.org/) for complicated patches.

```
[icewreck@zacian ~]$ tagpatch
Usage: tagpatch [OPTIONS] COMMAND [ARGS]...

Options:
--help  Show this message and exit.

Commands:
artist-name  A patch which replaces existing delimiters in the `Artist`...
embed-lrc    A patch which embeds .lrc files of the same name into the...
```

```
[icewreck@zacian ~]$ tagpatch embed-lrc --help
Usage: tagpatch embed-lrc [OPTIONS]

A patch which embeds .lrc files of the same name into the track file.

Options:
-s, --src PATH    [default: /home/icewreck]
-d, --dst PATH
-y, --assume-yes
-n, --nested
--help            Show this message and exit.
```

```
[icewreck@zacian ~]$ tagpatch artist-name --help
Usage: tagpatch artist-name [OPTIONS]

A patch which replaces existing delimiters in the `Artist` tag with the `/`
seperator.

Options:
-s, --src PATH    [default: /home/icewreck]
-d, --dst PATH
-y, --assume-yes
-n, --nested
--help            Show this message and exit.
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tagpatch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "music,tag",
    "author": "",
    "author_email": "Anchit Bajaj <python.pypi@abifog.com>",
    "download_url": "https://files.pythonhosted.org/packages/69/ef/979dfb46609f4d29f052a1fa2813beb3c01163a6d6f0092a3e7889527517/tagpatch-0.1.1.tar.gz",
    "platform": null,
    "description": "# tagpatch\n\nCLI tool which automatically applies common/repetitive patches to music tags.\nYou should use a GUI tool like [KDE's Kid3](https://kid3.kde.org/) for complicated patches.\n\n```\n[icewreck@zacian ~]$ tagpatch\nUsage: tagpatch [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n--help  Show this message and exit.\n\nCommands:\nartist-name  A patch which replaces existing delimiters in the `Artist`...\nembed-lrc    A patch which embeds .lrc files of the same name into the...\n```\n\n```\n[icewreck@zacian ~]$ tagpatch embed-lrc --help\nUsage: tagpatch embed-lrc [OPTIONS]\n\nA patch which embeds .lrc files of the same name into the track file.\n\nOptions:\n-s, --src PATH    [default: /home/icewreck]\n-d, --dst PATH\n-y, --assume-yes\n-n, --nested\n--help            Show this message and exit.\n```\n\n```\n[icewreck@zacian ~]$ tagpatch artist-name --help\nUsage: tagpatch artist-name [OPTIONS]\n\nA patch which replaces existing delimiters in the `Artist` tag with the `/`\nseperator.\n\nOptions:\n-s, --src PATH    [default: /home/icewreck]\n-d, --dst PATH\n-y, --assume-yes\n-n, --nested\n--help            Show this message and exit.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CLI tool which applies common patches to music tags",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "music",
        "tag"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8477a33de5307d8ace6a1191c42316ae3a10d5b87cf494afbe06f478e3ee359c",
                "md5": "69826609026cb8a3b6ec5d31a8aa9e75",
                "sha256": "8678098497bc94bb5e49b41b623a7db97a54f8595aed52f2c11c0d2b8122ab1d"
            },
            "downloads": -1,
            "filename": "tagpatch-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "69826609026cb8a3b6ec5d31a8aa9e75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3311772,
            "upload_time": "2023-07-29T09:34:30",
            "upload_time_iso_8601": "2023-07-29T09:34:30.547927Z",
            "url": "https://files.pythonhosted.org/packages/84/77/a33de5307d8ace6a1191c42316ae3a10d5b87cf494afbe06f478e3ee359c/tagpatch-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69ef979dfb46609f4d29f052a1fa2813beb3c01163a6d6f0092a3e7889527517",
                "md5": "0aa267d49e9d9b2dd23316ada44a8b74",
                "sha256": "4df97bc86b8d75aa3353ce6e720cc8abc3cdf3432ae4d71f74201134a98ed705"
            },
            "downloads": -1,
            "filename": "tagpatch-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0aa267d49e9d9b2dd23316ada44a8b74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3310303,
            "upload_time": "2023-07-29T09:34:36",
            "upload_time_iso_8601": "2023-07-29T09:34:36.442231Z",
            "url": "https://files.pythonhosted.org/packages/69/ef/979dfb46609f4d29f052a1fa2813beb3c01163a6d6f0092a3e7889527517/tagpatch-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-29 09:34:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tagpatch"
}
        
Elapsed time: 0.08650s