Bug 448304 - [Proposal] Turning off processing audio thumbnails for clips
Summary: [Proposal] Turning off processing audio thumbnails for clips
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: 21.08.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-12 09:48 UTC by chibo
Modified: 2022-01-21 17:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chibo 2022-01-12 09:48:54 UTC
audio thumbnails are laggish rubbish since the beginning, so i always canceling the job after drag'n'drop new file

would be nice to have that option in settings
Comment 1 Jean-Baptiste Mardelle 2022-01-12 10:19:18 UTC
Git commit 1b3a4f7b8bd275f7d64f7877168955327d0cc7b5 by Jean-Baptiste Mardelle.
Committed on 12/01/2022 at 10:19.
Pushed by mardelle into branch 'master'.

Don't attempt to create audio thumbs if thumbs are disabled.

M  +2    -2    src/bin/projectclip.cpp

https://invent.kde.org/multimedia/kdenlive/commit/1b3a4f7b8bd275f7d64f7877168955327d0cc7b5
Comment 2 Jean-Baptiste Mardelle 2022-01-21 15:07:07 UTC
Git commit c1e7f6a0917fbdd04cac51c09930c49fd523f913 by Jean-Baptiste Mardelle.
Committed on 21/01/2022 at 14:59.
Pushed by mardelle into branch 'release/21.12'.

Don't attempt to create audio thumbs if thumbs are disabled.

M  +2    -2    src/bin/projectclip.cpp

https://invent.kde.org/multimedia/kdenlive/commit/c1e7f6a0917fbdd04cac51c09930c49fd523f913
Comment 3 chibo 2022-01-21 17:00:54 UTC
(In reply to Jean-Baptiste Mardelle from comment #2)
> Git commit c1e7f6a0917fbdd04cac51c09930c49fd523f913 by Jean-Baptiste
> Mardelle.
> Committed on 21/01/2022 at 14:59.
> Pushed by mardelle into branch 'release/21.12'.
> 
> Don't attempt to create audio thumbs if thumbs are disabled.
> 
> M  +2    -2    src/bin/projectclip.cpp
> 
> https://invent.kde.org/multimedia/kdenlive/commit/
> c1e7f6a0917fbdd04cac51c09930c49fd523f913

AWESOME !