A Python package for scanning and organizing media files.
Project description
MediaScan
MediaScan is a Python tool for organizing media files. It scans directories, interprets file names, and organizes movies and TV shows into a structured library.
Features
- Automatically categorizes movies and TV shows
- Supports various naming conventions and file formats
- Configurable output directory structure
- Multiple actions: link, copy, or move files
Installation
pip install mediascan
Usage
Command Line Interface
Generate a default config file:
mediascan --generate-config
Run MediaScan:
mediascan --input-path ~/Downloads --output-dir ~/MediaLibrary --action link
Python
from mediascan import MediaScan
scanner = MediaScan(
input_path="~/Downloads",
output_dir="~/MediaLibrary",
action="symlink",
)
scanner.scan()
License
CC0. Do whatever.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mediascan-0.1.7.tar.gz
(13.6 kB
view details)
Built Distribution
mediascan-0.1.7-py3-none-any.whl
(14.4 kB
view details)
File details
Details for the file mediascan-0.1.7.tar.gz
.
File metadata
- Download URL: mediascan-0.1.7.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aecbb10c2629857e1ae58129f5177d396859bc2ea1e4c1804375f329d8e094f6 |
|
MD5 | de0b8300689c9da73668f9cb189c8810 |
|
BLAKE2b-256 | 1434d18c8f56244d95204d5a4145701923d59b9dd8e852bee8e8877a53aa5238 |
File details
Details for the file mediascan-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: mediascan-0.1.7-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a64f2a869f17960403e3ce9c3d5e3a98c1fb6d054187ca034c380ccec6d9cbe |
|
MD5 | 966ffc0bb4304407650c24f4264850cf |
|
BLAKE2b-256 | b8d4d29bdcc259c4a60dda63cd31be589d83121aa45f80aacfcf4e375a652f4a |