{ "info": { "author": "Dan Tracy", "author_email": "djt5019 at gmail dot com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Environment :: X11 Applications :: Qt", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Multimedia :: Video", "Topic :: Utilities" ], "description": "********************\nEpisode Renamer v0.1\n********************\n\nThis utility allows you to easily rename your messy episode files. It will allow\nyou to easily rename your files with custom formatting, generate checksums, and\nverify file integrity. Extracts information by making use of the AniDB api,\nTheTvDb api, and by scraping epguides. The program sequentially polls the websites\nlooking for an acceptable match to the show name. Once it is found the information is\nstored in a sqlite database. If you wish to add another web source simply add a python\nmodule in the ``eplist/web_sources`` folder and define a function named ``poll`` within that module. The modules in the ``eplist/web_sources`` folder will automatically be imported and used to search for your show.\n\nLogs, databases, and renamed file information are all saved in the resources folder.\nOn windows it can be found in the ``%appdata%/eplist`` folder, on linux it can be in\n``~/.eplist``. To edit the default settings open up the settings.py file and poke\naround.\n\nIf your environment does not support UTF-8, which is necessary for properly displaying\nsome show title, you can make use of the simple gui. PySide is required in order to\nmake use of the gui.\n\nRequirements\n------------\n\n* Python: 2.7\n* BeautifulSoup: 3.2.0\n* Requests: 0.9.0\n* PySide 1.0.6 (optional, used for gui)\n\n\n\nUsage\n-----\n\n::\n\n eplist \"Cheers\" --season 3 --episode 2\n\nPerforms a search for the show \"Cheers\", then returns the second episode from the third season\n\n::\n\n eplist pwd --season 1 --rename .\n\nUses the current folders name to search for the show, the attempts to rename the episodes from the first season\n\n::\n\n eplist \"Cheers\" -r . --format \" - - [<hash>]\"\n\nRenames the episodes in the current directory using show information from cheers using a custom format\n\n::\n\n eplist \"Baccano\" -r . -e 1-5\n\nRenames the first five episodes of the show \"Baccano\" in the current directory\n\n::\n\n eplist pwd --verify\n\nVerifies the integrity of the episode by comparing it to the checksum in the filename (if one is not present it is skipped)\n\n::\n\n eplist --gui-enabled\n\nUses the graphical user interface rather than the command line to rename your shows, allows proper display of utf-8 if your environment dosen't (Windows)\n\n\nOptions\n-------\n* **-h/--help**: Display the help message and exit the program\n* **-d/--display-header**: Display some descriptive information about the show\n* **-v/--verbose**: Enables extra output to see whats going on\n* **-s/--season**: Filters the episodes that are in the season range passed\n* **-e/--episodes**: Filters the episodes that are in the range range passed\n* **-f/--format**: Uses the format string passed to present the show titles\n* **-g/--gui-enabled**: Uses a PySide gui rather than a CLI, currently unstable\n* **-r/--rename**: Attempts to rename the episodes in the directory passed\n* **-u/--undo-rename**: Will attempt to undo the last renaming operation in the current directory\n* **--delete-cache**: Destroys and then recreates the episode database\n* **--update-db**: Downloads an updated listing from AniDB\n* **--verify**: Will try to verify the integrity of the episodes by checking the crc32 sum (if present)\n* **--filter**: Filters the episodes show by type (episodes, specials, or both)\n\n\nFormatting\n----------\nThis program allows you to use custom formatting to rename your episode files.\nThe tags can be changed by editing the dictionary in the config.py file in the resources folder.\n\n- **episode_name_tags**: Will replace the tag with the episodes name\n- **episode_number_tags**: Replaces the tag with the episodes number in the season\n- **episode_count_tags**: Replaces the tag with the episodes total overall number in the series\n- **series_name_tags**: Replaces the tag with the series name\n- **season_number_tags**: Replaces the tag with the episodes season\n- **hash_tags**: If you are renaming files it will replace the tag with the checksum (if it was not previously present in the filename then it will compute it)\n- **type_tags**: Replaces the tag with the episodes type, eg. Episode, DVD, OVA, etc\n\n\nIn addition to the formatting, this program allows you to modify the results of the tags with some\nbasic text modifiers. You modify the tag by using \\<tagname:mod1:mod2:...:modN\\>\n\n- **pad**: If the output is an integer it will automatically pad zeros\n- **upper**: Capitalize the resulting string\n- **lower**: Convert the string to lower case\n- **proper**: Converts the string to a representation with proper capitalization.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/djt5019/episode_renamer", "keywords": null, "license": "unlicense", "maintainer": null, "maintainer_email": null, "name": "eplist", "package_url": "https://pypi.org/project/eplist/", "platform": "all", "project_url": "https://pypi.org/project/eplist/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/djt5019/episode_renamer" }, "release_url": "https://pypi.org/project/eplist/0.1.7/", "requires_dist": null, "requires_python": null, "summary": "Simple episode renaming program", "version": "0.1.7" }, "last_serial": 791688, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "4b8ec3a83da25f21f759ccc4d0924272", "sha256": "608dad352f970fd144b62e083108a3d1e48f1c48c0424f7ccd46646021d7bc9f" }, "downloads": -1, "filename": "eplist-0.1.2.zip", "has_sig": false, "md5_digest": "4b8ec3a83da25f21f759ccc4d0924272", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40238, "upload_time": "2012-03-20T03:37:12", "url": "https://files.pythonhosted.org/packages/f4/0b/a8caa5d8f9a442d185823e15d68a2d0eaa755df85962433102f164a2f872/eplist-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "af4ca28aa6f8aa82ee1be77ee5b593a4", "sha256": "c6002a26a0b216cc3d265f5b69901fcad6214cd6c73a58372f1dabde70d8521c" }, "downloads": -1, "filename": "eplist-0.1.3.tar.gz", "has_sig": false, "md5_digest": "af4ca28aa6f8aa82ee1be77ee5b593a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27866, "upload_time": "2012-03-21T04:40:07", "url": "https://files.pythonhosted.org/packages/ef/6f/e54940481872f0c4620abc9bf665545b8ce096e12e1a684e7f12cf39295b/eplist-0.1.3.tar.gz" }, { "comment_text": "", "digests": { "md5": "17fd4985200c3522eec6ddc70107b101", "sha256": "6fa6c39a0108977ebc846232a6c18013b92e97c95c4ed36860fb43ebc7c011b7" }, "downloads": -1, "filename": "eplist-0.1.3.zip", "has_sig": false, "md5_digest": "17fd4985200c3522eec6ddc70107b101", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40670, "upload_time": "2012-03-21T01:52:33", "url": "https://files.pythonhosted.org/packages/1f/53/358c94e5f7dd14b4c312e4c2582c36d31d0444f48d93409cf76d07718ffa/eplist-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "2ffe460128acd961b5f7cf52fafbfc29", "sha256": "e86e47f50dc76791b8684c04fdf78e1b7f883b9d382c03da482e6f49eb7a02a6" }, "downloads": -1, "filename": "eplist-0.1.4.zip", "has_sig": false, "md5_digest": "2ffe460128acd961b5f7cf52fafbfc29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39755, "upload_time": "2012-03-23T07:37:10", "url": "https://files.pythonhosted.org/packages/ee/91/8cf561a9b7cef3a15a9d2779b3ea695e15da1b93ec2baea7e6588c383722/eplist-0.1.4.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "e2c3ec0374c552176639cc54177de0bb", "sha256": "951d0d6895037e48d3084716786779ad60910279aa133bbe41ce67e4095583cf" }, "downloads": -1, "filename": "eplist-0.1.5.zip", "has_sig": false, "md5_digest": "e2c3ec0374c552176639cc54177de0bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40469, "upload_time": "2012-03-28T07:44:26", "url": "https://files.pythonhosted.org/packages/5f/22/96a9408e757999582d0a2365dad49cd5f797c6755956aaf9ba5d7cbed5d8/eplist-0.1.5.zip" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "08656de14de30b27309fed8683133e54", "sha256": "53f5671acd094bd51cdf032e06195c93c6bae8b9f731b9b6f58f0c830a689c55" }, "downloads": -1, "filename": "eplist-0.1.6.tar.gz", "has_sig": false, "md5_digest": "08656de14de30b27309fed8683133e54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29616, "upload_time": "2012-05-08T02:29:08", "url": "https://files.pythonhosted.org/packages/e9/a3/0286ddd1de738325628cdc21dab6235c541807c911b4ea09ee5cd0208a71/eplist-0.1.6.tar.gz" }, { "comment_text": "", "digests": { "md5": "6b71941a9d98e45936f2ae97f52d0bcf", "sha256": "e55ef27c11d39f2197b6626d045fc8bb80614a9fecd30b916d3a952d196ac6d6" }, "downloads": -1, "filename": "eplist-0.1.6.zip", "has_sig": false, "md5_digest": "6b71941a9d98e45936f2ae97f52d0bcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41077, "upload_time": "2012-04-12T04:56:34", "url": "https://files.pythonhosted.org/packages/66/1d/f14eeb32d167c009d6dbb6e8a5c88cb8028f4a2b90484f96c55f4ab56daa/eplist-0.1.6.zip" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "25214e33e63388034ecc0f8a347e0bc5", "sha256": "ef7c5ad9552a4a58a87b90e4d4d889c3faaf9cf5b3fc14fa07acd6fa40f9ff27" }, "downloads": -1, "filename": "eplist-0.1.7.tar.gz", "has_sig": false, "md5_digest": "25214e33e63388034ecc0f8a347e0bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29622, "upload_time": "2012-05-08T02:32:01", "url": "https://files.pythonhosted.org/packages/e4/c6/bc5bd74daadbaa5f7b68bc2829df7f77d7c81331c13629b34da81a977212/eplist-0.1.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "3d70a9c02a5c29ff1b6bcff32de1b4ba", "sha256": "6882212cf28103258105af60d883bfeb66bcb00872a67720a5053378393cf8a6" }, "downloads": -1, "filename": "eplist-0.1.7.zip", "has_sig": false, "md5_digest": "3d70a9c02a5c29ff1b6bcff32de1b4ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42748, "upload_time": "2012-05-08T02:32:02", "url": "https://files.pythonhosted.org/packages/c9/5c/e34ac84a79f93ae6b2c242040c8ef9da29bcf7b7892cdce2f147cfb456c9/eplist-0.1.7.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25214e33e63388034ecc0f8a347e0bc5", "sha256": "ef7c5ad9552a4a58a87b90e4d4d889c3faaf9cf5b3fc14fa07acd6fa40f9ff27" }, "downloads": -1, "filename": "eplist-0.1.7.tar.gz", "has_sig": false, "md5_digest": "25214e33e63388034ecc0f8a347e0bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29622, "upload_time": "2012-05-08T02:32:01", "url": "https://files.pythonhosted.org/packages/e4/c6/bc5bd74daadbaa5f7b68bc2829df7f77d7c81331c13629b34da81a977212/eplist-0.1.7.tar.gz" }, { "comment_text": "", "digests": { "md5": "3d70a9c02a5c29ff1b6bcff32de1b4ba", "sha256": "6882212cf28103258105af60d883bfeb66bcb00872a67720a5053378393cf8a6" }, "downloads": -1, "filename": "eplist-0.1.7.zip", "has_sig": false, "md5_digest": "3d70a9c02a5c29ff1b6bcff32de1b4ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42748, "upload_time": "2012-05-08T02:32:02", "url": "https://files.pythonhosted.org/packages/c9/5c/e34ac84a79f93ae6b2c242040c8ef9da29bcf7b7892cdce2f147cfb456c9/eplist-0.1.7.zip" } ] }