Metadata-Version: 1.0
Name: wplsync
Version: 1.0.0a1
Summary: Python console script to synchronize media folders, using playlists as filter
Home-page: http://wplsync.googlecode.com/
Author: Martin Wendt
Author-email: wplsync@wwwendt.de
License: The MIT License
Description: wplsync
        =======
        Copyright (c) 2011 Martin Wendt
        
        Python console script to synchronize media folders, using playlists as filter.
        
          - Read one or more playlists (*.WPL) and copy referenced files to target folder.
          - If no playlist is specified, the complete source media folder will be synchronized.
          - Source directory structure is maintained in the target folder.
          - Duplicate, or otherwise invalid playlist entries are ignored.
          - `-d` option removes unmatched files and empty folders from target.
        
        Project home: http://wplsync.googlecode.com/  
        
        
        CHANGES
        =======
        1.0.0
        -----
        - created
        
Keywords: playlist wpl folder sync
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
