auto-di-tag


Nameauto-di-tag JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/klassenserver7b/AutoDITag
Summaryfinds music files in directory, renames them and tags them with ID3 tags use for https://github.com/Klassenserver7b/Danceinterpreter
upload_time2024-08-07 21:13:31
maintainerNone
docs_urlNone
authorklassenserver7b
requires_python>=3.10
licenseNone
keywords m3u m3u8 playlist dance tag id3
VCS
bugtrack_url
requirements mutagen argparse
Travis-CI
coveralls test coverage No coveralls.
            # AutoDITag

A Tool to automatically rename and tag mp3 files

Meant to be used to create playlist files and corresponding tagged mp3 files, that can be used in [DanceInterpreter](https://github.com/Klassenserver7b/Danceinterpreter)

## Installation and Usage

Requires Python 3.6+, mutagen and argparse

### Pip
```sh
pip install auto-di-tag
auto-di-tag -f PATH_TO_DESCRIPTOR_FILE -d PATH_TO_MUSICFOLDER -n PLAYLISTNAME
```

### Manual
```sh
git clone https://github.com/klassenserver7b/AutoDITag.git
cd AutoDITag
pip install -r requirements.txt
python3 auto_di_tag.py -f PATH_TO_DESCRIPTOR_FILE -d PATH_TO_MUSICFOLDER -n PLAYLISTNAME
```

### How to create a descriptorfile
[see Examples](examples/README.md)

## License
This Project is Licensed under the [GNU GENERAL PUBLIC LICENSE Version 3](LICENSE).
Therefore there is NO WARRANTY for anything regarding this code

## Help Menu

```
usage: AutoDITag [-h] -f FILE -d DIR -n NAME

Automatically rename and tag your dance playlist

options:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Your txt file containing the playlist
  -d DIR, --dir DIR     The directory of the mp3 files to process
  -n NAME, --name NAME  The name of the Playlist. eg: Schulball 08.05.2024

see https://github.com/klassenserver7b/AutoDITag
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/klassenserver7b/AutoDITag",
    "name": "auto-di-tag",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "m3u m3u8 playlist dance tag id3",
    "author": "klassenserver7b",
    "author_email": "klassenserver7bwin10@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/12/52fafd15ca85ce20727be8cbfb77d0e62c815dd6cc6fc951ab1b84cf79ed/auto_di_tag-0.1.1.tar.gz",
    "platform": null,
    "description": "# AutoDITag\n\nA Tool to automatically rename and tag mp3 files\n\nMeant to be used to create playlist files and corresponding tagged mp3 files, that can be used in [DanceInterpreter](https://github.com/Klassenserver7b/Danceinterpreter)\n\n## Installation and Usage\n\nRequires Python 3.6+, mutagen and argparse\n\n### Pip\n```sh\npip install auto-di-tag\nauto-di-tag -f PATH_TO_DESCRIPTOR_FILE -d PATH_TO_MUSICFOLDER -n PLAYLISTNAME\n```\n\n### Manual\n```sh\ngit clone https://github.com/klassenserver7b/AutoDITag.git\ncd AutoDITag\npip install -r requirements.txt\npython3 auto_di_tag.py -f PATH_TO_DESCRIPTOR_FILE -d PATH_TO_MUSICFOLDER -n PLAYLISTNAME\n```\n\n### How to create a descriptorfile\n[see Examples](examples/README.md)\n\n## License\nThis Project is Licensed under the [GNU GENERAL PUBLIC LICENSE Version 3](LICENSE).\nTherefore there is NO WARRANTY for anything regarding this code\n\n## Help Menu\n\n```\nusage: AutoDITag [-h] -f FILE -d DIR -n NAME\n\nAutomatically rename and tag your dance playlist\n\noptions:\n  -h, --help            show this help message and exit\n  -f FILE, --file FILE  Your txt file containing the playlist\n  -d DIR, --dir DIR     The directory of the mp3 files to process\n  -n NAME, --name NAME  The name of the Playlist. eg: Schulball 08.05.2024\n\nsee https://github.com/klassenserver7b/AutoDITag\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "finds music files in directory, renames them and tags them with ID3 tags use for https://github.com/Klassenserver7b/Danceinterpreter",
    "version": "0.1.1",
    "project_urls": {
        "Bug Reports": "https://github.com/klassenserver7b/AutoDITag/issues",
        "Homepage": "https://github.com/klassenserver7b/AutoDITag",
        "Source": "https://github.com/klassenserver7b/AutoDITag"
    },
    "split_keywords": [
        "m3u",
        "m3u8",
        "playlist",
        "dance",
        "tag",
        "id3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "621252fafd15ca85ce20727be8cbfb77d0e62c815dd6cc6fc951ab1b84cf79ed",
                "md5": "903376d34a6236c6b9669fc04bdde436",
                "sha256": "3a1c0bfe3b0ed42752bd4ff3651a73cd503e5ce7dc394dddd44d552271c19e3f"
            },
            "downloads": -1,
            "filename": "auto_di_tag-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "903376d34a6236c6b9669fc04bdde436",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15716,
            "upload_time": "2024-08-07T21:13:31",
            "upload_time_iso_8601": "2024-08-07T21:13:31.952667Z",
            "url": "https://files.pythonhosted.org/packages/62/12/52fafd15ca85ce20727be8cbfb77d0e62c815dd6cc6fc951ab1b84cf79ed/auto_di_tag-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-07 21:13:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "klassenserver7b",
    "github_project": "AutoDITag",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "mutagen",
            "specs": []
        },
        {
            "name": "argparse",
            "specs": []
        }
    ],
    "lcname": "auto-di-tag"
}
        
Elapsed time: 0.37214s