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:

@@ -111,7 +115,7 @@
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