Hi!
I still have my training wheels on so sorry if this has been asked before.
We have an interesting big old site that I'm digging into (lots of data!)
I'm trying to find content with video, but I'd also like to discover how long that video is.
I can get some results when searching for things like ".mp4" but it's not enough information. (Is there a contains media advanced search option?). Could I some how get a dump of the data from the media folder with file sizes?
Thanks for your time!
Steve
Hi @Steve Abrahall ,
I am not sure if the OOB Confluence features will help here. What comes to my mind is to use smth like Script Runner/Groovy Runner(https://marketplace.atlassian.com/apps/1215215/scriptrunner-for-confluence?hosting=server&tab=overview) and use the code to find all the pages with the video, then sort them by type (e.g. *.mp4) and get its size in Bytes (not the same as length, but this is the only parameter that can help define the volume).
Hope this helps
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.