[pixiv] rework ugoira handling

Frame information now gets attached to the ZIP file's keyword dict
instead of being written to a separate text file.
This commit is contained in:
Mike Fährmann
2018-06-18 17:25:52 +02:00
parent 017188d268
commit eb7a1f3b98
3 changed files with 28 additions and 24 deletions

View File

@@ -838,7 +838,7 @@ Description The command to run.
ugoira
------
Convert Pixiv ugoira to webm.
Convert Pixiv Ugoira to WebM (requires `FFmpeg <https://www.ffmpeg.org/>`__).
ugoira.extension
----------------
@@ -865,6 +865,14 @@ Default ``"ffmpeg"``
Description Location of the ``ffmpeg`` (or ``avconv``) executable to use.
=========== =====
ugoira.keep-files
-----------------
=========== =====
Type ``bool``
Default ``false``
Description Controls whether to keep the ZIP archives or to delete them.
=========== =====
zip
---