Metadata-Version: 1.1
Name: replica
Version: 0.1.1
Summary: id3 metadata file cloner
Home-page: https://github.com/KraYmer/replica
Author: Fabrice Laporte
Author-email: tunecrux@gmail.com
License: MIT
Description: Replica, the id3 cloner 
        ------------------------
        
        | *Oh sure, she is showing off a sexy face. Perfect metatags shaped by you to fullfill your media management OCD. But deep inside, you know this track lacks some inner beauty.*
        | *Is it about low bitrate or crackling noises? Doesn't matter, the quality is just not there.*
        | *So you buys a copy that possesses a purest soul, a crystal clear 320kbps version ... only to realize that it needs a boatload of plastic surgery to make it look like the original.*
          
        
        Replica can help you having it both ways by cloning id3 metadata from the original file to the copy.
        
        Usage
        -----
        
        If you replicate full albums, please make sure that tracks filenames are similarly ordered in both source and destination folders.:: 
        
          $ replica -u Library/Sam_Cooke-Ain_t_that_good_news-128kbps-2003 Incoming/sam_cook-good-news-320kbps
          Cloning id3 metadata... Done
          Renaming files......... Done
        
        In addition to id3 cloning, replica can handle files renaming too so that *upgrading* mp3 files becomes a no-brainer. 
         
        Consider the ``-u`` option to remove the source files and replace them by their upgraded version. Preserving filepaths enables you to migrate id3 metatags to new files while keeping the information stored by your music player (such as ratings or play counts) valid.
        
        Disclaimer
        ----------
        
        Replica modifies mp3 files with no provision provided to undo the changes. I would highly recommend a backup of your mp3 prior to running replica on them.
        
        Install
        -------
        
        You can install replica by typing ``pip install replica``.  
        
        Authors
        -------
        
        Replica is by `Fabrice Laporte`_.
        
        .. _Fabrice Laporte: mailto:tunecrux@gmail.com
        
Platform: ALL
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Players :: MP3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
