The internal id in the wppa_photos
db table is unique to each item; and duplicates hereof will never be displayed.
The algorithm i use to determine if two items are identical to skip duplicates by the setting IX-E21 is as follows:
- If EXIF ImageUniqueID is available and equal, the items are identical
- If EXIF date/time is available and equal, the items are identical
- If at least 4 of the following items are not empty and are equal, the items are identical:
- name
- description
- filename
- source filesize
- display filesize
- thumnail filesize
- thumbnail file content
- display file content
- source file content
@moderator: Can’t we have nested lists here?
Can you explain me where it might go wrong, or what you mean by individual ID
so i might be able to distinguish them on that point?
Maybe increasing 4 to 6 would be enough?
Searching/selecting on tag is album independant by nature, so going into that direction is not a good idea.
To my opinion you do not need to have multiple copies of the same items, you can select the items with having all the tags in any combination in one shortcode with
album="#tags,tag1,tag2,tag3"
-
This reply was modified 4 years, 10 months ago by
Jacob N. Breetvelt. Reason: @Modertor: Can't we have nested lists here?
-
This reply was modified 4 years, 10 months ago by
Yui.