https://bugs.kde.org/show_bug.cgi?id=457848
b...@mogwai.be changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/kasts/-/commit/dc311 | |cac7b65c0b3ee9c2be1faac0c9b | |ed04596f --- Comment #4 from b...@mogwai.be --- Git commit dc311cac7b65c0b3ee9c2be1faac0c9bed04596f by Bart De Vries, on behalf of Eamonn Rea. Committed on 17/07/2023 at 12:52. Pushed by bdevries into branch 'master'. 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/dc311cac7b65c0b3ee9c2be1faac0c9bed04596f -- You are receiving this mail because: You are watching all bug changes.