media-manager


Namemedia-manager JSON
Version 0.75.24 PyPI version JSON
download
home_pagehttps://github.com/Knuckles-Team/media-manager
SummaryManage your media!
upload_time2024-04-27 22:59:34
maintainerNone
docs_urlNone
authorAudel Rouhi
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.24*

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.24*\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.24",
    "project_urls": {
        "Homepage": "https://github.com/Knuckles-Team/media-manager"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb8f62e6295939ae3ddc47fea8a262bb78c0979d053dc7cfd38fc729f55cac7d",
                "md5": "0b9a27f6acd703137d2c8d1e5962593c",
                "sha256": "2ef0c25133a49f938f1295d711dd10b18cf6d5a6c39bb2544df5cdab5335c1d1"
            },
            "downloads": -1,
            "filename": "media_manager-0.75.24-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b9a27f6acd703137d2c8d1e5962593c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 12750,
            "upload_time": "2024-04-27T22:59:34",
            "upload_time_iso_8601": "2024-04-27T22:59:34.311042Z",
            "url": "https://files.pythonhosted.org/packages/bb/8f/62e6295939ae3ddc47fea8a262bb78c0979d053dc7cfd38fc729f55cac7d/media_manager-0.75.24-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 22:59:34",
    "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"
}
        
Elapsed time: 0.28407s