New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

media-manager

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

media-manager

Manage your media!

0.75.25
PyPI
Maintainers
1

Media Manager

PyPI - Version PyPI - Downloads GitHub Repo stars GitHub forks GitHub contributors PyPI - License GitHub

GitHub last commit (by committer) GitHub pull requests GitHub closed pull requests GitHub issues

GitHub top language GitHub language count GitHub repo size GitHub repo file count (file type) PyPI - Wheel PyPI - Implementation

Version: 0.75.25

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
  • Optionally optimize your media with the latest HEVC codec

Supports Media:

  • MKV
  • MP4

This repository is actively maintained - Contributions are welcome!

Usage:
Short FlagLong FlagDescription
-h--helpSee usage
--subtitleApply Subtitle in local "Sub" directory
--optimizeOptimize video for streaming in HEVC
--media-directoryMove media to directory
--music-directoryMove music to directory
--tv-directoryMove series to directory
-d--directoryDirectory to scan for media
-v--verboseShow Output of FFMPEG
Example:
media-manager -d "/home/User/Downloads" -m "/media/Movies" -t "/media/TV" -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

Installation Instructions:

Install Python Package

python -m pip install media-manager

Geniusbot Application

Use with a GUI through Geniusbot

Visit our GitHub for more information

Installation Instructions with Geniusbot:

Install Python Package

python -m pip install geniusbot
Repository Owners:

GitHub followers GitHub User's stars

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts