{ "info": { "author": "Guillermo Szeliga", "author_email": "gszeliga@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Console", "Intended Audience :: End Users/Desktop", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio :: Conversion", "Topic :: Multimedia :: Sound/Audio :: Editors", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Welcome to Longtang\r\n===================\r\n\r\nWhat's Longtang?\r\n----------------\r\n\r\nLongtang is a command-line software based on `actors model `_ capable of processing any sloppy mp3 collection that you have into a well-organized, easy-to-locate tagged media library.\r\n\r\nWhy should I use it?\r\n--------------------\r\n\r\nBecause it will save you a **HUGE** amount of time by:\r\n\r\n* Tagging all your *mp3* files with the right ID3Tag information.\r\n* Downloading album cover art **(New feature!!)**\r\n* Decompressing and tagging any **zip**, **rar** or **7z** file that you have with music on it transparently.\r\n* Creating a hierarchical media tree organized by artists and albums.\r\n* Naming all files in a simple and yet clear syntax.\r\n* Detecting tag issues that prevent files from being accurately classified.\r\n* Avoiding any stranded or unknown music files inside any portable music player (which usually happens in Creative Zen players, just to name an example) which take up storage space and are not easily detected.\r\n\r\nInstallation guide:\r\n-------------------\r\n\r\nBefore proceeding with the installation, please check if your system already has the following packages installed:\r\n\r\n\r\n* Python 2.7.x and headers (python-dev)\r\n* Chromaprint tools (libchromaprint-tools)\r\n* Libevent headers (libevent-dev)\r\n* Libxml (libxml2-dev and libxslt-dev)\r\n* unrar and 7z commands available within your system **PATH**\r\n\r\n\r\nAfter that, you can proceed to install in either two manners: from the source code or from `Pypi `_ by using `pip `_ utility.\r\n\r\n1. Using the source code\r\n~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\n1. Checkout the source code::\r\n\r\n\r\n git clone https://bitbucket.org/gszeliga/longtang.git\r\n\r\n\r\n2. Execute the setup utility as follows::\r\n\r\n python setup.py install\r\n\r\n\r\n2. Using *pip*\r\n~~~~~~~~~~~~~~~~\r\n\r\nJust type on your command line::\r\n\r\n pip install longtang\r\n\r\n\r\nCommand guide:\r\n--------------\r\n\r\nThe main binary is called *longtang* (as you can imagine) and it accepts the following parameters:\r\n\r\n* --source Source path where all the to-be-processed files are located.\r\n* --target Target path where the hierarchical structure will be created.\r\n* --verbosity Level of debug information to be printed. Accepted values are: *DEBUG*, *INFO*, *WARN* or *ERROR*. Default value is *NONE*.\r\n* --override-tags (Optional) Whether you want *Longtang* to override any id3tag information on the source music files. *Bear in mind that if the amount of files is high it will turn the process to be real slow*.\r\n* --offline (Optional) Since any missing id3tag information will be retrieved using `Acoustid `_ service, maybe you might be interested in not performing this action and just handle your media collection with the already existing id3 information and point out any failure during the process.\r\n* --disable-cover-art (Optional) Disables resolution of all cover art from all matched artists and albums.\r\n* --help Prints out help information.\r\n\r\n\r\nWhat's coming next?\r\n-------------------\r\n\r\nWell, i currently have a lot of ideas but, in a short term, i'm thinking in:\r\n\r\n* Supporting more music formats: ogg, mpc, flac and so on.\r\n* Porting source code into Python 3.\r\n* Replacing *gevent* with *multiprocessing* library so that we gain execution **parallelism** (take a look at branch **features/multiprocessing** for further details).\r\n\r\nBugs and Feedback\r\n-----------------\r\n\r\nYou can contact me at *gszeliga@gmail.com* or follow me on twitter: `@gszeliga `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/gszeliga/longtang", "keywords": "audio mp3 id3 tag actors music collection musicbrainz", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "longtang", "package_url": "https://pypi.org/project/longtang/", "platform": "ALL", "project_url": "https://pypi.org/project/longtang/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/gszeliga/longtang" }, "release_url": "https://pypi.org/project/longtang/1.2.0/", "requires_dist": null, "requires_python": null, "summary": "Music library organizer and id3 tag manager", "version": "1.2.0" }, "last_serial": 942559, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "81029cea869d4c199779f27baa2b7c54", "sha256": "28f19621fe309a9278e86e8aafd607ffa5c231abb468647dfa6d8c9f947060c3" }, "downloads": -1, "filename": "longtang-1.0.0.tar.gz", "has_sig": false, "md5_digest": "81029cea869d4c199779f27baa2b7c54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35086, "upload_time": "2013-05-02T08:45:58", "url": "https://files.pythonhosted.org/packages/e0/3f/f944ad10ca81b647a8c85cae3567f1aacac025a538d311c277e5dc1015bc/longtang-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "baec032eb378b7252a15b2ae337645ed", "sha256": "63c7ef3aa01233c8a42d1ce80aab7d3f85fcb8232990fd12ab5b1aa9923e9d99" }, "downloads": -1, "filename": "longtang-1.0.1.tar.gz", "has_sig": false, "md5_digest": "baec032eb378b7252a15b2ae337645ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36218, "upload_time": "2013-05-06T09:37:08", "url": "https://files.pythonhosted.org/packages/b4/65/7213b9537b0ac29e4cc704ded1ac7287f5b718d1b4eddc2259024b24c989/longtang-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5eceb890eb9384d9ea8e093a9887837a", "sha256": "95400e5efc478ec0b4aaf96cb57fa860e1ddd7084a2caf34930e3d51eaa036bc" }, "downloads": -1, "filename": "longtang-1.1.0.tar.gz", "has_sig": false, "md5_digest": "5eceb890eb9384d9ea8e093a9887837a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42990, "upload_time": "2013-06-23T09:31:25", "url": "https://files.pythonhosted.org/packages/b7/bf/635e86e72e60caca96d078206940a5e962fb57c046b7599bbeccf445c7ce/longtang-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "a964f4dd343e92ec98636c636fe11f95", "sha256": "c6ccd2fa09c29174b00c2c58969589e895596d335508aa5b7ff3d8973bff9967" }, "downloads": -1, "filename": "longtang-1.2.0.tar.gz", "has_sig": false, "md5_digest": "a964f4dd343e92ec98636c636fe11f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44844, "upload_time": "2013-12-12T04:48:47", "url": "https://files.pythonhosted.org/packages/28/e0/f059363470adf088c74cdc1a3b4bdd31bbf4f209dbacc82651d84c8d3828/longtang-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a964f4dd343e92ec98636c636fe11f95", "sha256": "c6ccd2fa09c29174b00c2c58969589e895596d335508aa5b7ff3d8973bff9967" }, "downloads": -1, "filename": "longtang-1.2.0.tar.gz", "has_sig": false, "md5_digest": "a964f4dd343e92ec98636c636fe11f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44844, "upload_time": "2013-12-12T04:48:47", "url": "https://files.pythonhosted.org/packages/28/e0/f059363470adf088c74cdc1a3b4bdd31bbf4f209dbacc82651d84c8d3828/longtang-1.2.0.tar.gz" } ] }