Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

longtang is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
License
MIT

What's Longtang?

Longtang 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.

Why should I use it?

Because it will save you a HUGE amount of time by:

  • Tagging all your mp3 files with the right ID3Tag information.
  • Decompressing and tagging any zip, rar or 7z file that you have with music on it transparently (New feature!!)
  • Creating a hierarchical media tree organized by artists and albums.
  • Naming all files in a simple and yet clear syntax.
  • Letting you know whenever a file has something that prevents it from being accurately classified.
  • 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.

Installation guide:

Before proceeding with the installation, please check whether your system already has the following dependencies:

  • Python 2.7.x and headers (python-dev)
  • Chromaprint tools (libchromaprint-tools)
  • Libevent headers (libevent-dev)

After that, you can proceed to install in either two manners: from the source code or from Pypi by using pip utility.

1. Using the source code
  1. Checkout the source code:

    git clone https://bitbucket.org/gszeliga/longtang.git
    
  2. Execute the setup utility as follows:

    python setup.py install
    
2. Using pip

Just type on your command line:

pip install longtang

Command guide:

The main binary is called longtang (as you can imagine) and it accepts the following parameters:

  • --source

    Source path where all the to-be-processed files are located.

  • --target

    Target path where the hierarchical structure will be created.

  • --verbosity

    Level of debug information to be printed. Accepted values are: DEBUG, INFO, WARN or ERROR. Default value is NONE

  • --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.

  • --offline

    (Optional) Since any missing id3tag information will be retrieved using Acoustid service, maybe you might be interesed 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.

  • --help

    Prints out help information

What's coming next?

Well, i currently have a lot of ideas but, in a short term, i'm thinking in:

  • Supporting more music formats: ogg, mpc, flac and so on.
  • Supporting cover-art automatic retrieval.
  • Porting source code into Python 3.
  • Replacing gevent library with multiprocessing library so that we gain execution parallelism.

Bugs and Feedback

You can contact me at gszeliga@gmail.com or follow me on twitter: @gszeliga

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.