/mnamer

A media organizion tool

Primary LanguagePythonMIT LicenseMIT

pypi travis_ci coverage licence style black

mnamer

mnamer (media renamer) is an intelligent and highly configurable media organization utility. It parses media filenames for metadata, searches the web to fill in the blanks, and then renames and moves them.

Currently it has integration support with TVDb and TvMaze for television episodes and TMDb and OMDb for movies.

Installation

$ pip3 install --user mnamer

Usage

USAGE: mnamer [preferences] [directives] target [targets ...]

Documentation

See the wiki page for full documentation.

Contributions

Community contributions are a welcome addition to the project. In order to be merged upsteam any additions will need to be consistent with black style formatting for consistency with the rest of the project and pass the continuous integration tests run against each PR. Before introducing any major features or changes to the configuration api please consider opening an issue to outline your proposal.

Bug reports are also welcome on the issue page. Please include any generated crash reports if applicable. Feature requests are welcome but consider checking out if it is in the works first to avoid duplication.