Metadata-Version: 1.0
Name: tvrenamr
Version: 3.3
Summary: Rename tv show files using online databases
Home-page: http://tvrenamr.info
Author: George Hickman
Author-email: george@ghickman.co.uk
License: Copyright (c) 2009 George Hickman
 
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Description: TV Renamr is a utility to rename TV shows based upon filenames or user input.
        
        .. image:: https://secure.travis-ci.org/ghickman/tvrenamr.png?branch=develop
        
        Install it straight from the PyPI: ::
        
            pip install tvrenamr
        
        
        Run it from the command line: ::
        
            $ tvr file
        
            $ tvr folder
        
        
        You want *moar* docs? `Here you go. <http://tvrenamr.readthedocs.org>`_
        
        Found an issue? `Raise a bug! <http://github.com/ghickman/tvrenamr/issues>`_
        
        
        
        Changelog
        =========
        
        v3.3.0
        ------
        
        - Add partial option and functionality.
        
        - Update test suite & travis.
        
        - Refactor ``FrontEnd`` to make it easier to use from elsewhere.
        
        
        v3.2.0
        ------
        
        - Remove lxml and thus it's C building dependencies
        
        - Tidy up the tests
        
        - Clean up the library fallback logic and it's error handling
        
        
        v3.1.0
        ------
        
        - Show unhandled exceptions
        
        - Provide a default filenmae format to fall back to
        
        - Use Requests instead of urllib2
        
        - Thanks to sampsyo for his work on this release
        
        
        v3.0.3
        ------
        
        - Add documentation and push to Read the Docs
        
        - Fix another silly typo. Regretting the state of the tests now...
        
        
        
        v3.0.2
        ------
        
        - Fix a silly naming bug that broke everything and brown bagged the last
          release.
        
        
        v3.0.1
        ------
        
        - Allow the use of apostrophes in the show name regular expression
        
        - Allow the use of hypen as a delimiter in the filename regular expression.
        
        - Clean up the interface to the episode object for use in the front end.
        
        - Use the correct variable name when retrieving the show name from an episode
          object.
        
        - Give more sensible output when the config's defaults are missing.
        
        - Return the correct error code when exiting from an error.
        
        
        v3.0.0
        ------
        
        - 720p episodes can now be renamed.
        
        - Fallback to the other library if the first one can't find a tv show or
          episode. This feature also adds better support for new libraries.
        
        - Added a command line option to override the show name when output to the
          filename.
        
        - Can use foward slashes allowed in show names and episode titles.
        
        - Use lxml as the xml library and add an extra check for empty xml files being
          returned from the library.
        
        - Use an episode object to hold an episode's information during the rename
          process.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: EnglishOperating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia
Classifier: Topic :: Utilities
