- Breaking change: Renamed the project from 'MediaCurator' to 'mediacurator' to standardize naming conventions (all lowercase). - Updated all references across documentation and source files: - README.md - Various .rst documentation files (installation, manual, use cases, errors, warnings) - Python source files in 'mediacurator/library' and main 'mediacurator.py' - setup.py - Incremented version from 0.0.13 to 1.0.1 to reflect breaking changes. - Added release notes for 1.0.1 in docsource/source/releasenotes/1.0.1-changelog.rst
51 lines
1.4 KiB
ReStructuredText
51 lines
1.4 KiB
ReStructuredText
.. mediacurator documentation master file, created by
|
|
sphinx-quickstart on Fri Nov 20 22:46:06 2020.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
========================================
|
|
Welcome to mediacurator's documentation!
|
|
========================================
|
|
|
|
mediacurator is a Python command line tool to manage a media database.
|
|
|
|
* List all the video's and their information with or without filters
|
|
* Batch find and repair/convert videos with encoding errors
|
|
* Batch recode videos to more modern codecs (x265 / AV1) based on filters: extentions, codecs, resolutions ...
|
|
|
|
The source code can be found on `GitHub <https://github.com/fabquenneville/mediacurator>`_
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Usage:
|
|
|
|
usage/warnings
|
|
usage/installation
|
|
usage/quickstart
|
|
usage/manual
|
|
usage/use_cases
|
|
usage/errors
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Release Notes:
|
|
|
|
releasenotes/0.0.13-changelog
|
|
releasenotes/0.0.12-changelog
|
|
releasenotes/0.0.11-changelog
|
|
releasenotes/0.0.10-changelog
|
|
releasenotes/0.0.9-changelog
|
|
releasenotes/0.0.8-changelog
|
|
releasenotes/0.0.7-changelog
|
|
releasenotes/0.0.6-changelog
|
|
releasenotes/0.0.5-changelog
|
|
releasenotes/0.0.4-changelog
|
|
releasenotes/0.0.1-changelog
|
|
|
|
.. Indices and tables
|
|
.. ==================
|
|
|
|
.. * :ref:`genindex`
|
|
.. * :ref:`modindex`
|
|
.. * :ref:`search`
|