Skip to main content

Manage your media!

Project description

Media Manager

Version: 0.4.0

Manage your media

  • Automatically clean file names
  • Set Title and Comment metadata to match filename
  • Apply subtitles in media's "Sub" directory automatically
  • Move media to desired destination

Supports Media:

  • MKV
  • MP4

Usage:

Short Flag Long Flag Description
-h --help See usage
-s --subtitle Apply Subtitle in local "Sub" directory
-m --media-directory Move media to directory
-t --tv-directory Move series to directory
-d --directory Directory to scan for media

Example:

media-manager -d "/home/User/Downloads" -m "/media/" -s

Before

/home/User/Downloads/The.Lion.King.1993.1080p.[TheBay].YIFY/The.Lion.King.1993.1080p.[TheBay].YIFY.mp4

After

/media/The Lion King 1993 1080p/The Lion King 1993 1080p.mp4

Install Instructions

Install Python Package

python -m pip install media-manager

Build Instructions

Build Python Package

sudo chmod +x ./*.py
sudo pip install .
python setup.py bdist_wheel --universal
# Test Pypi
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose -u "Username" -p "Password"
# Prod Pypi
twine upload dist/* --verbose -u "Username" -p "Password"

Project details


Release history Release notifications | RSS feed

This version

0.4.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

media_manager-0.4.0-py2.py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page