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.6.tar.gz
(13.6 kB
view details)
Built Distribution
mediascan-0.1.6-py3-none-any.whl
(14.4 kB
view details)
File details
Details for the file mediascan-0.1.6.tar.gz
.
File metadata
- Download URL: mediascan-0.1.6.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 | 0c8a4763198f38c2ba3ba5cc0904a5f88de9008108ab4d2d931d04232f416f76 |
|
MD5 | 349482373a0e45725bff50075af56d47 |
|
BLAKE2b-256 | bfb8bf201abe6c1f11d6f25fafaa1f80838d26198cf236176874397c465651c9 |
File details
Details for the file mediascan-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: mediascan-0.1.6-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 | fb1f2a179dc85015a4e21e60f46c39ca22a95400129258341b42dacaa3b2d600 |
|
MD5 | b3a66fc7d103d78b9bc7f41028a9e42b |
|
BLAKE2b-256 | b4826c0a663a38f5376c289f68227dfb24c2221541a9f67d1eeddb9ec3756b22 |