Unmanic / unmanic

Unmanic - Library Optimiser
GNU General Public License v3.0
1.41k stars 84 forks source link
hacktoberfest

Unmanic - Library Optimiser

UNMANIC - Library Optimiser

Buy Me a Coffee at ko-fi.com

GitHub tag (latest by date) GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Docker Stars Docker Pulls Docker Image Size (tag)

GitHub Workflow Status (branch) GitHub Workflow Status (branch)

[GitHub license]()

Unmanic is a simple tool for optimising your file library. You can use it to convert your files into a single, uniform format, manage file movements based on timestamps, or execute custom commands against a file based on its file size.

Simply configure Unmanic pointing it at your library and let it automatically manage that library for you.

Unmanic provides you with the following main functions:

You choose how you want your library to be.

Some examples of how you may use Unmanic:

The Docker container is currently based linuxserver.io Ubuntu focal image.

Table Of Contents

Dependencies

Screen-shots

Install and Run

License and Contribution

Dependencies

Unmanic can be used for running many commands. You will need to ensure that the required dependencies for those commands are installed.

Screen-shots

Dashboard:

Screen-shot - Dashboard

File metrics:

Screen-shot - Desktop

Installed plugins:

Screen-shot - Desktop

Install and Run

For up-to-date installation instructions, follow the Unmanic documentation

To run from source:

1) Install the Python dependencies listed above then run: 2) Run:

    # Ensure the submodules are checked out
    git submodule update --init --recursive

    # Build and install the project into your home directory
    python3 ./setup.py install --user

    # Run Unmanic
    unmanic

License and Contribution

This projected is licensed under th GPL version 3.

Copyright (C) Josh Sunnex - All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

This project contains libraries imported from external authors. Please refer to the source of these libraries for more information on their respective licenses.

See CONTRIBUTING.md to learn how to contribute to Unmanic.