{ "info": { "author": "Vincent Chen", "author_email": "vincent.zh.chen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: System :: Logging" ], "description": "# audiotagger\nCross-platform metadata editor for audio files.\n\n## Dependencies\n- [mutagen](https://github.com/quodlibet/mutagen): Developed on 1.41.1 and\n higher. May work for earlier versions.\n- [pandas](https://github.com/pandas-dev/pandas): Developed on 0.20.3 and\n higher. May work for earlier versions.\n- [openpyxl](https://bitbucket.org/openpyxl/openpyxl/src): Developed on 2.5.11\n and higher. May work for earlier versions.\n- [xlrd](): Developed on 1.1.0 and higher. May work for earlier versions.\n\n## Setup\nAll commands are executed from `audiotagger.audiotagger.api.main`. First run\nthe following to generate a configuration file.\n```text\n--generate-config\n```\nThis generates a configuration file in the `~/.audiotagger` directory.\n\n## Example\n* This extracts the metadata from a single audio file. Passing `-x` writes\nthe output to an Excel (.xlsx) file.\n ```text\n -s /path/to/file -x\n ```\n\n* Similar to the above, you can extract metadata from several files by\npassing in a directory.\n ```text\n -s /path/to/album -x\n ```\n\n* To tag audio file(s) using a metadata input file, change the source to\na metadata input file and pass the `-t` option.\n ```text\n -s /path/to/metadata_input_file.xlsx -t\n ```\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vincentzhchen/audiotagger", "keywords": "", "license": "GPL-3.0-or-later", "maintainer": "", "maintainer_email": "", "name": "audiotagger", "package_url": "https://pypi.org/project/audiotagger/", "platform": "", "project_url": "https://pypi.org/project/audiotagger/", "project_urls": { "Homepage": "https://github.com/vincentzhchen/audiotagger", "Source": "https://github.com/vincentzhchen/audiotagger" }, "release_url": "https://pypi.org/project/audiotagger/0.0.0/", "requires_dist": [ "pandas (<0.24.0,>=0.18.0)", "mutagen (>=1.41.1)", "redquill" ], "requires_python": ">=3.6", "summary": "Cross-platform metadata editor for audio files.", "version": "0.0.0" }, "last_serial": 5347777, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "3292807fc71fe79f339120880208f17b", "sha256": "33f7024750b72e9c57cd46841e84bac60bd23d08a4c658d9c727928e5767a2aa" }, "downloads": -1, "filename": "audiotagger-0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3292807fc71fe79f339120880208f17b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 35922, "upload_time": "2019-06-02T03:46:34", "url": "https://files.pythonhosted.org/packages/7a/2b/69c7fe806e7413a3de2ee3fee85f2e8c39182dda4626c96e16d7420fb395/audiotagger-0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9959c8198f33097714db24b9290a007", "sha256": "22f5c011557c2dc987b8dd17f4e98174bc429c5070f93fb2d5c7706ddad54a6b" }, "downloads": -1, "filename": "audiotagger-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e9959c8198f33097714db24b9290a007", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 16020, "upload_time": "2019-06-02T03:46:36", "url": "https://files.pythonhosted.org/packages/69/fc/54dd853616ddf8df7cab2d6f5f54aee63327a8ace889b0915563b2573a3f/audiotagger-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3292807fc71fe79f339120880208f17b", "sha256": "33f7024750b72e9c57cd46841e84bac60bd23d08a4c658d9c727928e5767a2aa" }, "downloads": -1, "filename": "audiotagger-0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3292807fc71fe79f339120880208f17b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 35922, "upload_time": "2019-06-02T03:46:34", "url": "https://files.pythonhosted.org/packages/7a/2b/69c7fe806e7413a3de2ee3fee85f2e8c39182dda4626c96e16d7420fb395/audiotagger-0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9959c8198f33097714db24b9290a007", "sha256": "22f5c011557c2dc987b8dd17f4e98174bc429c5070f93fb2d5c7706ddad54a6b" }, "downloads": -1, "filename": "audiotagger-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e9959c8198f33097714db24b9290a007", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 16020, "upload_time": "2019-06-02T03:46:36", "url": "https://files.pythonhosted.org/packages/69/fc/54dd853616ddf8df7cab2d6f5f54aee63327a8ace889b0915563b2573a3f/audiotagger-0.0.0.tar.gz" } ] }