Need a list of files from File Manager that do not have description or title

Permalink
Hi everyone,

I need a list of files from File Manager that do not have a description or title, Does anyone have an idea of how I could accomplish this? I was looking through the database but don't see a Table that stores this information.

 
mnakalay replied on at Permalink Reply
mnakalay
Files descriptions and titles are actually attributes so they would be in an attribute table.

You would have to code something to be able to filter a file list by attribute value. It's doable if you know your way around PHP and C5