From aef4151137e22e42a05bd7d761fd1c5d1e82e77d Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Mon, 19 Apr 2021 22:41:50 -0400 Subject: [PATCH] Bug fix from 0.0.6 --- docs/.buildinfo | 4 - docs/.nojekyll | 0 docs/_sources/index.rst.txt | 2 + .../releasenotes/0.0.5-changelog.rst.txt | 1 + .../releasenotes/0.0.6-changelog.rst.txt | 61 ++++++ .../releasenotes/0.0.7-changelog.rst.txt | 57 ++++++ docs/_sources/usage/manual.rst.txt | 4 +- docs/genindex.html | 2 + docs/index.html | 4 + docs/objects.inv | Bin 506 -> 526 bytes docs/releasenotes/0.0.1-changelog.html | 8 +- docs/releasenotes/0.0.4-changelog.html | 2 + docs/releasenotes/0.0.5-changelog.html | 9 +- docs/releasenotes/0.0.6-changelog.html | 173 ++++++++++++++++++ docs/releasenotes/0.0.7-changelog.html | 169 +++++++++++++++++ docs/search.html | 2 + docs/searchindex.js | 2 +- docs/usage/errors.html | 10 +- docs/usage/installation.html | 3 + docs/usage/manual.html | 10 +- docs/usage/quickstart.html | 6 +- docs/usage/use_cases.html | 6 +- docs/usage/warnings.html | 6 +- docsource/Makefile | 1 - docsource/makedocs.sh | 6 + docsource/source/index.rst | 1 + .../source/releasenotes/0.0.7-changelog.rst | 57 ++++++ mediacurator/library/medialibrary.py | 2 +- setup.py | 2 +- 29 files changed, 586 insertions(+), 24 deletions(-) delete mode 100644 docs/.buildinfo delete mode 100644 docs/.nojekyll create mode 100644 docs/_sources/releasenotes/0.0.6-changelog.rst.txt create mode 100644 docs/_sources/releasenotes/0.0.7-changelog.rst.txt create mode 100644 docs/releasenotes/0.0.6-changelog.html create mode 100644 docs/releasenotes/0.0.7-changelog.html create mode 100755 docsource/makedocs.sh create mode 100644 docsource/source/releasenotes/0.0.7-changelog.rst diff --git a/docs/.buildinfo b/docs/.buildinfo deleted file mode 100644 index 4db7b28..0000000 --- a/docs/.buildinfo +++ /dev/null @@ -1,4 +0,0 @@ -# Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c3b88d60bff0823c696e6126221041d1 -tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e69de29..0000000 diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 2db3c03..c4eb8be 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -30,6 +30,8 @@ The source code can be found on `GitHub = 1280 or height >= 720: * sd: if less than 720p and if height >= 480 * subsd: Substandard definitions: Everything under 480p -* mpeg,mpeg4,x264,wmv3,wmv: Filter for videos encoded in the requested video codec +* mpeg,mpeg4,x264,wmv3,wmv,vob: Filter for videos encoded in the requested video codec -out: ===== diff --git a/docs/genindex.html b/docs/genindex.html index 1e15081..256f5f3 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -70,6 +70,8 @@

Release Notes:

Release Notes:

Release Notes:

Release Notes:

Release Notes:

diff --git a/docs/usage/installation.html b/docs/usage/installation.html index db5d9da..65f8939 100644 --- a/docs/usage/installation.html +++ b/docs/usage/installation.html @@ -84,6 +84,9 @@

Release Notes:

diff --git a/docs/usage/manual.html b/docs/usage/manual.html index e19000c..9748a98 100644 --- a/docs/usage/manual.html +++ b/docs/usage/manual.html @@ -44,7 +44,7 @@

Synopsis

mediacurator [list,convert] [-del]
     [-in:any,avi,mkv,wmv,mpg,mp4,m4v,flv,vid]
-    [-filters:fferror,old,lowres,hd,720p,1080p,uhd,mpeg,mpeg4,x264,wmv3,wmv]
+    [-filters:fferror,old,lowres,hd,720p,1080p,uhd,mpeg,mpeg4,x264,wmv3,wmv,vob]
     [-out:mkv/mp4,x265/av1]
     [-print:list,formated,verbose]
     [-dirs/-files:"/mnt/media/",,"/mnt/media2/"]
@@ -102,7 +102,7 @@
 
  • 720p: if less than 1080p and width >= 1280 or height >= 720:

  • sd: if less than 720p and if height >= 480

  • subsd: Substandard definitions: Everything under 480p

  • -
  • mpeg,mpeg4,x264,wmv3,wmv: Filter for videos encoded in the requested video codec

  • +
  • mpeg,mpeg4,x264,wmv3,wmv,vob: Filter for videos encoded in the requested video codec

  • @@ -204,7 +204,11 @@ mediacurator convert -del -in:avi,mpg -print:formated,verbose -dirs:/mnt/media/

    Release Notes:

    diff --git a/docs/usage/quickstart.html b/docs/usage/quickstart.html index 7e00f9a..a838b3d 100644 --- a/docs/usage/quickstart.html +++ b/docs/usage/quickstart.html @@ -95,7 +95,11 @@ mediacurator convert -del -in:avi,mpg -print:formated,verbose -dirs:/mnt/media/

    Release Notes:

    diff --git a/docs/usage/use_cases.html b/docs/usage/use_cases.html index 0f69dfd..b17e222 100644 --- a/docs/usage/use_cases.html +++ b/docs/usage/use_cases.html @@ -147,7 +147,11 @@

    Release Notes:

    diff --git a/docs/usage/warnings.html b/docs/usage/warnings.html index 14f4c6b..0a6b064 100644 --- a/docs/usage/warnings.html +++ b/docs/usage/warnings.html @@ -94,7 +94,11 @@

    Release Notes:

    diff --git a/docsource/Makefile b/docsource/Makefile index f7a6d6d..d0c3cbf 100644 --- a/docsource/Makefile +++ b/docsource/Makefile @@ -18,4 +18,3 @@ help: # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - @cp -a "$(BUILDDIR)"/html/. ../docs diff --git a/docsource/makedocs.sh b/docsource/makedocs.sh new file mode 100755 index 0000000..5ccf25c --- /dev/null +++ b/docsource/makedocs.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +find ../docs -mindepth 1 -delete +sphinx-build -b html source build +cp -r ./build/* ../docs/ +find ./build -mindepth 1 -delete \ No newline at end of file diff --git a/docsource/source/index.rst b/docsource/source/index.rst index c069375..c4eb8be 100644 --- a/docsource/source/index.rst +++ b/docsource/source/index.rst @@ -30,6 +30,7 @@ The source code can be found on `GitHub