- Issue created by @nateb
When I run Media library import
then I see Media entity already exists. Not creating a new queue item for "file.jpg"
and only new images are added as Media (77 in my case)
but all the existing files are duplicated in Files (all 6716 in my case)
Successive media imports add the files again (my counter stopped at 10000).
From running Audit Files reports, it appears that the newly created records in Files are being created on assets:// paths and pointing to the same files on disk as the existing files, which are on public:// path.
Don't add files to Files unless the files are associated with new Media
---
Is this a bug? Is there a way to prevent files from being added to the files list (files_managed) that I'm just not aware of?
Active
2.0
Miscellaneous