Bug fix from 0.0.6
This commit is contained in:
parent
2b4109de85
commit
aef4151137
@ -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
|
||||
@ -30,6 +30,8 @@ The source code can be found on `GitHub <https://github.com/fabquenneville/Media
|
||||
:maxdepth: 1
|
||||
:caption: Release Notes:
|
||||
|
||||
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
|
||||
|
||||
@ -9,6 +9,7 @@ Highlights
|
||||
|
||||
Bugs fixes:
|
||||
* Fixed bug with class values
|
||||
* Added VOB file support
|
||||
|
||||
Dropped Support
|
||||
===============
|
||||
|
||||
61
docs/_sources/releasenotes/0.0.6-changelog.rst.txt
Normal file
61
docs/_sources/releasenotes/0.0.6-changelog.rst.txt
Normal file
@ -0,0 +1,61 @@
|
||||
================================
|
||||
MediaCurator 0.0.6 Release Notes
|
||||
================================
|
||||
|
||||
|
||||
|
||||
Highlights
|
||||
==========
|
||||
|
||||
Bugs fixes:
|
||||
* Fixed bug with file list
|
||||
* Fixed bug with class values
|
||||
* Minor bug fixes
|
||||
* Improved commenting
|
||||
* Tested with ffmpeg 4.3.2
|
||||
|
||||
Dropped Support
|
||||
===============
|
||||
|
||||
|
||||
Future Changes
|
||||
==============
|
||||
|
||||
* More filters
|
||||
* Test AV1 Support
|
||||
* Prepare API for GUI
|
||||
|
||||
Compatibility notes
|
||||
===================
|
||||
|
||||
Python Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested on Python 3.7 - 3.9
|
||||
|
||||
FFMPEG Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.3.2
|
||||
|
||||
OS Support
|
||||
----------
|
||||
|
||||
Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows
|
||||
|
||||
New Features
|
||||
============
|
||||
|
||||
|
||||
|
||||
Improvements
|
||||
============
|
||||
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
|
||||
|
||||
Deprecations
|
||||
============
|
||||
57
docs/_sources/releasenotes/0.0.7-changelog.rst.txt
Normal file
57
docs/_sources/releasenotes/0.0.7-changelog.rst.txt
Normal file
@ -0,0 +1,57 @@
|
||||
================================
|
||||
MediaCurator 0.0.7 Release Notes
|
||||
================================
|
||||
|
||||
|
||||
|
||||
Highlights
|
||||
==========
|
||||
|
||||
Bugs fixes:
|
||||
* Bug fix from 0.0.6
|
||||
|
||||
Dropped Support
|
||||
===============
|
||||
|
||||
|
||||
Future Changes
|
||||
==============
|
||||
|
||||
* More filters
|
||||
* Test AV1 Support
|
||||
* Prepare API for GUI
|
||||
|
||||
Compatibility notes
|
||||
===================
|
||||
|
||||
Python Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested on Python 3.7 - 3.9
|
||||
|
||||
FFMPEG Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.3.2
|
||||
|
||||
OS Support
|
||||
----------
|
||||
|
||||
Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows
|
||||
|
||||
New Features
|
||||
============
|
||||
|
||||
|
||||
|
||||
Improvements
|
||||
============
|
||||
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
|
||||
|
||||
Deprecations
|
||||
============
|
||||
@ -14,7 +14,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/"]
|
||||
@ -78,7 +78,7 @@ Filter the selected videos for parameters:
|
||||
* 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
|
||||
|
||||
-out:
|
||||
=====
|
||||
|
||||
@ -70,6 +70,8 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
|
||||
@ -80,6 +80,8 @@
|
||||
<div class="toctree-wrapper compound">
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
@ -118,6 +120,8 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
|
||||
BIN
docs/objects.inv
BIN
docs/objects.inv
Binary file not shown.
@ -16,7 +16,7 @@
|
||||
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="prev" title="Errors" href="../usage/errors.html" />
|
||||
<link rel="prev" title="MediaCurator 0.0.4 Release Notes" href="0.0.4-changelog.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
|
||||
@ -110,6 +110,10 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
@ -117,7 +121,7 @@
|
||||
<h3>Related Topics</h3>
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="../usage/errors.html" title="previous chapter">Errors</a></li>
|
||||
<li>Previous: <a href="0.0.4-changelog.html" title="previous chapter">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -112,6 +112,8 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="MediaCurator 0.0.4 Release Notes" href="0.0.4-changelog.html" />
|
||||
<link rel="prev" title="Errors" href="../usage/errors.html" />
|
||||
<link rel="prev" title="MediaCurator 0.0.6 Release Notes" href="0.0.6-changelog.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
|
||||
@ -39,7 +39,8 @@
|
||||
<div class="section" id="highlights">
|
||||
<h2>Highlights<a class="headerlink" href="#highlights" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Bugs fixes:
|
||||
* Fixed bug with class values</p>
|
||||
* Fixed bug with class values
|
||||
* Added VOB file support</p>
|
||||
</div>
|
||||
<div class="section" id="dropped-support">
|
||||
<h2>Dropped Support<a class="headerlink" href="#dropped-support" title="Permalink to this headline">¶</a></h2>
|
||||
@ -112,6 +113,8 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
@ -121,7 +124,7 @@
|
||||
<h3>Related Topics</h3>
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="../usage/errors.html" title="previous chapter">Errors</a></li>
|
||||
<li>Previous: <a href="0.0.6-changelog.html" title="previous chapter">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li>Next: <a href="0.0.4-changelog.html" title="next chapter">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
173
docs/releasenotes/0.0.6-changelog.html
Normal file
173
docs/releasenotes/0.0.6-changelog.html
Normal file
@ -0,0 +1,173 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MediaCurator 0.0.6 Release Notes — MediaCurator documentation</title>
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
|
||||
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
||||
<script src="../_static/jquery.js"></script>
|
||||
<script src="../_static/underscore.js"></script>
|
||||
<script src="../_static/doctools.js"></script>
|
||||
<script src="../_static/language_data.js"></script>
|
||||
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="MediaCurator 0.0.5 Release Notes" href="0.0.5-changelog.html" />
|
||||
<link rel="prev" title="MediaCurator 0.0.7 Release Notes" href="0.0.7-changelog.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
||||
|
||||
</head><body>
|
||||
|
||||
|
||||
<div class="document">
|
||||
<div class="documentwrapper">
|
||||
<div class="bodywrapper">
|
||||
|
||||
|
||||
<div class="body" role="main">
|
||||
|
||||
<div class="section" id="mediacurator-0-0-6-release-notes">
|
||||
<h1>MediaCurator 0.0.6 Release Notes<a class="headerlink" href="#mediacurator-0-0-6-release-notes" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="highlights">
|
||||
<h2>Highlights<a class="headerlink" href="#highlights" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Bugs fixes:
|
||||
* Fixed bug with file list
|
||||
* Fixed bug with class values
|
||||
* Minor bug fixes
|
||||
* Improved commenting
|
||||
* Tested with ffmpeg 4.3.2</p>
|
||||
</div>
|
||||
<div class="section" id="dropped-support">
|
||||
<h2>Dropped Support<a class="headerlink" href="#dropped-support" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="future-changes">
|
||||
<h2>Future Changes<a class="headerlink" href="#future-changes" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>More filters</p></li>
|
||||
<li><p>Test AV1 Support</p></li>
|
||||
<li><p>Prepare API for GUI</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="compatibility-notes">
|
||||
<h2>Compatibility notes<a class="headerlink" href="#compatibility-notes" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="python-support">
|
||||
<h3>Python Support<a class="headerlink" href="#python-support" title="Permalink to this headline">¶</a></h3>
|
||||
<p>Mediacurator has been tested on Python 3.7 - 3.9</p>
|
||||
</div>
|
||||
<div class="section" id="ffmpeg-support">
|
||||
<h3>FFMPEG Support<a class="headerlink" href="#ffmpeg-support" title="Permalink to this headline">¶</a></h3>
|
||||
<p>Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.3.2</p>
|
||||
</div>
|
||||
<div class="section" id="os-support">
|
||||
<h3>OS Support<a class="headerlink" href="#os-support" title="Permalink to this headline">¶</a></h3>
|
||||
<p>Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="new-features">
|
||||
<h2>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="improvements">
|
||||
<h2>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="changes">
|
||||
<h2>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="deprecations">
|
||||
<h2>Deprecations<a class="headerlink" href="#deprecations" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<p class="logo"><a href="../index.html">
|
||||
<img class="logo" src="../_static/mclogo4x.png" alt="Logo"/>
|
||||
</a></p>
|
||||
<h1 class="logo"><a href="../index.html">MediaCurator</a></h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
<p class="caption"><span class="caption-text">Usage:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/warnings.html">Warnings</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/installation.html">Installation</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/quickstart.html">Quickstart</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/manual.html">Manual</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/use_cases.html">Use cases</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/errors.html">Errors</a></li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
<h3>Related Topics</h3>
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="0.0.7-changelog.html" title="previous chapter">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li>Next: <a href="0.0.5-changelog.html" title="next chapter">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="searchbox" style="display: none" role="search">
|
||||
<h3 id="searchlabel">Quick search</h3>
|
||||
<div class="searchformwrapper">
|
||||
<form class="search" action="../search.html" method="get">
|
||||
<input type="text" name="q" aria-labelledby="searchlabel" />
|
||||
<input type="submit" value="Go" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script>$('#searchbox').show(0);</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
©2020, Fabrice Quenneville.
|
||||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.3.1</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||||
|
||||
|
|
||||
<a href="../_sources/releasenotes/0.0.6-changelog.rst.txt"
|
||||
rel="nofollow">Page source</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
169
docs/releasenotes/0.0.7-changelog.html
Normal file
169
docs/releasenotes/0.0.7-changelog.html
Normal file
@ -0,0 +1,169 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MediaCurator 0.0.7 Release Notes — MediaCurator documentation</title>
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
|
||||
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
||||
<script src="../_static/jquery.js"></script>
|
||||
<script src="../_static/underscore.js"></script>
|
||||
<script src="../_static/doctools.js"></script>
|
||||
<script src="../_static/language_data.js"></script>
|
||||
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="MediaCurator 0.0.6 Release Notes" href="0.0.6-changelog.html" />
|
||||
<link rel="prev" title="Errors" href="../usage/errors.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
||||
|
||||
</head><body>
|
||||
|
||||
|
||||
<div class="document">
|
||||
<div class="documentwrapper">
|
||||
<div class="bodywrapper">
|
||||
|
||||
|
||||
<div class="body" role="main">
|
||||
|
||||
<div class="section" id="mediacurator-0-0-7-release-notes">
|
||||
<h1>MediaCurator 0.0.7 Release Notes<a class="headerlink" href="#mediacurator-0-0-7-release-notes" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="highlights">
|
||||
<h2>Highlights<a class="headerlink" href="#highlights" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Bugs fixes:
|
||||
* Bug fix from 0.0.6</p>
|
||||
</div>
|
||||
<div class="section" id="dropped-support">
|
||||
<h2>Dropped Support<a class="headerlink" href="#dropped-support" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="future-changes">
|
||||
<h2>Future Changes<a class="headerlink" href="#future-changes" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>More filters</p></li>
|
||||
<li><p>Test AV1 Support</p></li>
|
||||
<li><p>Prepare API for GUI</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="compatibility-notes">
|
||||
<h2>Compatibility notes<a class="headerlink" href="#compatibility-notes" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="python-support">
|
||||
<h3>Python Support<a class="headerlink" href="#python-support" title="Permalink to this headline">¶</a></h3>
|
||||
<p>Mediacurator has been tested on Python 3.7 - 3.9</p>
|
||||
</div>
|
||||
<div class="section" id="ffmpeg-support">
|
||||
<h3>FFMPEG Support<a class="headerlink" href="#ffmpeg-support" title="Permalink to this headline">¶</a></h3>
|
||||
<p>Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.3.2</p>
|
||||
</div>
|
||||
<div class="section" id="os-support">
|
||||
<h3>OS Support<a class="headerlink" href="#os-support" title="Permalink to this headline">¶</a></h3>
|
||||
<p>Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="new-features">
|
||||
<h2>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="improvements">
|
||||
<h2>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="changes">
|
||||
<h2>Changes<a class="headerlink" href="#changes" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="deprecations">
|
||||
<h2>Deprecations<a class="headerlink" href="#deprecations" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<p class="logo"><a href="../index.html">
|
||||
<img class="logo" src="../_static/mclogo4x.png" alt="Logo"/>
|
||||
</a></p>
|
||||
<h1 class="logo"><a href="../index.html">MediaCurator</a></h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
<p class="caption"><span class="caption-text">Usage:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/warnings.html">Warnings</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/installation.html">Installation</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/quickstart.html">Quickstart</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/manual.html">Manual</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/use_cases.html">Use cases</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/errors.html">Errors</a></li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
<h3>Related Topics</h3>
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="../usage/errors.html" title="previous chapter">Errors</a></li>
|
||||
<li>Next: <a href="0.0.6-changelog.html" title="next chapter">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="searchbox" style="display: none" role="search">
|
||||
<h3 id="searchlabel">Quick search</h3>
|
||||
<div class="searchformwrapper">
|
||||
<form class="search" action="../search.html" method="get">
|
||||
<input type="text" name="q" aria-labelledby="searchlabel" />
|
||||
<input type="submit" value="Go" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script>$('#searchbox').show(0);</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
©2020, Fabrice Quenneville.
|
||||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.3.1</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||||
|
||||
|
|
||||
<a href="../_sources/releasenotes/0.0.7-changelog.rst.txt"
|
||||
rel="nofollow">Page source</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -89,6 +89,8 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
||||
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="mediacurator 0.0.1 Release Notes" href="../releasenotes/0.0.1-changelog.html" />
|
||||
<link rel="next" title="MediaCurator 0.0.7 Release Notes" href="../releasenotes/0.0.7-changelog.html" />
|
||||
<link rel="prev" title="Use cases" href="use_cases.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
@ -103,7 +103,11 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">mediacurator 0.0.1 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
@ -111,7 +115,7 @@
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="use_cases.html" title="previous chapter">Use cases</a></li>
|
||||
<li>Next: <a href="../releasenotes/0.0.1-changelog.html" title="next chapter">mediacurator 0.0.1 Release Notes</a></li>
|
||||
<li>Next: <a href="../releasenotes/0.0.7-changelog.html" title="next chapter">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -84,6 +84,9 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>mediacurator <span class="o">[</span>list,convert<span class="o">]</span> <span class="o">[</span>-del<span class="o">]</span>
|
||||
<span class="o">[</span>-in:any,avi,mkv,wmv,mpg,mp4,m4v,flv,vid<span class="o">]</span>
|
||||
<span class="o">[</span>-filters:fferror,old,lowres,hd,720p,1080p,uhd,mpeg,mpeg4,x264,wmv3,wmv<span class="o">]</span>
|
||||
<span class="o">[</span>-filters:fferror,old,lowres,hd,720p,1080p,uhd,mpeg,mpeg4,x264,wmv3,wmv,vob<span class="o">]</span>
|
||||
<span class="o">[</span>-out:mkv/mp4,x265/av1<span class="o">]</span>
|
||||
<span class="o">[</span>-print:list,formated,verbose<span class="o">]</span>
|
||||
<span class="o">[</span>-dirs/-files:<span class="s2">"/mnt/media/"</span>,,<span class="s2">"/mnt/media2/"</span><span class="o">]</span>
|
||||
@ -102,7 +102,7 @@
|
||||
<li><p>720p: if less than 1080p and width >= 1280 or height >= 720:</p></li>
|
||||
<li><p>sd: if less than 720p and if height >= 480</p></li>
|
||||
<li><p>subsd: Substandard definitions: Everything under 480p</p></li>
|
||||
<li><p>mpeg,mpeg4,x264,wmv3,wmv: Filter for videos encoded in the requested video codec</p></li>
|
||||
<li><p>mpeg,mpeg4,x264,wmv3,wmv,vob: Filter for videos encoded in the requested video codec</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="out">
|
||||
@ -204,7 +204,11 @@ mediacurator convert -del -in:avi,mpg -print:formated,verbose -dirs:/mnt/media/
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">mediacurator 0.0.1 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
|
||||
@ -95,7 +95,11 @@ mediacurator convert -del -in:avi,mpg -print:formated,verbose -dirs:/mnt/media/
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">mediacurator 0.0.1 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
|
||||
@ -147,7 +147,11 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">mediacurator 0.0.1 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
|
||||
@ -94,7 +94,11 @@
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">mediacurator 0.0.1 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
|
||||
@ -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
|
||||
|
||||
6
docsource/makedocs.sh
Executable file
6
docsource/makedocs.sh
Executable file
@ -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
|
||||
@ -30,6 +30,7 @@ The source code can be found on `GitHub <https://github.com/fabquenneville/Media
|
||||
:maxdepth: 1
|
||||
:caption: Release Notes:
|
||||
|
||||
releasenotes/0.0.7-changelog
|
||||
releasenotes/0.0.6-changelog
|
||||
releasenotes/0.0.5-changelog
|
||||
releasenotes/0.0.4-changelog
|
||||
|
||||
57
docsource/source/releasenotes/0.0.7-changelog.rst
Normal file
57
docsource/source/releasenotes/0.0.7-changelog.rst
Normal file
@ -0,0 +1,57 @@
|
||||
================================
|
||||
MediaCurator 0.0.7 Release Notes
|
||||
================================
|
||||
|
||||
|
||||
|
||||
Highlights
|
||||
==========
|
||||
|
||||
Bugs fixes:
|
||||
* Bug fix from 0.0.6
|
||||
|
||||
Dropped Support
|
||||
===============
|
||||
|
||||
|
||||
Future Changes
|
||||
==============
|
||||
|
||||
* More filters
|
||||
* Test AV1 Support
|
||||
* Prepare API for GUI
|
||||
|
||||
Compatibility notes
|
||||
===================
|
||||
|
||||
Python Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested on Python 3.7 - 3.9
|
||||
|
||||
FFMPEG Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.3.2
|
||||
|
||||
OS Support
|
||||
----------
|
||||
|
||||
Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows
|
||||
|
||||
New Features
|
||||
============
|
||||
|
||||
|
||||
|
||||
Improvements
|
||||
============
|
||||
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
|
||||
|
||||
Deprecations
|
||||
============
|
||||
@ -25,7 +25,7 @@ class MediaLibrary():
|
||||
Returns:
|
||||
'''
|
||||
|
||||
if not files or directories:
|
||||
if not files and not directories:
|
||||
return
|
||||
|
||||
self.directories = None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user