Commit Graph

25 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
89452e8fa4 Updated docs 2024-10-17 20:01:27 -04:00
75570b3638 Permission fixed. 2022-09-05 03:52:09 -04:00
15e3f80b96 Added support to .divx and .ogm. 2021-12-04 04:33:26 -05:00
1ff6c19951 Trying to fix docs 2021-04-25 03:06:07 -04:00
aef4151137 Bug fix from 0.0.6 2021-04-19 22:41:50 -04:00
dd893e4a12 Doc update 2020-12-26 12:37:18 -05:00
b3676aeb25 Working on packaging and related docs 2020-12-16 05:28:32 -05:00
2cc061bada Working on packaging and related docs 2020-12-16 04:46:06 -05:00
b6ce978c87 Working on docs/packaging 2020-12-15 23:40:31 -05:00
097789bdf0 Updated docs 2020-12-14 01:38:06 -05:00
d1ba9c9571 Working on documentation 2020-11-21 23:29:09 -05:00
73d70b6b0f Working on documentation 2020-11-21 22:05:36 -05:00
e369b2e406 Working on documentation 2020-11-21 22:03:47 -05:00
1db4397de6 Working on documentation 2020-11-21 22:02:24 -05:00
cb7f9297bb Working on documentation 2020-11-21 19:16:17 -05:00
44a222fe8b Working on documentation 2020-11-21 18:57:30 -05:00
f2bc0ee37f Working on warning documentation 2020-11-21 16:59:07 -05:00
8d6ef00ff5 Added warnings to the documentation. Added the subsd resolution 2020-11-21 16:31:03 -05:00
3b99fae283 Put the missing delete function in the list feature 2020-11-21 14:56:55 -05:00
acc1f8d3fb Working on docs 2020-11-21 14:50:52 -05:00
6595d6d476 Working on doc errors 2020-11-21 14:38:36 -05:00
17fcb1fd2b Working on doc quickstart 2020-11-21 01:34:27 -05:00
923a6f64ba Installation page now working in docs 2020-11-21 01:16:02 -05:00
6b42a520c2 Working on docs 2020-11-21 00:28:07 -05:00