From 42cf44f9b32a7213394c4fb7af248b03602afc63 Mon Sep 17 00:00:00 2001 From: Yuanle Song <sylecn@gmail.com> Date: Tue, 17 Sep 2024 22:04:09 +0800 Subject: [PATCH] add two bug report issues in operational --- operational | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/operational b/operational index 561c8e5..6c45840 100644 --- a/operational +++ b/operational @@ -1,6 +1,6 @@ * COMMENT -*- mode: org -*- #+Date: 2019-03-02 -Time-stamp: <2021-05-09> +Time-stamp: <2024-09-17> #+STARTUP: content * notes :entry: ** 2020-05-08 how to distribute pkg on pypi? :doc: @@ -51,6 +51,23 @@ to handle it on ryzen5. * current :entry: ** +** 2024-09-17 when it convert my file into mp4 i lose the sound of the video +could you please add feature to be able to get the ts/m3u8 file without convert + +https://player.vimeo.com/external/469223174.m3u8?s=d4b0fb2caa776830d55ba9de0bec293883b34f6f +bug reported by Max Alex. + +I think a --keep option is possible. + +** 2024-09-17 shell command escape issue when filename contains special characters +- bug report by Steven Van Ingelgem. + #+begin_src python + logger.info("Removing temp files in dir: \"%s\"", self.tempdir) + if os.path.exists(self.tempdir): + shutil.rmtree(self.tempdir) + logger.info("temp files removed") + #+end_src +- ** 2020-05-08 add travis CI for this project. - add travis CI to run unit tests on linux and windows. - add badge in README.rst -- GitLab