someothername
Active Member
I tried to build a custom filter to be all photos with no filter, but it doesn't work. It simply applies no filter the currently selected folder or something. Sometimes I end up with "no photo selected".
I looked at the code behind the preset I'd built, and it seems to make sense, there's a line
searchTarget = "all",
which would seem to be the one that ought to be telling LR to go to the All Photos place, but that doesn't seem to work.
Any ideas?
By the way, I searched around for LUA and discovered it's just an open source language with the typical user-hostile C type syntax. So no problem there. Wonderful reference for that at http://www.lua.org/ but what I really need is the specific class definitions used by LR. The SDK doesn't seem to have anything except the export and web gallery parts of that.
:mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen:
I found my solution. While taking another look at the preset with a text editor, and I discovered that hidden in there was
searchString = "nature",
which I changed to
searchString = "",
and that fixed it.
I had looked for a way to change an existing filter preset, but I didn't see one.








Nope. Turns out that does not do the trick. I've stopped and restarted LR and now the all photos no filter custom filter again no longer works. I select it and nothing happens. I try turning on and off the filter switch in the bar that appears and disappears without logic, but neither state has any affect when I select the all photos no filter custom filter.
Is this some kind of bug maybe?
I looked at the code behind the preset I'd built, and it seems to make sense, there's a line
searchTarget = "all",
which would seem to be the one that ought to be telling LR to go to the All Photos place, but that doesn't seem to work.
Any ideas?
By the way, I searched around for LUA and discovered it's just an open source language with the typical user-hostile C type syntax. So no problem there. Wonderful reference for that at http://www.lua.org/ but what I really need is the specific class definitions used by LR. The SDK doesn't seem to have anything except the export and web gallery parts of that.
:mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen:
I found my solution. While taking another look at the preset with a text editor, and I discovered that hidden in there was
searchString = "nature",
which I changed to
searchString = "",
and that fixed it.
I had looked for a way to change an existing filter preset, but I didn't see one.
Nope. Turns out that does not do the trick. I've stopped and restarted LR and now the all photos no filter custom filter again no longer works. I select it and nothing happens. I try turning on and off the filter switch in the bar that appears and disappears without logic, but neither state has any affect when I select the all photos no filter custom filter.
Is this some kind of bug maybe?
