{ "info": { "author": "Jimmy Theis", "author_email": "jimmy@jetheis.com", "bugtrack_url": null, "classifiers": [], "description": "Overview\n========\n\nIMDbName is a console script that allows users to rename movie files intelligently using information from the IMDb database.\n\nInstallation\n------------\n\nThe recommended way to install IMDbName is with `easy_install `_, as shown here (in a UNIX-like environment)::\n\n # easy_install imdbname\n\nIf *easy_install* is not available, IMDbName can also be installed using the *setup.py* file included in the distribution. Simply download the source distribution below, unarchive it, and run the setup script as follows::\n\n # python setup.py install\n\nBoth options install both the IMDbName package in your Python *site-packages* directory, as well as the executable script (*imdbname*) in the setuptools script directory. In \\*nix systems, this is usually */usr/bin/*.\n\nUsage\n-----\n\nAssuming the directory setuptools puts console scripts is part of your PATH, IMDbName can be run as follows::\n\n $ imdbname [options] FILE1 [FILE2 FILE3 ...]\n\nWhere every *FILE* is a movie file to be renamed. The `--help` option shows all command line options, also listed here:\n\n``--version``\n Prints the program's version number and exits.\n\n``-h``, ``--help``\n Prints the program's usage, description, and command line options, then exits.\n\n``--license``\n Prints the program's license information and exits.\n\n``--verbose``\n Prints extra helpful information during program execution.\n\n``-a``, ``--assume-correct``\n If only one exact title match is found, assume it is the correct movie and don't prompt the user to verify.\n\n``-f FORMATSTRING``, ``--format=FORMATSTRING``\n Allows the user to specify the format for the output filenames of the program, using the *FORMATSTRING* argument. See below for valid format specifiers [default: \"``%t (%y)``\"].\n\n+---------------------------------------------------------+\n| Format Specifiers |\n+============+============================================+\n| Conversion | Meaning |\n+------------+--------------------------------------------+\n| %t | Title (with 'A' or 'The' moved to the end) |\n+------------+--------------------------------------------+\n| %T | Title (without any changes) |\n+------------+--------------------------------------------+\n| %y | Year |\n+------------+--------------------------------------------+\n| %i | Numerical IMDb id |\n+------------+--------------------------------------------+\n\n\nChangelog\n=========\n\n0.1 (2010-01-03)\n----------------\n\n* Initial release [jetheis]\n* All code conforms to `PEP 8 `_ standards [jetheis]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/jetheis/IMDbName", "keywords": "script imdb movie rename database", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "IMDbName", "package_url": "https://pypi.org/project/IMDbName/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/IMDbName/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jetheis/IMDbName" }, "release_url": "https://pypi.org/project/IMDbName/0.1/", "requires_dist": null, "requires_python": null, "summary": "A script for renaming movies using the IMDb database", "version": "0.1" }, "last_serial": 784525, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "025a7ee82cba0081300e8e76bd90722c", "sha256": "678e9dfdb440765b1424b12abd36ee711470cc6640095029315ed3d1916ac826" }, "downloads": -1, "filename": "IMDbName-0.1.tar.gz", "has_sig": false, "md5_digest": "025a7ee82cba0081300e8e76bd90722c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21404, "upload_time": "2010-01-03T10:19:47", "url": "https://files.pythonhosted.org/packages/70/d2/0a895e442617344e186fab452680c2ac925d314a8216bf394aa1687e6af3/IMDbName-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "025a7ee82cba0081300e8e76bd90722c", "sha256": "678e9dfdb440765b1424b12abd36ee711470cc6640095029315ed3d1916ac826" }, "downloads": -1, "filename": "IMDbName-0.1.tar.gz", "has_sig": false, "md5_digest": "025a7ee82cba0081300e8e76bd90722c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21404, "upload_time": "2010-01-03T10:19:47", "url": "https://files.pythonhosted.org/packages/70/d2/0a895e442617344e186fab452680c2ac925d314a8216bf394aa1687e6af3/IMDbName-0.1.tar.gz" } ] }