Anyone know of a good media package that
# package-development
r
Anyone know of a good media package that could do things like: Automatically resize images on upload if they are too big (but keep good quality) Find really large images so they can be resized Find unused images - either not used at all or linked in unpublished docs so we can decide what to do with them ... ?
n
I did create a package at the Umbraco spark Hackathon, which atleast does one of your points 😝 It displays Unused Media in the media section, and allows you to delete it 😁 https://github.com/Zeegaan/UnusedMedia It's not out on NuGet or anything yet, but it's atleast useful 😁
r
Hi Nikola I have that installed
But my client had a package on V8 called Media summary which would find large images and it was really useful Especially if you're on Umbraco cloud and there's a 5GB limit on media https://cdn.discordapp.com/attachments/1350039091697156210/1350042329226023005/image.png?ex=67d54c65&is=67d3fae5&hm=787f02b7fa8ce95c870b33fdb251d56a4a795d75a998dfe4ed122fc8f5aa245b&
So maybe we could extend Unused media to show media file sizes too?
n
I'm not opposed to that idea, I actually startet to rename the package to enhanced media, as it was starting to do more stuff (like restoring your entire rycycle-bin etc) So I'm always open to ideas 😁
I'm just working on this whenever I have some spare time etc. so feel free to take/copy whatever you need if it's something you need soon 💪
r
Yeah, I could clone and take a look
Just been on a call with my client and also noticed there's not even a download option in the normal media So even to download an image - resize and re-upload it was a bit of a faff
I have created this to display the top x largest images for companies that may have uploaded full size images and want to find them and reduce them quickly. https://cdn.discordapp.com/attachments/1350039091697156210/1364580513397870693/image.png?ex=680c2a63&is=680ad8e3&hm=fed0659d7606b213910e5095f16d71927eeedc03acd50c7e62e172f5975892ff&
2 Views