# Media Manager
![PyPI - Version](https://img.shields.io/pypi/v/media-manager)
![PyPI - Downloads](https://img.shields.io/pypi/dd/media-manager)
![GitHub Repo stars](https://img.shields.io/github/stars/Knuckles-Team/media-manager)
![GitHub forks](https://img.shields.io/github/forks/Knuckles-Team/media-manager)
![GitHub contributors](https://img.shields.io/github/contributors/Knuckles-Team/media-manager)
![PyPI - License](https://img.shields.io/pypi/l/media-manager)
![GitHub](https://img.shields.io/github/license/Knuckles-Team/media-manager)
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/Knuckles-Team/media-manager)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Knuckles-Team/media-manager)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Knuckles-Team/media-manager)
![GitHub issues](https://img.shields.io/github/issues/Knuckles-Team/media-manager)
![GitHub top language](https://img.shields.io/github/languages/top/Knuckles-Team/media-manager)
![GitHub language count](https://img.shields.io/github/languages/count/Knuckles-Team/media-manager)
![GitHub repo size](https://img.shields.io/github/repo-size/Knuckles-Team/media-manager)
![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/Knuckles-Team/media-manager)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/media-manager)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/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 codec
Supports Media:
- MKV
- MP4
This repository is actively maintained - Contributions are welcome!
<details>
<summary><b>Usage:</b></summary>
| 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 |
</details>
<details>
<summary><b>Example:</b></summary>
```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.mp4
</details>
<details>
<summary><b>Installation Instructions:</b></summary>
Install Python Package
```bash
python -m pip install media-manager
```
</details>
## Geniusbot Application
Use with a GUI through Geniusbot
Visit our [GitHub](https://github.com/Knuckles-Team/geniusbot) for more information
<details>
<summary><b>Installation Instructions with Geniusbot:</b></summary>
Install Python Package
```bash
python -m pip install geniusbot
```
</details>
<details>
<summary><b>Repository Owners:</b></summary>
<img width="100%" height="180em" src="https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />
![GitHub followers](https://img.shields.io/github/followers/Knucklessg1)
![GitHub User's stars](https://img.shields.io/github/stars/Knucklessg1)
</details>
Raw data
{
"_id": null,
"home_page": "https://github.com/Knuckles-Team/media-manager",
"name": "media-manager",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Audel Rouhi",
"author_email": "knucklessg1@gmail.com",
"download_url": null,
"platform": null,
"description": "# Media Manager\n\n![PyPI - Version](https://img.shields.io/pypi/v/media-manager)\n![PyPI - Downloads](https://img.shields.io/pypi/dd/media-manager)\n![GitHub Repo stars](https://img.shields.io/github/stars/Knuckles-Team/media-manager)\n![GitHub forks](https://img.shields.io/github/forks/Knuckles-Team/media-manager)\n![GitHub contributors](https://img.shields.io/github/contributors/Knuckles-Team/media-manager)\n![PyPI - License](https://img.shields.io/pypi/l/media-manager)\n![GitHub](https://img.shields.io/github/license/Knuckles-Team/media-manager)\n\n![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/Knuckles-Team/media-manager)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/Knuckles-Team/media-manager)\n![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Knuckles-Team/media-manager)\n![GitHub issues](https://img.shields.io/github/issues/Knuckles-Team/media-manager)\n\n![GitHub top language](https://img.shields.io/github/languages/top/Knuckles-Team/media-manager)\n![GitHub language count](https://img.shields.io/github/languages/count/Knuckles-Team/media-manager)\n![GitHub repo size](https://img.shields.io/github/repo-size/Knuckles-Team/media-manager)\n![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/Knuckles-Team/media-manager)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/media-manager)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/media-manager)\n\n\n*Version: 0.75.25*\n\nManage your media\n- Automatically clean file names\n- Set Title and Comment metadata to match filename\n- Apply subtitles in media's \"Sub\" directory automatically\n- Move media to desired destination\n- Optionally optimize your media with the latest HEVC codec\n\nSupports Media:\n- MKV\n- MP4\n\nThis repository is actively maintained - Contributions are welcome!\n\n<details>\n <summary><b>Usage:</b></summary>\n\n| Short Flag | Long Flag | Description |\n|------------|-------------------|-----------------------------------------|\n| -h | --help | See usage |\n| | --subtitle | Apply Subtitle in local \"Sub\" directory |\n| | --optimize | Optimize video for streaming in HEVC |\n| | --media-directory | Move media to directory |\n| | --music-directory | Move music to directory |\n| | --tv-directory | Move series to directory |\n| -d | --directory | Directory to scan for media |\n| -v | --verbose | Show Output of FFMPEG |\n\n</details>\n\n<details>\n <summary><b>Example:</b></summary>\n\n```bash\nmedia-manager -d \"/home/User/Downloads\" -m \"/media/Movies\" -t \"/media/TV\" -s\n```\n#### Before\n> /home/User/Downloads/The.Lion.King.1993.1080p.[TheBay].YIFY/The.Lion.King.1993.1080p.[TheBay].YIFY.mp4\n\n#### After\n> /media/The Lion King 1993 1080p/The Lion King 1993 1080p.mp4\n\n</details>\n\n<details>\n <summary><b>Installation Instructions:</b></summary>\n\nInstall Python Package\n\n```bash\npython -m pip install media-manager\n```\n\n</details>\n\n## Geniusbot Application\n\nUse with a GUI through Geniusbot\n\nVisit our [GitHub](https://github.com/Knuckles-Team/geniusbot) for more information\n\n<details>\n <summary><b>Installation Instructions with Geniusbot:</b></summary>\n\nInstall Python Package\n\n```bash\npython -m pip install geniusbot\n```\n\n</details>\n\n<details>\n <summary><b>Repository Owners:</b></summary>\n\n\n<img width=\"100%\" height=\"180em\" src=\"https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true\" />\n\n![GitHub followers](https://img.shields.io/github/followers/Knucklessg1)\n![GitHub User's stars](https://img.shields.io/github/stars/Knucklessg1)\n</details>\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Manage your media!",
"version": "0.75.25",
"project_urls": {
"Homepage": "https://github.com/Knuckles-Team/media-manager"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f12852730a434d7ebc4172a2c16ecb8201afd0c5d726a016844a2a5b38c77979",
"md5": "be0e629321906f622f39bc88c07fd856",
"sha256": "ea8a94142b1c7bc8bdc8e466485373b1df7823412db4b5c7f6c08d838c986a34"
},
"downloads": -1,
"filename": "media_manager-0.75.25-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "be0e629321906f622f39bc88c07fd856",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 13123,
"upload_time": "2024-05-09T04:21:43",
"upload_time_iso_8601": "2024-05-09T04:21:43.754300Z",
"url": "https://files.pythonhosted.org/packages/f1/28/52730a434d7ebc4172a2c16ecb8201afd0c5d726a016844a2a5b38c77979/media_manager-0.75.25-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-09 04:21:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Knuckles-Team",
"github_project": "media-manager",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "media-manager"
}