peterhudec
Forum Replies Created
-
Thanks for the info.
I’ll take a look at it and let you know.Forum: Plugins
In reply to: [Image Metadata Cruncher] Diacritics ErrorI will take a look at it.
Forum: Plugins
In reply to: [Image Metadata Cruncher] nefunkční diakritikaI have noticed that you opened another thread for this issue in English so I will close this one and move to the other one so that everybody understands:
Forum: Plugins
In reply to: [Image Metadata Cruncher] nefunkční diakritikaSorry for the delay. I never get notifications on new threads.
I will take a look at it.
We can communicate in Czech via email if you want to.Forum: Plugins
In reply to: [Image Metadata Cruncher] html stripped in captionThis is a security measure.
I had to put it there to meet the requirements of the WordPress.com VIP.Forum: Plugins
In reply to: [Attachment Cruncher] Add Meta Source and Add Post Meta buttons not workingThis is weird? What browser and what WP version are you using?
Forum: Plugins
In reply to: [Attachment Cruncher] Thank YouYou’re very welcome 🙂
You get the error because the plugin requires, or to be precise required PHP 5.3 or higher. But I made it compatible just for you also with PHP 5.2 in the plugin version 0.3.
Forum: Plugins
In reply to: [Image Metadata Cruncher] Keywords > TagsSorry guys for false promises. I underestimated the complexity of the plugin a little bit. I should have said “the week after the next week”, which is … now.
So let me introduce the Attachment Cruncher plugin.
I hope it will solve your problems. If you have any suggestions or encounter any problems, please open a thread on the plugin’s forum.
Forum: Plugins
In reply to: [Image Metadata Cruncher] fatal error wordpress 3.5.1 wamp server (local)Forum: Reviews
In reply to: [Image Metadata Cruncher] Solid features with 2 issuesHi Roger,
Thanks for your suggestions.
I’ll try to fix it as soon as possible.Forum: Plugins
In reply to: [Image Metadata Cruncher] Keywords > TagsHey guys,
Seems like your happy day is coming soon.
Your dream come true plugin will hopefully be available this week.Forum: Plugins
In reply to: [Image Metadata Cruncher] Fatal error WP3.5.1 and IMC 1,6Forum: Plugins
In reply to: [Image Metadata Cruncher] How can I apply this to images already uploaded?Unfortunately, there is no such a one-click option yet in the plugin.
The
$image_metadata_cruncher->crunch( $attachment_ID )added in version 1.7 is just a public interface to internal functionality that was already there and implementing it was a matter of minutes.A good GUI solution would require some selection tool and a background task, which is not so trivial.
But maybe I’ll add it in future.A suggestion for you:
Make a temporary one-time-use page with dedicated template.
Inside the template iterate over all your attachment IDs and call$image_metadata_cruncher->crunch( $attachment_ID )for each of them.If you have thousands of attachments you will have to iterate over smaller chunks (that’s where it gets complicated).
Forum: Plugins
In reply to: [Image Metadata Cruncher] Errors on bulk folder-structured media importHi David,
Thanks for the detailed description.
I will try to reproduce your behavior and let you know next week.
As to bulk-import plugins, I have only tried Faster Image Insert which works fine with IMC.Peter
Forum: Plugins
In reply to: [Image Metadata Cruncher] Keywords > TagsYes, it does look very promising 🙂
To be honest, there is no progress at all since I was working on other projects which have highest priority for me and it would be irresponsible from me to start another project in my current situation.
But as I said, I will definitely make it but I need time.