https://bugs.kde.org/show_bug.cgi?id=457848
b...@mogwai.be changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult |imedia/kasts/-/commit/dc311 |imedia/kasts/-/commit/2068b |cac7b65c0b3ee9c2be1faac0c9b |0515f6e78f50ff0c874aaa9bc1d |ed04596f |a4aae124 --- Comment #5 from b...@mogwai.be --- Git commit 2068b0515f6e78f50ff0c874aaa9bc1da4aae124 by Bart De Vries, on behalf of Eamonn Rea. Committed on 18/07/2023 at 17:06. Pushed by bdevries into branch 'release/23.08'. Use Entry title to set downloaded file name Instead of using the MD5 hash of the enclosure download URL, we create a filename which follows `feedname/entry_title.hash.ext`, where feedname is a uniquefied feed title (stored in the DB), a truncated version of the entry title, a shortened hash based on the download URL, and the original file extension extracted from the download URL. M +83 -0 src/database.cpp M +1 -0 src/database.h M +38 -30 src/datamanager.cpp M +2 -2 src/enclosure.cpp M +14 -0 src/feed.cpp M +5 -0 src/feed.h M +2 -1 src/fetcher.h M +33 -7 src/storagemanager.cpp M +4 -1 src/storagemanager.h M +7 -0 src/storagemovejob.cpp M +76 -12 src/updatefeedjob.cpp M +5 -2 src/updatefeedjob.h https://invent.kde.org/multimedia/kasts/-/commit/2068b0515f6e78f50ff0c874aaa9bc1da4aae124 -- You are receiving this mail because: You are watching all bug changes.