https://github.com/knuckles-team/media-manager
Manage your media
https://github.com/knuckles-team/media-manager
library-manager media-library media-manager python
Last synced: 6 months ago
JSON representation
Manage your media
- Host: GitHub
- URL: https://github.com/knuckles-team/media-manager
- Owner: Knuckles-Team
- License: mit
- Created: 2022-07-03T23:33:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T04:21:42.000Z (about 1 year ago)
- Last Synced: 2024-08-10T11:08:32.058Z (9 months ago)
- Topics: library-manager, media-library, media-manager, python
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Media Manager














*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 codecSupports Media:
- MKV
- MP4This repository is actively maintained - Contributions are welcome!
Usage:
| Short Flag | Long Flag | Description |
|------------|-------------------|-----------------------------------------|
| -h | --help | See usage |
| | --subtitle | Apply Subtitle in local "Sub" directory |
| | --optimize | Optimize video for streaming in HEVC |
| | --media-directory | Move media to directory |
| | --music-directory | Move music to directory |
| | --tv-directory | Move series to directory |
| -d | --directory | Directory to scan for media |
| -v | --verbose | Show Output of FFMPEG |Example:
```bash
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.mp4Installation Instructions:
Install Python Package
```bash
python -m pip install media-manager
```## Geniusbot Application
Use with a GUI through Geniusbot
Visit our [GitHub](https://github.com/Knuckles-Team/geniusbot) for more information
Installation Instructions with Geniusbot:
Install Python Package
```bash
python -m pip install geniusbot
```Repository Owners:

