Commit Graph

8 Commits

Author SHA1 Message Date
5ba0f84d12 **Summary:**
This release introduces a major overhaul of the `mediacurator` command-line interface (CLI) and comprehensive updates to the documentation. The CLI has transitioned from a custom argument parsing system to utilizing Python's `argparse` and `argcomplete` libraries, greatly enhancing usability and flexibility. Due to these significant changes, the version is incremented from **0.0.13** to **1.0.1**.

- **Refactored** `tools.py` for standardized command-line argument handling using `argparse` and `argcomplete`.
- **Improved** user interaction with structured arguments and built-in help, error handling, and validation.
- **Consolidated** video detail printing logic into a reusable method within the `Video` class.
- **Enhanced** `MediaLibrary` class with better clarity, functionality, and expanded support for video formats.
- **Reorganized** `main.py` to streamline argument handling and improve error feedback.
- **Updated** `setup.py` for release preparation, including new classifiers and dependencies.

- **Revised** README.md for clarity, including structured command usage and improved descriptions.
- **Moved** and improved old documentation, removing outdated content and adding new screenshots.
- **Maintained** legacy commands for backward compatibility while enhancing usability with clear examples.

- **Removed** non-existent `bcolors` from the public API.
- **Upgraded** requirements.txt to include `argcomplete` for command-line completion.
- **Updated** docstrings and function documentation for clarity on functionality and parameters.
2024-10-20 23:19:42 -04:00
75570b3638 Permission fixed. 2022-09-05 03:52:09 -04:00
1ff6c19951 Trying to fix docs 2021-04-25 03:06:07 -04:00
3ddce45933 Fixed issues with windows and with existing filenames 2020-12-14 00:01:49 -05:00
96594806e0 Fixed issues with colors on windows 2020-12-13 22:35:14 -05:00
28219a27d7 Removed un-used dependency 2020-11-05 08:35:40 -05:00
e84695cb9a Added more verbosity for the scanning process. Changed the filename. Added ffmpeg detection 2020-11-05 05:37:48 -05:00
5fafe35262 First commit 2020-10-31 02:56:46 -04:00