sandungas
Developer
Not needed to try this first one, read the post below, the order doesnt matters so this test is pointless because you tryed the opposite order before
In short, try this (im just changing the order with the %xCB most at right)
--------------
Or this (this could work only if the PhotoList:Common.tags exists, im not completly sure about if it exists)
Or this (im combining "Photo" with "PhotoList" in the same "src" line, not sure if this combination is valid)
Or this (most probably this is going to work, but im not sure if are going to be displayed in a grid)
Code:
src="xcb://localhost/query?cond=Ae+PhotoList:Common.tags PS3+Ae+PhotoList:PhotoList.type %xCB_LIST_TYPE_PHOTO_TAGS"
--------------
Or this (this could work only if the PhotoList:Common.tags exists, im not completly sure about if it exists)
Code:
src="xcb://localhost/query?cond=Ae+PhotoList:Common.tags PS3"
Or this (im combining "Photo" with "PhotoList" in the same "src" line, not sure if this combination is valid)
Code:
src="xcb://localhost/query?cond=Ae+Photo:Common.tags PS3+Ae+PhotoList:PhotoList.type %xCB_LIST_TYPE_PHOTO_TAGS"
Or this (most probably this is going to work, but im not sure if are going to be displayed in a grid)
Code:
src="xcb://localhost/query?cond=Ae+Photo:Common.tags PS3"
Last edited: