flingo64 / PhotoStation-Upload-Lr-Plugin

Photo StatLr (aka PhotoStation Upload) is a Lightroom Publish and Export Service Plugin that enables the export /publishing of photos and videos from Lr to a Synology Photo Station. It uploads the photos/videos and all required thumbnails. It can download comments and ratings and do a real two-way synch of various metadata (tags, ratings, labels).
http://messmer-online.de/index.php/software/11-photo-statlr
GNU General Public License v3.0
209 stars 21 forks source link

Feature-Request: Exclude photos hidden in stack #18

Closed svenwiegand closed 7 years ago

svenwiegand commented 7 years ago

I'm often using stacks to bundle multiple related photos and put the best of them on top of the stack. At least some export plugins (used "rc Tree Sync" until now) provide the option to "Ignore photos buried in stack". Such an option would be great in phtostat-lr too :-)

flingo64 commented 7 years ago

The stack feature was been discussed in the Synoloy Forum before. My last statetement can be found here.

I agree I would be a cool feature but still not convinced it should be done in the plugin. It would work in Export but in Publish mode there is no way to be informed when a stack membership/position changes, so it's likely to get unsynched changes, which will lead to complaints about Photo StatLr.

What about a feature request to Adobe: stack membership/position as a filter criteria?

svenwiegand commented 7 years ago

Okay, Understand the problem. Thanks for explanation.

flingo64 commented 7 years ago

v6.2.0 offers a way to achieve this. If you change the collection setting Rename To: {LrFM:fileName (.+)%..+}{LrRM:stackPositionInFolder ^1([^%d]*)$|?} then any photo burried in a stack will be assigned an invalid remote filename such as 'img_123?.jpg' and thus will not be uploaded and stay as "New photo to Publish"

Well, I didn't say it's as simple as with 'rc Tree Sync' but it's doable! ;-) Martin

svenwiegand commented 7 years ago

Thanks for the tip. But I'll stay without it to keep my "New to publish" section clean.

Nevertheless: Thanks for this great plugin!

flingo64 commented 7 years ago

Thanks for the feedback! Yeah, that's what I do, too: keep the collections clean.

Anyway, it's at least a way to identify thoses photos (probably the only way in Lr). After identifying those photos one could tag them (e.g. white label) and exclude photos with that tag from the Publish Smart Collection, so they get kicked off the collection.

Just wanted to mention it, closing the issue anyway. ;-)